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
Key Variant vs Key Block: A Simple Explanation
In payment security and cryptography, we often hear terms like key variant and key block. Both are related...
Product Management Is Not Just About Managing a Product
Product management is often seen as a role that focuses only on features, roadmap, and...
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
When people tap a card on an EDC machine or complete a payment at a...
A Faster Path to PQC: Google Sets 2029 as the New Target
The Google PQC migration timeline for 2029 is an important signal for the cybersecurity industry. In March...
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
When working on modern applications, having a reliable and consistent database environment is crucial for...
Manage your money to improve your finances
Hello there, Money management is about making the most of what you have. It sounds...
Very basic – Reverse a string
Hello There, When i was in a college (around 2000), i had learned an algorithm...