Yashraj Garnayakdisarj.hashnode.dev·Dec 17, 2024How to Create Path-Based Redirects for AWS Application Load Balancer 🌐What are Path-Based Redirects? 🤔 Path-based redirects allow you to route specific traffic to different servers or target groups based on the URL path. For example: Traffic to / (home page) can be sent to one group of servers. Traffic to /test (tes...AWS#PathBasedRouting
aman Jaiswalamanog.hashnode.dev·Dec 16, 2024How to Effectively Scale Your Database for Optimal PerformanceA database is one of the most critical components of any system—it can make or break its performance. As your system grows, scaling your database becomes essential to handle increasing loads efficiently. Here are some techniques for scaling databases...#DatabaseScaling
Sowmiyanoobcoderr.hashnode.dev·Dec 16, 2024Day 2: Kanye Meets Java—Let’s CodeSession 1: Input, Output, and Decisions (Kanye Style) Input and Output In Java, input is like Kanye asking his fans for their opinions—it's the data or feedback the program gets from the user, usually with the help of the Scanner class. Output (Kanye...4 likes·35 reads#KanyeStyle
Himanshu Gaurhimagaur.hashnode.dev·Dec 15, 2024Day Two of Becoming an Android DeveloperLeveling Up: My Second Day as an Aspiring Android Developer with Denis Panjuta It’s officially Day 2 of my Android development learning journey, and I am excited to share my experience so far. The course, led by the fantastic instructor Denis Panjuta...Android
LakshmiPerumalmalalakshmi.hashnode.dev·Dec 7, 2024Spring Boot Microservices Tutorial - Part 6In Part 6 of this Spring Boot Microservices Tutorial, we will learn how to implement Resiliency in our project by implementing the Circuit Breaker pattern. We will use the library Resilience4J together with Spring Cloud Circuit Breaker Resilience4J t...#CircuitBreaker
Felix Verduinfsvtech.hashnode.dev·Dec 5, 2024Automate Mass Approvals in Azure DevOps Pipelines with Canvas Apps and Power AutomateIf you're using Azure DevOps (ADO) pipelines, chances are you're leveraging Azure DevOps environments for gate approvals. This setup provides excellent control over when to promote a new version to the next environment. However, Azure DevOps' UI lack...AzurePipelines
Ashutosh Sharmaashutoshsharma.hashnode.dev·Dec 3, 2024Monolithic vs. Microservices: Understanding the BasicsWhen building software applications, developers often face a key architectural decision: Monolithic or Microservices. Both approaches have their pros and cons, and understanding them can help you choose the right one for your project. Let’s break the...monolithic architecture
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 27, 2024Building a Banking App? Here’s How I Dockerized Mine in 5 Minutes Flat!This is a Java-based application utilizing the Spring Boot framework, which will be used to create our Banking App. The application is integrated with a MySQL database. I have added this project on my: GitHub Repo you can fork this project. PRE-REQ...Docker
Pragyanshu Aryandotnet-hangfire.hashnode.dev·Nov 15, 2024Comprehensive guide to learning Hangfire in .NET CoreIn today’s fast-paced digital world, smooth and efficient background processing can make or break the performance of your applications. Enter Hangfire, the powerhouse library for handling background jobs in .NET Core. Whether you’re building a high-l...31 reads.net core
Silias Odionsilias809-cloud-newbie.hashnode.dev·Nov 14, 2024Step-by-Step Guide to Create and Connect to a Linux Virtual Machine Scale Set in AzureCreating a Linux Virtual Machine Scale Set (VMSS) in Azure allows you to automatically scale a set of virtual machines to handle changing workloads. In this guide, I’ll walk you through setting up a VMSS, configuring its settings, and connecting to i...2 likestechblog