public class Visionary {
public Object execute(Dreams dreams) {
Plan plan = dreams.blueprint();
if (plan.isValid()) {
return Reality.build(plan);
}
return "Iterate";
}
}
$ git commit -m "feat: launch"
$ npm run build
$ vercel --prod
> Deployed to production!
Why you are here
Curious to know me better? 😄 Explore a few categories below to see what I think, learn, and experience from ideas and reflections to business, investing, and everything in between 👇😉
My latest notes
Product Management Is Not Just About Managing a Product
Hello All, Product management is often seen as a role that focuses only on features,...
Madinah: A Gentle Ending to a Journey of Faith
Assalamualaikum warahmatullahi wabarakatuh, After four beautiful days in Makkah, our journey continued to Madinah, a...
Understanding ISO 8583: The Language Behind Electronic Payment Transactions
Hello There, When people tap a card on an EDC machine or complete a payment...
A Faster Path to PQC: Google Sets 2029 as the New Target
Hello there, The Google PQC migration timeline for 2029 is an important signal for the cybersecurity industry....
Back to Makkah: A 4 Day Journey of Faith and Gratitude
Assalamualaikum warahmatullahi wabarakatuh, Alhamdulillah, Allah invited me again to His house. This 2-day Umrah journey...
How to Deploy PostgreSQL in Docker for Local Development
Hello there, When working on modern applications, having a reliable and consistent database environment is...