Month: December 2018
-
Avoid these bad coding habits.
Hello Everyone! When it comes to coding, most people think it is something mystical that only geeks can understand. Believe me, it is not like that my friend. Anyone can code with a fair amount of practice. There is nothing mystical about it. Coding is a skill like any other. Like language learning, there’s grammar…
-
JavaScript debugging dev tools.
Errors can and will happen every time you write some new computer code. Programming code might contain syntax errors or logical errors. Many of these errors are difficult to diagnose. Often, when programming code contains errors, nothing will happen. There are no error messages, and you will get no indications where to search for errors.…
-
Plunker and Angular JS.
Hi Everyone! Let’s talk about Plunker, what is it and how is it related to Angular JS. Plunker is an online community for creating, collaborating on and sharing your web development ideas. Plunker is the best tool to prototype, experiment, share and debug your ideas on the web platform. From idea to implementation, Plunker helps you build the…