5 followers
Developer seeking to explain Tech to babies
Data visualization is an essential tool when building web applications as it seeks to grab viewers’ interest and keep their eyes on the message. This...
The this keyword has got to be one of the most misunderstood concepts in Javascript, especially to beginners. I remember being frustrated by it on...
Logical operators in Javascript are used to combine two boolean values. But there are many more things that we can do with them, especially with the...
Javascript language has come a long way from its early days in 1995 to this moment. There have been many beautiful and notable additions to the...
Introduction Styling with CSS is a pain and that’s the truth of the matter. Most developers find it hard to use the box model and center divs and even...
Summary Secrets management is a core part of any application development as it helps keep secrets safe and ensures that you can control how and when...