Day: March 9, 2025
11 posts
Spring Framework Ecosystem
Spring isn’t just a framework—it’s an ecosystem! In this blog, we explored the core components of the Spring…
Learning JS frameworks with me(Part 1) 😎: JQuery
Introduction I gotta admit. When I first started working with JavaScript, I found the native DOM API frustrating.…
ICC-CT Final Tech: How JioCinema & Hotstar Handled Millions of Viewers
1. Introduction The ICC-CT Final between India and New Zealand had a record-breaking 80+ crore concurrent viewers, making…
How to Master Product Knowledge for Marketing Success
Customers can tell when a brand truly understands its product. Whether it’s a sales pitch or a marketing…
Mastering OAuth 2.0: Step by Step
Leapcell: The Next-Gen Serverless Platform for Web Hosting, Async Tasks, and Redis A Concise and Easy-to-Understand Explanation of…
Sunday Rewind: How to navigate tricky work relationships
This week’s Sunday Rewind is a 2022 Leadership Panel session which looks at adapting your communication with business…
Understanding Root vs. Non-Root Users, Docker, and Fixing ECR Authentication Issues
When working with Docker and cloud services like Amazon Elastic Container Registry (ECR), you may encounter issues related…
Error Handling & Exceptions in Python
Error Handling & Exceptions in Python Introduction: Python, like any other programming language, encounters errors during execution. Robust…
Building an open-source community at HOTOSM: a thank you
I’m deeply embedded in the open-source humanitarian software space by now. This post is a retrospective of my…
How to use pgpainless-core
Setup // If you use Gradle ... dependencies { ... implementation "org.pgpainless:pgpainless-core:1.7.2" ... } // If you use…