🚂 Arrays Explained Like You're 5
The Train Imagine a train with numbered compartments: 🚂 Car 0 Car 1 Car 2 Car 3 Car 4 Each car has a number starting from 0! and can hold one thing. Arrays ar...
The Train Imagine a train with numbered compartments: 🚂 Car 0 Car 1 Car 2 Car 3 Car 4 Each car has a number starting from 0! and can hold one thing. Arrays ar...
Cleaned Markdown markdown !Forem Logohttps://media2.dev.to/dynamic/image/width=65,height=,fit=scale-down,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s...
Who this is for: You've completed a Python basics course or tutorial. You understand variables, loops, conditionals, and strings, but you haven't built anything...
Introduction There are a few words in programming that seem designed to scare people off: - functor - applicative - monad If you've tried to look them up, you'...
Introduction Today marks Day 1 of my 30‑Day Coding Challenge to master C internals, algorithms, and database design. Why am I doing this? In a world of AI and...
Week 1 is wrapped. I spent the past week working through JavaScript fundamentals — variables, data types, operators, and conditionals. The goal was to build a s...
Day 1: Arrays I chose arrays as the starting point for my DSA journey. Although I am not a complete beginner—I have learned Java and basic DSA earlier—I felt a...
My First Funny JavaScript Misunderstanding 😅 When I first heard about JavaScript, I honestly thought: > “Java and JavaScript are probably the same… just add s...
markdown !Recursion illustrationhttps://media2.dev.to/dynamic/image/width=800,height=,fit=scale-down,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.am...
!Quipoinhttps://media2.dev.to/dynamic/image/width=50,height=50,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser...
Tipos de datos primitivos Cada lenguaje de programación declara sus propias unidades de datos para representar valores de distintos tamaños. Estas unidades son...
Introduction Hi, I’m Caspian Grey. I’m starting this blog for a simple reason: I want to learn in public. For a long time I tried learning JavaScript, web deve...