Dileep Kumar Nagamaws-insights-for-newbies.hashnode.dev·Jan 8, 2025Unlocking the Cloud: Your Beginner's Guide to AWS MasteryIntroduction 🌍Imagine a world where you can build and scale your ideas without limits—where businesses of all sizes innovate faster and more efficiently than ever before. Today, over 90% of companies globally have adopted cloud computing in some for...1 likeAWS
Rohit Rajputdjango-learning.hashnode.dev·Jan 5, 2025Adding Product Pages in Django: A Step-by-Step GuidePrevious Related Blog : How to Set Up a Django Frontend: A Complete Tutorial Today, we will extend the homepage by adding a "Related Products" section to showcase more products. We will write HTML and CSS to ensure it is well-aligned and remains resp...10 likes·77 readsDjangoWeb Development
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·36 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