The Distinctions Between DevOps Engineers, System Administrators, and WebmastersMar 12, 2024·5 min read
Backend Global Best Practices for Web DevelopmentThe backend is the engine that powers your web application. It handles data storage, complex logic, and communication with the frontend (what users see and interact with). But with so many choices and considerations, how do you ensure your backend is...Apr 2, 2024·15 min read
C/C++ Dead?The US government has recommended avoiding using programming language like C/C++ that are not memory safe. Does this suggest that C/C++ have become dead programming languages? Does this mean that C/C++ programmers will because obsolete? Here's a brea...Mar 1, 2024·2 min read
How The Combined Operation of The Call Stack and Event Queue Contribute to The Responsiveness and Efficiency of JavaScript ApplicationsOperation of The Call Stack and Event Queue The combined operation of the call stack and event queue plays a fundamental role in maintaining the responsiveness and efficiency of JavaScript applications, especially in the context of single-threaded ex...Feb 29, 2024·7 min read
JavaScript Execution Context (EC)The Execution Context The Execution Context (EC) serves as the foundation for understanding how JavaScript code is executed. It acts as a dedicated environment where your code comes to life, equipped with all the necessary tools for successful execut...Feb 29, 2024·19 min read
Unix Epoch, A Ticking Computing Time Bomb?For decades, the Unix epoch has served as the silent backbone of our digital world. A simple counter, ticking away the seconds since January 1st, 1970, it seamlessly manages timestamps, schedules tasks, and keeps our computers in sync with the flow o...Feb 28, 2024·3 min read
3 Big Tech Hiring Secrets You Need To Know As A BeginnerLanding a software engineering role at a major tech company can be a dream for many, but the interview process is notoriously rigorous. While specific details may vary, most Big Tech companies follow a similar structure, focusing on three main interv...Feb 26, 2024·3 min read
How To Setup Windows 11 Without Microsoft AccountWhile Microsoft typically prefers users to set up Windows 11 with a Microsoft account, it is still possible to set it up using a local account. Setting Up Windows 11 Without a Microsoft Account: Here's how to set up Windows 11 without a Microsoft acc...Feb 26, 2024·4 min read