Important things web developers need to know about web security

Important things web developers need to know about web security

Web development has seen a tremendous amount of evolution over the past few years. This is basically due to the innovations that come up on a regular basis. Several web development platforms are showing up every once in a while. This simply means web application development is gradually moving away from the traditional framework where…

How to Learn AI Programming from Scratch

How to Learn AI Programming from Scratch

These are exciting times to get into machine learning and artificial intelligence. New technology which was science fiction a few years ago is now emerging from virtual assistants like SIRI and Alexa to self-driving cars! There are more learning materials on this topic than ever before, and excellent open source tools and libraries are frequently released. Companies are…

How to debug JavaScript code with Chrome developer tools

How to debug JavaScript code with Chrome developer tools

Debugging JavaScript code is an essential skill. Since you don’t compile JavaScript code, you won’t get any compilation errors. This means you often will find bugs during runtime. To be an effective front-end developer, you need to be able to track down and fix bugs fast. In this post, I will show you different ways…