Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

Page - 5

2025

April

Your Computer Is Where Your Files Are

Your Computer Is Where Your Files Are

Every time I buy a new computer, it ends up under my bed collecting dust within a week. It’s not that I dislike the device, it’s that I can’t work with a machine that doesn’t hold all my files. My workflow revolves around creating, downloading, and sharing text documents, code repositories, family photos, personal videos, and everything in between. The device I use feels like an extension of myself because that’s where my digital life resides.

Part 7: Quality Assurance & Testing

Part 7: Quality Assurance & Testing

How do you know your application works? Can you prove it? Does it work when: The user has a slow internet connection? They log in on two different devices at the same time? 100 people try to upload videos at once?

Why Companies Don’t Fix Bugs

Why Companies Don’t Fix Bugs

A few years ago, a lone programmer named t0st did something extraordinary: he fixed an 8-year-old bug in GTA Online that had been driving players crazy. The bug? Painfully long load times, sometimes up to 20 minutes. While the single-player mode loaded in seconds. His solution was elegant: a 13-line code tweak that cut load times by 70%. Rockstar Games, the studio behind GTA, rewarded him with a $10,000 bounty and patched the game. Problem solved, right?

Google Couldn’t Build “Instant” Today

Google Couldn’t Build “Instant” Today

In 2010, Google launched a feature that felt like magic: Google Instant.** It was a time when the company’s focus was on making the internet faster, smarter, and more intuitive for users. Not advertisers

Part 6: Full-Scale Development & Agile Iterations

Part 6: Full-Scale Development & Agile Iterations

For developers, this is the fun part. It’s where ideas take shape, code comes to life, and you finally see the fruits of your labor. In personal projects, this is often where we start—skipping planning, requirements, and prototypes to dive straight into coding.

The Art of Absurd Commitment

The Art of Absurd Commitment

There’s a scene in The Naked Gun where Frank Drebin stumbles through a hospital, unknowingly disconnecting a patient’s oxygen to plug in a popcorn maker. What makes it work isn’t just the gag. It’s the surgical precision behind the chaos. Every pratfall was storyboarded. Every prop was measured. The joke only lands because its creators treated lunacy like a science.

March

You can read Wikipedia and make a living

You can read Wikipedia and make a living

There are few people that influenced me like no other on the web. When I discovered Joel Spolsky, I read a couple posts, then went back in time and started reading his blog chronologically. There was 8 years worth of material for me to go through. I clicked on links and discovered Jeff Atwood along the way. Here again, I read the blog chronologically. Today, we get one post a year from them if we’re lucky. But then again, the world has moved away from blogs.

The Problem with Hype

The Problem with Hype

The main problem with hype is that it keeps us from appreciating what we already have. It’s always about the next big thing. Something revolutionary just over the horizon. But while we’re busy chasing the future, we overlook the real progress happening right under our noses.

Part 5: Prototype Development & Validation

Part 5: Prototype Development & Validation

As a software engineer, my favorite part of any project is when I finally get to write code. Creating a new project, setting up the folder structure, installing dependencies—it’s like opening a fresh notebook on the first day of school. Even encountering bugs and fixing them feels like solving a puzzle. If planning the project is talking the talk, building a prototype is walking the walk.

How successful websites are made

How successful websites are made

The barrier of entry for owning a website is lower than ever. For the price of a Starbucks coffee, you can rent a server and host whatever you want online. Yet it’s surprising how many developers shy away from building their own sites. They often fixate on replicating the enterprise-grade tech stacks they use at work, Kubernetes clusters, CI/CD pipelines, cloud orchestration, and dismiss personal projects as unrealistic. But sometimes, the most successful websites aren’t built by rule-followers. They’re built by people like Ron.

JS Tip of the day

Why Use Prototype in JavaScript

There is a clear reason why you should use prototypes when creating classes in JavaScript. > They use less memory. When a method is defined using this.met…

Photography