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...
Recent Posts
What are the benefits of TypeScript? In this article, I will show you with examples how TypeScript can improve your productivity (and your sanity). What is TypeScript? Open-sourced programming...
Is front-end web development a good career in the coming years?
Is front-end web development a field which will be in high demand over the coming years? How well is it paid? And what kind of tasks does a front-end developer do? In this article, I will go into...
Step by step JavaScript interview challenge and solution – Fizz Buzz
When going to an interview for a developer job, you have to expect being put to the test. Fizz Buzz is the most classic challenge which has been used for decades and is the most likely challenge to...
Which programming language should you learn to make mobile apps?
You might have heard that you create Android apps with Java or Kotlin and IOS apps with Objective-c or Swift. But actually, you have a lot more options which can be more compelling. We can divide...
In the last decade, there have been a number of sites like Facebook, Youtube, and Netflix which gives amazing user experiences which have surpassed the websites created in the early internet days. If...