Just Dream
believe
& make it happen

Ideas Are Cheap. Execution Is Rare.

Java
public class Visionary {
  public Object execute(Dreams dreams) {
    Plan plan = dreams.blueprint();
    if (plan.isValid()) {
      return Reality.build(plan);
    }
    return "Iterate";
  }
}
SQL
BASH
$ 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 👇😉

CodeDatabasesLearningPersonalManagementBookUncategorizedTroubleshoot

My latest notes

Lessons from Grinding It Out: Building Success One Step at a Time

Some success stories look fast from the outside. But when we look closer, they are...

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...

Half of my pain is gone : wisdom teeth removal

Hello There! Since my tooth has a hole, my doctor suggests that my tooth need...

Post-Quantum Cryptography (PQC): How secure will our data be in the post-quantum era?

Hello There! As you might know, NIST has acknowledged that large-scale quantum computers will threaten...

3DES algorithm : Double vs Triple Length Keys

Hello There! Just a quick introduction about what is the difference between double length and...

Oracle – ORA-00922: missing or invalid option

Hello There! I recently did test in my Java code to have a SQL statement...

PostgreSQL – Enable field name quote in hibernate

Hello There! Recently, i did a POC that involving 4 databases at the same time...