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

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 11 2Oct 26

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

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

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

Garbage Collection in Java: A Simple Explanation

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

Learn More 2 0May 21

Mastering String APIs in Java

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

Learn More 1 0May 31

Java Data Types: A Quick Reference Guide

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

Learn More 0 1May 16

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

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

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 0Apr 13

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

Binary Made Easy — Understand the Basics

Binary numbers might seem mystifying at first glance, but this article breaks it down into familiar...

Learn More 0 0Jan 13

JavaScript - Comment créer un tableau

Que ce soit pour gérer une liste d'éléments, traiter des résultats d'API ou structurer des...

Learn More 0 0Jan 31

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

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

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

Pourquoi la fonction pure rend un code plus robuste

Une fois que l'on commence à construire nos premiers algorithmes, vient l'envie et la nécessité...

Learn More 0 0Jan 15

Good Tutorial

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

Learn More 0 0May 17

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

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

Discover How Computers Speak in Binary

Ever wondered how your computer speaks its own language? This article guides you through the basics...

Learn More 0 0Jan 22

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

How to Create a Memoization Function in JavaScript

What is Memoization? In software programming, memoization is a technique used to make...

Learn More 0 0Jan 18