Balraj Singhbalrajsingh.hashnode.dev·Feb 6, 2025Comprehensive CI/CD Pipeline for Private AKS: Seamless Integration with Azure DevOps, FrontDoor, Terraform, Private ACR, Azure SQL DB, Application GatThis document explains how to set up a CICD pipeline for deploying a web application on a private AKS cluster. It includes integration with Azure SQL Database, Private Azure Container Registry (ACR), and Application Gateway using Terraform. It also d...azure acr
Horaciohoracioskrp.hashnode.dev·Jan 10, 2025C'est quoi un Design Pattern dans le développement d'applications ?Un Design Pattern, ou "patron de conception", est une solution réutilisable à un problème récurrent dans un contexte donné. Ce ne sont pas des lignes de code prêtes à copier-coller, mais plutôt des concepts ou des guides pour structurer ton code de m...3 likes·112 readsDeveloper
Zul Fadlizumaku.hashnode.dev·Dec 20, 2024Pakdoekang - Aplikasi Pencatat Keuangan Mahasiswa💸Pernahkah kamu merasa kesulitan dalam mengatur keuanganmu? Kamu tidak tau kemana saja uangmu itu kamu belanjakan? Dan juga kamu tidak tau berapa banyak uang yang kamu gunakan? Di artikel ini aku akan membahas tentang aplikasi Pakdoekang, sebuah aplik...43 readsApplication Development
Felix Verduinfsvtech.hashnode.dev·Dec 18, 2024Three Game-Changing Tips I Wish I Knew Starting Out in Power PlatformAs a Power Platform developer, I’ve had the opportunity to create numerous applications over the years. Along the way, I’ve encountered my fair share of challenges—some of which kept me up at night! Looking back, there are several things I wish I had...58 readsMicrosoft PowerFx
Innvonix Tech Solutionsinnvonix.hashnode.dev·Dec 9, 2024Understanding Flutter Widgets: The Building Blocks of Your AppFlutter has revolutionized mobile app development by providing a fast, efficient, and visually stunning framework for creating cross-platform apps. At the core of Flutter's magic lies its widgets, which are the building blocks of every Flutter app. W...Flutter
sneh srivastavasnehcreate.hashnode.dev·Nov 25, 2024Azure Networking Best Practices: 3-tier ApplicationDeploying a 3-tier application in Azure involves following networking best practices to ensure scalability, security, and performance. Here’s a detailed guide: Overview of 3-Tier Architecture Tier 1: Frontend (Presentation Layer): Hosted on Azure ...Azure
Adrian Scottadrianscott.hashnode.dev·Nov 21, 2024Build a To-Do List Application with Strapi and ReactJSTo-do list applications have become essential for staying organized, whether for personal use or team collaboration. If you're aiming to develop a versatile and dynamic to-do list app, Strapi and ReactJS make a powerful combination. By using Strapi w...Todoapplication
Alexander Arlund Nørgaardblog.alexnorgaard.dk·Nov 3, 2024Building an Events Application: Querying events and indexing with GINIn my last blog post we explored how to expose a simple API using the Echo Go framework and GORM ORM. We also took a look at how I wanted to represent an event in the database, including using tags and geolocation for search and filtering purposes. G...PostgreSQL
Pagepropagepro.hashnode.dev·Oct 4, 2024Next js Middleware – What Is It and When to Use ItIntroduction – What’s Middleware? Middleware is a fundamental concept in web development. It’s a function that sits between an incoming request and the final response, allowing you to process, modify, or handle the request before it reaches its desti...1 likeNext.js
Nikunj Pansarinikunjpansari.hashnode.dev·Oct 4, 2024Introduction to Spring Boot: Simplifying Java Application DevelopmentYou've likely heard of Spring Boot if you're a Java developer. It's a framework that has revolutionized how we build applications by simplifying the initial setup and reducing the complexity of Spring projects. In this post, we'll explore what Spring...10 likesJava