Posts
All the articles I've posted.
-
Understanding the punycode Deprecation Warning in Node.js
Published: at 02:30 PMA quick look at the punycode module deprecation in Node.js — what it does, why it was removed from core, and how to update your code.
-
Quartz CRON Explained
Published: at 03:30 PMDiscover how Quartz CRON differs from traditional CRON and why it's widely for scheduling tasks in Java applications.
-
Mastering CRON Expressions - A Developer's Quick Guide
Published: at 05:30 AMLearn how to read and write CRON expressions with confidence. This quick guide covers syntax, examples, special characters, and tools to schedule tasks like a pro.
-
What kind of database should you choose for your startup app?
Published: at 07:30 AMWhen starting to build your app, picking a database can feel daunting. This post simplifies the choice—just go with what you're comfortable with—and highlights why SQL is often a safe, reliable option.