React evolves constantly, and you have to keep up to be valuable on the market. In this post, I will tell you about React Concurrent Mode, a new feature that has yet to be adopted.
read more “Everything You Need to Know About React Concurrent Mode in 2020”Month: May 2020
How React Reconciliation Algorithm Works
React is a UI library used by millions, and they have good reasons to. React was first to achieve truly reactive way of developing user interfaces, which works on every platform imaginable. But few know, that without the React Reconciliation Algorithm, none of this would be possible.
read more “How React Reconciliation Algorithm Works”I Finally Fixed the Comments
I just got some free time and finally fixed the comment form on the website, you can now leave comments under articles (before, it was asking for email, but there was no input for it). Try it out!
Grinding HackerRank/Leetcode is Not Enough
Lately, online competitive programming platforms such as HackerRank/Leetcode have been gaining popularity among developers and recruiters alike. These are awesome platforms that provide an easy way to practice common algorithmic and data structure problems in preparation for an interview (or anything else). But assessment (and most importantly, preparation) of software development skills based on these results is inaccurate and not representative, as I will explain now.
read more “Grinding HackerRank/Leetcode is Not Enough”Build Your First Unikernel With Express.JS And NanoVMs
Unikernels are the next era in cloud computing. They offer a much lower footprint and improved security over containers. In this article I will walk you through deploying an Express.JS backend using Unikernels.
read more “Build Your First Unikernel With Express.JS And NanoVMs”Unikernel Vs Container Vs Operating System: Side-By-Side Comparison
The process of deploying software to production evolves constantly. Just a few decades ago, everyone used virtual machines to host and manage the infrastructure. Lately, the industry shifted towards using containers with systems such as Docker and Kubernetes. The next logical step in this progression is Unikernels, which combines the best of virtualization and containerization.
read more “Unikernel Vs Container Vs Operating System: Side-By-Side Comparison”