Posts

Showing posts from August, 2020

10 Ways to Become a Good Programmer|how to became a programmer|How to increase your programming skills

A good programmer is someone who always looks both ways before crossing a one-way street. ~Doug Linder Working as a software programmer in IT industry, one thing that drives us daily to the work place; is that fun and passion lies in programming. But to make that programming a fun and to get an eternal elation out of it, one needs to learn and adhere to some basics which make you a good programmer. I am not writing mantras which you can follow to become a good programmer, but the intention is to collate a list of helping tips which I learned and implemented in the industry to get good results. There is no definition of a good programmer, but here we are referring to the category of programmer who have developed excellent IT solutions and helped in overall growth of this industry. 1.Work on Basics As it is true for any industry and any job, the conceptual understanding is the key for success. Unless one has strong conceptual foundation, he/she can never be a good programmer. The core co

10 Ways to Become a Good Programmer|how to became a programmer|How to increase your programming skills

A good programmer is someone who always looks both ways before crossing a one-way street. ~Doug Linder Working as a software programmer in IT industry, one thing that drives us daily to the work place; is that fun and passion lies in programming. But to make that programming a fun and to get an eternal elation out of it, one needs to learn and adhere to some basics which make you a good programmer. I am not writing mantras which you can follow to become a good programmer, but the intention is to collate a list of helping tips which I learned and implemented in the industry to get good results. There is no definition of a good programmer, but here we are referring to the category of programmer who have developed excellent IT solutions and helped in overall growth of this industry. 1.Work on Basics As it is true for any industry and any job, the conceptual understanding is the key for success. Unless one has strong conceptual foundation, he/she can never be a good programmer. The core co

5 Best Visual Studio Code extensions for Angular developer

Image
Best 7 Vs code Extension for Angular  VS Code is awesome: it’s a  really   fast beast, it works splendidly with Typescripts and on top of that it is free.   Crazy! Still… it can do better. The main idea here is that the editor itself is pretty limited in functionality so we can customize it to our needs with the use of  rich gallery of extensions , depending on what technology — languages, frameworks — we’re using it for. Here is the selection of extensions that I found most helpful when working on Angular apps :   Following is List of Extension:- 1. TSLint ext install tslint If you aren not linting your code yet,  start now .  If you already are, seeing linter those errors alongside the code is far more convenient than having to look for them in your terminal. That’s what TSLint extension enables. It will draw squiggly lines under the code where you have a problem and display a list of warnings & errors on hovering it. You can also see the list of all detected problems in… well, t