
Nirjal Paudel
I'm Nirjal Paudel, a software developer specializing in database and backend technology, optimization and cloud
Recent Blogs
GNOME Nepal Events - Ubucon 2025
I wrote a blog post about my experience at Ubucon 2025 in Nepal, a major event for the open-source community. I had the opportunity to meet and talk with many interesting people. I also got to dive into a variety of technical topics, from RISC vs. CISC to vertical vs. horizontal scaling. The whole event was a huge success for me, leaving me inspired and ready to get more involved in organizing similar events in the future.
I bet you don't know these five typescript tips
This article challenges and helps you level up your understanding of typescript. These 5 tips will make you code better. Look out for dynamic parameters type 😉
From Yin to Yang: Understanding Celery
This article demystifies Celery, a Python tool for managing background tasks using message queues. It covers its architecture—transport, serialization, and workers—outlines concurrency models, task limits, and configurations. Learn about Celery Beat for scheduling, Result Backends for task outcomes, and Flower for monitoring. Perfect for both beginners and veterans, this guide offers practical examples and a link to a template repository for hands-on experience.