Keyboard recommendations for developers As developers we don’t need many tools to work, many would say that we just need a laptop or computer, and even though that’s true, there’s a difference between having the minimum required to work to have the tools that you need to work comfortably, productive and healthy. Today we are […]
Demystifying Threads is Node.js Often, we talk about how Node’s single-threaded nature makes Node applications easily scalable and resource-efficient. But it also makes Node an unsuitable choice for implementing CPU-intensive tasks . But as a workaround to this problem, in its v10.5.0 release, Node introduced the concept of worker threads. Worker threads provide a mechanism to spawn […]
Highly demanded programming languages for 2021, courtesy of CodeGym. There are over 700 languages used in programming. The first of them was Plankalkul, developed back in 1945 and new ones are born every year. We took a look at the data available online to determine which languages are here to stay and grow and which […]
Tips to stay productive as a developer If you are a programmer, the chances are, you have an inability to mind just your job. You’d want to work on your passion project in your free time. You’d want to contribute to open-source projects that you love. Becoming a programmer is not just a job, it’s […]
Do you want to teach your kid to code? Here is how you can get started. Some of you may or may not know that I’m a father of a 3-year-old boy, and as he grows up, I wondered how I could teach him coding. Of course, now he’s too small, and I’m even not […]
Animate like Flash but in a cool way Under today’s standards, web applications not only need to be fast and look cool, but they also need to give the feeling of being alive, and this latter is quite hard to manage well. With CSS becoming super powerful, new ideas and concepts were introduced, like animations, […]
Know the ins and outs of this basic JavaScript array function Javascript reducer is one of the most useful array methods that should be in a developer’s arsenal. Introduced in ES5, it’s somewhat similar to for…each and map methods that are used with arrays but improves on their performance and simplicity in specific situations. reduce […]
Why to choose Angular for your software projects Note from the editor: If you are a regular reader of my blog you know my heart belongs to ReactJS, it’s what I choose for my projects and is the framework of choice at the company I work for. However, there are reasons to choose other frameworks, […]
Know the ins and outs of this basic JavaScript array function As one of the basic control structures in programming, loops are almost an everyday addition to the code we write. The classic for loop is one of the first code snippets we learn to write as programmers. If you were a Javascript developer, you […]
First of all, I want to emphasize that the challenge is real! Having a toddler at home 24/7, while you are trying to focus to get some work done has been one of the most difficult experiences lately, though I’m also extremely content of having him around much more than I used to. What does […]