Tuesday, February 7, 2017

Useful-tools-and-website-for-developers



Useful tools and website for developers

Wappalyzer.com - Wappalyzer is a cross-platform utility that uncovers the technologies used on websites.

hotjar.com  - Heatmaps, Visitor Recordings

smartlook.com - Smartlook Visitor Screen Recording

Firebug -  Tools for web development. Allows inspect, edit and monitor CSS, HTML, JavaScript and Net requests in any web page

Bootstrap - A front-end framework for building responsive websites

jsfiddle - Jsfiddle.net is an amazing place for writing and sharing code

Heroku - Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud

GitHub -Online project hosting using Git. Includes source-code browser, in-line editing, wikis, and ticketing. Free for public open-source code

Bitbucket - Collaborate on code with inline comments and pull requests. Manage and share your Git repositories to build and ship software, as a team

JSONView - JSON is validated using a client-side javascript

Postman- Build, test, and document your APIs faster.

Fiddler - Fiddler is an HTTP debugging proxy server application

W3c Markup Validation Service - W3C's easy-to-use markup validation service, based on SGML and XML parsers.

newrelic- Offers a performance management solution enabling developers to diagnose and fix application performance problems in real time.


Monday, February 6, 2017

Angular-2-apps-with-TypeScript-and-Visual-studio-code



Angular 2 apps with TypeScript and Visual Studio Code




angular 2 start in visual studio code

npm install angular-cli --global

ng init

ng serve


Thursday, February 2, 2017

SQL Server (mssql) extension for Visual Studio Code



SQL Server (mssql) extension for Visual Studio Code

Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install mssql

2. Press CTRL+SHIFT+P to open the Command Palette in VS Code
     Select Install Extension and type mssql.

3. CTRL+N

4.  Press CTRL+K,M and change the language mode to SQL.

5.  CTRL+SHIFT+P   => MS SQL: Connect and press ENTER

     Select Create Connection Profile

6.  Click F1
     SQL:Use Database