· software
Week 1 - JavaScript Fundamentals & My First Mini Project
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...
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...
The Logic Building The Strategy The general rule for a prime number is that it’s only divisible by 1 and itself. However, a common confusion is that composite...
Overview Many systems don’t fail because they lack momentum; they fail because they refuse to drop it. Kadane’s Algorithm answers a deceptively hard question:...