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 […]
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 […]
Laptop recommendations for developers with all budgets Computers, in particular laptops, are the essential tool for any developer. Sure having a nice keyboard and mouse can boost your productivity and comfort, but we can’t even work without a good computer. There are many different types of developers out there, those who use the terminal for […]
Simple to use CSS snippets that can help you identify layout issues As a front-end developer, I spend much of my time dealing with designs and making sure that the product design looks exactly like the Sketch file, however, this task, as trivial as it sounds, can give me a lot of headaches. But why? […]
A collection with the best VS Code extension for JavaScript developers For some years now, I’ve been using the Jetbrains suite of IDEs like PyCharm pro and WebStorm, and since those are on the expensive side, every time I recommend them, people suggest me to switch to VS Code, as it’s free and awesome. So after some […]
Tools that I use regularly to improve my workflow As a web developer myself I’m always looking for resources to improve my productivity. Over time I collected on my Evernote, a number of different online tools that help me in different ways, either by providing code snippets, design patterns, or simply great functionality. Today I’d […]
MacOS by day and Linux by night, my experience with the constant switching In this post, I want to share my experiences from working with both macOS and Linux and switching between them regularly. My hope is that by the end of the article you will understand what are the benefits that I perceive from […]
Bash is an automation powerhouse for UNIX based systems Bash is an acronym of “Bourne-Again Shell”. It is a default command-line interpreter for UNIX and Linux based operating systems. In UNIX and Linux based operating systems, a terminal window is consist of a shell and Bash. Bash is the powerhouse of these systems, which includes […]