Articles by Tag #fundamentals

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Understanding JavaScript Execution with some Pizza

Welcome back, fellow developers! I'm excited to have you here for the next part of our JavaScript...

Learn More 33 5Mar 2 '25

Godot 4: The Book of Code

If you’re eager to dive into the exciting world of Godot development, it’s important to get a handle...

Learn More 14 4Oct 26 '25

CPUs & RAM Explained — How Computers Actually Think and Remember

CPUs & RAM Explained — How Computers Actually Think and Remember Every modern device...

Learn More 1 0Jan 2

How Computers Store Data — From Memory to Meaning

How Computers Store Data — From Memory to Meaning Why Understanding Memory...

Learn More 2 0Jan 2

How Files Are Organized — Understanding File Systems and Paths published

How Files Are Organized — Understanding File Systems and Paths Why File...

Learn More 1 0Jan 2

How Does the Python Virtual Environment Work?

When you start working with Python, one of the first recommendations you’ll hear is to use a “virtual...

Learn More 20 5Jul 28 '25

Deep Dive - How Chunked Transfer Encoding Works

Chunked transfer encoding is a key HTTP/1.1 feature that allows servers to stream data incrementally...

Learn More 9 0Apr 4 '25

The Confusing World of Array Deletion in JavaScript

One of JavaScript's most controversial, yet quietly discussed subjects which goes beyond implicit...

Learn More 0 0Dec 27 '25

JavaScript Fundamentals - Types, Variables, and Basic Operations

JavaScript is a versatile programming language that powers the modern web. This post covers the...

Learn More 5 0Dec 30 '25

Stuck on LeetCode Easy? Diagnose Exactly Why

Easy problems shouldn't feel impossible. Here's how to identify weak fundamentals, pattern blindness, or ineffective practice.

Learn More 1 0Jan 9

What is System Design? A Complete Beginner's Guide

Learn the fundamentals of system design, why it matters, and how to approach designing scalable distributed systems.

Learn More 0 0Feb 4

JavaScript Snippets: Split & Map

Ever stumbled across this little snippet of JavaScript code and wondered what mystical sorcery is...

Learn More 1 0Jan 7

Java Variables: A Complete Guide (feat. var Type Inference)

This article provides a complete overview of Java variables, covering everything from basic...

Learn More 2 0May 17 '25

Java Data Types: A Quick Reference Guide

This article offers concise technical Java notes, covering primitive and reference types,...

Learn More 0 1May 16 '25

Mastering String APIs in Java

In Java, strings are fundamental for data manipulation. This article delves into the core...

Learn More 1 0May 31 '25

Garbage Collection in Java: A Simple Explanation

Effective memory management is essential in Java development. Fortunately, Java automates...

Learn More 2 0May 21 '25

Arrays in Java: A Deep Dive

Arrays are a fundamental data structure in Java, used to store collections of elements of...

Learn More 1 0Jun 9 '25

Programming Paradigms Explained with Code Examples

When you're learning to code or expanding your knowledge, you'll often hear the term "programming...

Learn More 1 0Apr 4 '25

How JavaScript Gets Updated: ECMAScript, V8 and Your Runtime Explained

I remember when I started coding in JavaScript, I used to think: "Okay... so JavaScript gets...

Learn More 0 1Apr 13 '25

Your Device’s ID Cards: IP vs MAC with Real Life Analogies

HEY FELLAS!! let’s take a real quick analogy to help us understand what an IP address and a MAC...

Learn More 0 0Jul 23 '25

What is an IIFE in JavaScript and Why Would You Use It?

In JavaScript, you might have seen a function that seems to call itself right after it's defined....

Learn More 0 0Mar 28 '25

What happens when both try and finally return in JavaScript?

What do you think will happen if we run this code? function test() { try { throw new...

Learn More 0 0Apr 7 '25

Good Tutorial

Java Data Types: A Quick Reference Guide Marta Kravchuk ・...

Learn More 0 0May 17 '25

Memoization and Caching: Are they the same in JavaScript?

At first glance, Memoization and Caching might seen like the same thing. After all, both techniques...

Learn More 0 0Apr 1 '25

Inside JavaScript Runtime Environment

Hey there! Welcome to another article in this series where we discuss the core fundamental concepts...

Learn More 5 1Jul 30 '25

Data Types (Programing Fundamentals Part — 2)

This tutorial is part of a series I created to teach beginners the basic fundamentals of programming...

Learn More 0 0Sep 7 '25

From Neural Nets to Hashmaps — Why I’m Relearning the Fundamentals

“You don’t really understand a concept until you’ve taught it.” I recently set out on a mission to...

Learn More 0 0Apr 9 '25