Just Dream
believe
& make it happen

Transform your ideas into reality through innovative design & development strategy.

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 👇😉

CodeDatabasesLearningManagementPersonalUncategorizedTroubleshootBook

My latest notes

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

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