Writing on software design, company building, and more.

All my articles in one place where I mainly write on medium

Is Programming Dead? A Perspective in the Age of Generative AI

In recent times, the buzz around generative AI’s potential to replace programmers has reached an all time high. As someone who has been developing for a few years, I vividly recall the daunting question that someone asked me recently: “Don’t you think in 5 years AI will remove the need for programming?” This article seeks to explore this question, navigating the landscape where AI’s capabilities and value of human ingenuity cross paths.

How to Mix Programming Languages Into Your Webapp Project

As you start your journey as a developer you would likely want to understand how to use the best of both worlds for the programming languages have you have learnt so far. I am sure you have heard things like “python is great for data science” and “if you want to make a webapp javascript is the best”. With these concepts in mind, you wonder to yourself, ok well how do I put these together in a REAL project?