Bootstrap your terminal environment in MacOS with a single Bash script
Many people don’t spend their time to configure terminal environment and just uses what OS gives out of the box. Many people really care about their environm...
Many people don’t spend their time to configure terminal environment and just uses what OS gives out of the box. Many people really care about their environm...
Simple boot loaders are limited to 512 bytes of code. When implementing a bootloader that does a lot, it is a problem. So, how bootloader developers overcome...
Have you ever wondered what happens when you press the Power button on your PC? What happens right from when your motherboard gets electrical supply? How doe...
I faced an issue with requiring native bindings in Node.js code. So I wondered, how do they work in Node.js? In this post, I’m trying to explain how native a...
I hear how developers from unique ecosystems, which are writing in Python, C++, Java and other programming languages, say that JavaScript is crap. This bothe...
I encountered an issue where I needed to multiplex the downloading of extensive files in separate parallel chunk requests. In this post, I’m trying to implem...
Have you ever wondered if it is possible to make slides in terminal? I had and figured out that it is not a simple task. Fortunately, I built the tool to wri...
Recently, I’ve found out about one of the strangest bugs in virtual machine V8 that interprets JavaScript. I tried to understand what happened and share my t...