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
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, In March 2026, Google made a significant move that caught the attention of the cybersecurity...
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...
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...