Technology, software engineering, and web development
Browse My Blog

Building a Wholesale Retail System with Microservices & Event-Driven Architecture - Part 2
Welcome back to our comprehensive series on building a wholesale retail system using microservices and event-driven architecture. In part 1, we established our project foundation by setting up the development environment, configuring Docker containers, and implementing a basic API Gateway with YARP. Now, we're ready to tackle one of the most critical aspects of any distributed system: authentication and security.
Mar 10, 2025
Optimizing Blog Images with AWS S3 and ImageKit
Images make your blog posts engaging and shareable, but they can also be the number one cause of slow page loads. Let's explore how to optimize your blog images using AWS S3 and ImageKit for a lightning-fast user experience.
Mar 8, 2025
Building a Wholesale Retail System with Microservices & Event-Driven Architecture - Part 1
Welcome to this comprehensive guide on implementing a robust wholesale retail system using microservices and event-driven architecture. In this first installment, we'll explore the fundamental concepts behind this architectural approach, discuss its advantages for enterprise applications, and walk through the initial setup of our project.
Feb 25, 2025
How to Add Google One Tap Sign-In to Your Next.js App
Ever wanted to make signing into your Next.js app as smooth as butter? Google One Tap is your answer! It lets users sign in with just a single click using their Google account. In this tutorial, I'll show you how to implement both Google One Tap and traditional Google Sign-In in your Next.js application using Auth.js (formerly NextAuth.js).
Feb 16, 2025
How to install Drupal 11.1.2 on Ubuntu server 22.04
Drupal is a free and open-source CMS(Content Management System) written in PHP. Drupal allows us to customize the webpage easily according to our needs. Drupal is used by millions of people and organizations around the globe to build and maintain their websites. In this installation, we will install Drupal and make the website up and running with the LAMP stack.
Jan 6, 2025
Real-time Notifications in Power Apps with PCF and Azure SignalR
In today's fast-paced digital world, real-time notifications are crucial for keeping users informed and engaged. This blog post will guide you through building a real-time notification feature in Power Apps using the Power Apps Control Framework (PCF) and Azure SignalR.
Dec 22, 2024
Foreign Keys: Optimizing for Performance
Despite concerns about performance, foreign keys are vital for relational database integrity. This post explores why those concerns are often unfounded and provides optimization strategies to ensure your foreign keys don't negatively impact database performance.
Oct 11, 2024
Using Cloudflare Worker KV to Store Environment Variables
Cloudflare Workers KV provides a secure and efficient way to manage environment variables for serverless Next.js applications, eliminating the challenges of using traditional .env files in such environments.
Sep 29, 2024
Strapi with Supabase for Headless CMS and Database Management
This tutorial shows you how to combine Strapi's user-friendly content management with Supabase's robust backend services, enabling you to build dynamic and scalable applications with ease.
Sep 28, 2024