Learn multiple options to convert strings into numbers with JavaScript In a Javascript application, the input data we accept from users are often in string format. Forms and input fields are the biggest examples of this. But our application can’t always process all these data as strings themselves. Especially when it comes to inputs like […]
Dates are hard, let’s learn how to compare them Working with dates is something developers encounter very often. From creating to storing and processing dates, date manipulation in Javascript has many use cases in application development. In today’s tutorial, we thought to focus on one of them: comparing dates. Javascript’s built-in date object gives us enough functionality […]
It’s said that the manufacturing industry is as old as human civilization, with formal, machines based manufacturing processes having started in the 17th century. Today, the manufacturing industry in the USA alone is worth $9 billion, growing at a healthy rate of more than 10% annually. However, shockingly, a large percentage of manufacturing companies are still […]
Learn how to make money by doing online jobs There are already a lot of opportunities for developers. People with software development talents are becoming more valuable as the world of technology evolves. The internet has provided us with an enormous variety of opportunities, not limited by geography. As the world becomes digital, new opportunities […]
Learn how to build and work with this genius data structure Wait! Does Javascript have a Dictionary type now? Not exactly. At least, not yet. But with its ever-so-flexible Object and ES6 Map types, creating a dictionary-like object for storing data as key-value pairs is only a matter of minutes. This statement may seem a little strange […]
Some of the best chrome extensions for web developers in 2021 As developers, we use our browsers every day for all sorts of things, from googling, finding solutions to our problems on stack overflow to wasting time on Reddit (yes, I’m one of those), but also to test run the applications we are developing. It’s […]
When facing the start of a brand new PHP application, there is one decision that can’t be overlooked: which framework should you use? Theoretically, you could start with none, but assuming the project at hand is anything but trivial, that’d probably be a bad idea. The good news is you’re not exactly short of options […]
Template engines make it easy to render views, for emails, screens, or anything else Building dynamic websites with APIs is something we all are familiar with as modern-day web developers. Node.js, especially, makes it really easy to set up API backends quickly and connect them with the client-side web applications. But did you know that […]
Learn how the `this` keyword works in JavaScript If you belong to a programming background, you might have come across “this” keyword, multiple times. Every programming language that exists usually contains the concept of “this”, especially the modern programming languages. But the catch here is, different programming languages have slight changes in the definitions for […]
CSS has thousands of secrets, today we will explore 8 If you think CSS is only used to ‘prettify’ a website, add some colors to a text or simply make cool bouncing animations, then you may have to rethink what all CSS is capable of. Already tired of using and searching for ‘How to do […]