Dilan

Dilan @dilanblog

Joined:
Nov 20, 2024

Dilan
articles - 10 total

The Science of Solving Coding Challenges

In the fast-paced world of software development, your ability to solve problems efficiently isn't...

Learn More 18 4Apr 29

Should You Start a Startup with Your Friend?

Starting a business is a challenging journey filled with ups and downs. When you consider embarking...

Learn More 29 0Apr 25

Vibe Coding: Will AI Replace Programmers or Empower Them?

In February 2025, Andrej Karpathy—a luminary in artificial intelligence—tweeted about a curious new...

Learn More 14 6Apr 21

Building Blocks of Programming Languages

Programming is often compared to constructing a building or assembling a complex puzzle. Just as a...

Learn More 16 0Feb 7

Regular Expressions(Regex) in Python

Introduction Handling exceptions and validating user input are critical components of...

Learn More 9 0Jan 29

Floating-Point Precision in Programming

If you’ve ever encountered a situation where simple arithmetic in Python doesn’t give the result you...

Learn More 18 0Jan 28

Big-O Notation: : What it is and Why it Matters For Your Code

If you are new to programming or computer science, you might have come across the term “Big-O...

Learn More 17 0Jan 26

How to Think and Solve Problems Like Sherlock Holmes as a Software Engineer

Q:How would Sherlock Holmes start debugging if the code’s acting mysterious? 🕵️‍♂️💻 A: He’d say,...

Learn More 25 4Jan 25

Zero (0) vs Null vs Undefined: Understanding the Differences

In programming, it’s common to come across 0, null, and undefined. These three values might seem...

Learn More 11 0Jan 23

Understanding =, ==, and === in Programming

When learning to code, it’s important to understand how assignments and comparisons work. In...

Learn More 9 0Jan 22