Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

Page - 1

2025

June

When the CTO Asks You to Use Autocomplete

When the CTO Asks You to Use Autocomplete

When companies publicly announce on LinkedIn that they're embracing AI, what are they actually doing internally? Are they replacing developers with agentic AI that swarms through code, debugging errors and deploying fixes? Are they parsing business requirements, accessing repos, building features, and deploying them before the 9am standup? For outside observers, it's hard to tell. But as a developer, I can assure you there's often a disconnect between what a CTO says and how the day-to-day workflow is actually affected.

How to Write Simple Software

How to Write Simple Software

Every time I join a new company, I wonder how their code ends up becoming so complex. You’ll see an application that is supposed to do a simple task turn into a monstrosity that everyone is afraid to update. Writing simple software is often the goal, but somehow we go astray. Tl;dr: Dedicate significant time to refinement *without* adding new features.

What Does It Really Mean to Be an AI Skeptic?

What Does It Really Mean to Be an AI Skeptic?

So, I call myself an AI skeptic. But honestly? It's more accurate to say I’m a technology skeptic in general. Before you picture me churning butter by candlelight, boycotting smartphones, or mailing handwritten letters, let me clarify: skepticism isn’t rejection. It’s a pause, a thoughtful question: Does this actually solve a real problem, or is it just the latest shiny new hype cycle?

Keeping track of Terms and Conditions

Keeping track of Terms and Conditions

How many terms and conditions did you agree to today? If you're like most people, you probably signed up for a website and clicked "I agree" without reading a single word. We all do it. Yet, what if these documents we collectively ignore are actually legally binding and could be used against you in court?

Building Castles in the Drive

Building Castles in the Drive

In The Expanse, humanity’s sprawling interplanetary empire rests on a single, elegant piece of fiction: the Epstein Drive. This miracle engine effortlessly defies physics, allowing ships to accelerate continuously, cross the solar system in mere days, and make far-flung Ceres as accessible as a commuter suburb. The show’s true genius lies in its grounded illusion: it layers the Drive with convincing jargon, detailed specs, and plausible limitations ("the Tori models can’t sustain 5G burns for more than 12 hours"). You’re genuinely tempted to believe it because the entire world feels engineered, not simply dreamed up.

Bryant Gumbel Was Right

Bryant Gumbel Was Right

Remember Bryant Gumbel? Back in the mid-90s, as the digital world began its explosive growth, the then-Today Show co-host famously dismissed the internet as a passing fad. "I'm online, and I think it's a fad," he declared, suggesting we'd all soon forget about it. History, of course, seems to have mocked him. The internet is now the bedrock of modern life.

When the Fail-Safe Processes becomes a Metric

When the Fail-Safe Processes becomes a Metric

At some point, in any company, there is always a new process introduced. This process promises to make things better, safer, and more efficient. In theory, it's brilliant. On paper, it addresses all the potential pitfalls. But then, it hits the real world, and what sounded like a stroke of genius becomes a bureaucratic nightmare, often leading to the exact opposite of its intended outcome.

Good News, Nobody's Going to Read It

Good News, Nobody's Going to Read It

When I encourage friends to start blogging, a common fear pops up: "What if I'm wrong?" or "What if no one likes what I write?" It's a completely understandable concern in an age where online engagement can feel like a high-stakes game. Being "wrong" on the internet can certainly generate a lot of attention, sometimes overwhelmingly so. But for every viral misstep, there's an entire digital forest of content that goes completely unnoticed.

How to learn anything as a beginner

How to learn anything as a beginner

In a world overflowing with "how-to" guides and expert advice, it's easy to fall into the trap of endless consumption. We binge YouTube tutorials on video editing, devour articles on effective writing, or meticulously study blueprints for building. And while these resources can be helpful, they often miss a critical point: for true beginners, the most potent learning tool isn't a tip, it's repetition.

Giving Away Your Best Ideas Actually Gets You More Clients

Giving Away Your Best Ideas Actually Gets You More Clients

I recently had a firsthand experience that perfectly illustrates this. I was helping a small startup on a project in my spare time. I set up an application from top to bottom, documenting the entire process with screenshots and everything they could possibly need to manage it themselves. My thought was, "Great, they're probably good to go; they won't need a developer for this again." I had essentially given them all the tools for free.

JS Tip of the day

How to use JavaScript Call and Apply methods

The most confusing functions in JavaScript are the call() and apply() methods. Interviewers have learned of this and are starting to use it against the unsuspec…

Photography