Controller → Model → View (CMV): The Java Pattern You Didn't Know You Needed ⚙️Apr 15, 2025·2 min read
Controller → Model → View (CMV): The Java Pattern You Didn't Know You Needed ⚙️🧠 Let’s Talk About CMV: Controller – Model – View in Java ☕ Most of us are familiar with MVC – Model-View-Controller. But have you ever thought of flipping the sequence to CMV – Controller-Model-View? Sounds similar? Not quite. Let’s break it down a...Apr 17, 2025·2 min read
Mastering `git commit --amend`: A Guide with ExamplesGit is a powerful tool, and understanding its nuances can transform your development workflow. One such handy feature is `git commit --amend`. This command allows you to modify the most recent commit without creating a new one. Whether you need to fi...Nov 27, 2024·3 min read
What’s Core to Making Your Company Profitable in the AI Era?In today’s fast-evolving business landscape, profitability is not just about offering a great product or service; it's about maintaining relevance, staying competitive, and adapting to technological shifts. The rise of artificial intelligence (AI) ha...Oct 19, 2024·5 min read
Teaching Coding Concepts with Garba Steps: A Unique Learning ExperienceImagine learning coding while grooving to the vibrant steps of Garba, a traditional Indian folk dance! Sounds fun, right? Dancing and coding may seem worlds apart, but they actually share key similarities: both require rhythm, structure, and patterns...Oct 5, 2024·4 min read
The Benefits of Using LinkedIn Premium: Why It’s Worth the InvestmentLinkedIn has evolved from a simple job-hunting platform into the premier social network for professionals. Whether you're seeking to advance your career, grow your business, or expand your professional network, LinkedIn offers a wide range of feature...Sep 26, 2024·5 min read
Refresh Tokens in Authentication using Node.js: Benefits and Implementation with CodeIntroduction Authentication is a critical aspect of building secure applications. When dealing with user authentication, especially in modern web applications, JWT (JSON Web Tokens) are often used for managing user sessions. A common pattern in token...Sep 14, 2024·4 min read
Secure Authentication with JWT in Node.js: A Comprehensive GuideIntroduction In today’s digital landscape, security is paramount. Whether you’re building a simple app or a large-scale system, securing user data is critical. JSON Web Tokens (JWT) are a popular method for handling authentication in modern web appli...Aug 31, 2024·5 min read