Article(s)
About 5 min
Article(s) 관련
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Browse thousands of programming tutorials written by experts. Learn Web Development, Data Science, DevOps, Security, and get developer career advice.
Learnk8s — the Kubernetes training company
We help you get started on your Kubernetes journey through comprehensive online, in person or remote training.
Code Maze - C#, .NET and Web Development Tutorials
Welcome to Code Maze. Here, you can find C#, .NET and Web Development tutorials. Join millions of readers from all over the world.
Milan Jovanović | Helping You Become a Better .NET Engineer
The .NET Weekly is a newsletter that delivers 1 practical tip on .NET & sofwtare architecture that you can easily implement.
johnnyreilly | johnnyreilly
The blog of John Reilly ❤️🌻
freecodeCamp
freecodecamp.org
How to Run a Postgres Database in Azure Kubernetes Service and Integrate it with a Node.js Express Application
Hey everyone! Today, you're going to learn about deploying a Postgres container in Azure Kubernetes Service (AKS) and connecting it to a Node.js application. In this fast-paced development landscape, deploying via containers, particularly with Kubernetes, is becoming increasingly popular. Some companies perform numerous deployments daily, so it's crucial for you
How to Build a QR Code Generator for URLs with Node.js, Next.js, and Azure Blob Storage
A while ago, a client asked me to help them create a special app for generating QR codes so users could receive payments. What set this app apart was that instead of users entering a URL to generate a QR code, they would initiate a request through the app...
Master the Azure DevOps Engineer Expert Certification (AZ-400)
The Azure DevOps Engineer Expert Certification (AZ-400) is for professionals who aim to demonstrate their expertise in integrating people, processes, and technologies to continuously deliver valuable products and services. It’s ideal for those who ar...
How to Host Static Sites on Azure Static Web Apps for Free
In this article, I will show you how you can host your React/Next.js app or any static web app on Azure Static Web Apps. I will be showing you both ways of doing it – through the GUI and with the CLI. I assume you already have built a...
How to Create a ML Model with Azure Machine Learning Designer
Did you know that you can create machine learning models without writing any code? If you’re here, you’re probably curious about how to achieve this. In this article, I will guide you through building a regression model that predicts automobile prices using Azure Machine Learning’s Low-Code/No-Code tools. Regression is...
How to Deploy a Web App
Deploying a web application can seem daunting, but with the right tools and guidance, it becomes a manageable task. We are excited to share a comprehensive course on the freeCodeCamp.org YouTube channel that will explain this process. This course wil...
How to Deploy Your Node.js App on Azure
The advent of cloud computing marked a turning point in the field of technology. It provides easier access for users across the globe to web and mobile applications and services. Modern-day computing services also provide a wide range of features which make web apps easier to use and more...
How to Develop a CRUD App with Spring Boot, Neon Postgres, and Azure App Service
In this article, we'll explore how to develop a CRUD (Create, Read, Update, Delete) application using Spring Boot and Neon Postgres. We'll also deploy the application on Azure App Service and make it production-ready by setting up features like autoscaling and multiple environments. You'll learn how Neon Postgres...
Pass the Azure AI Engineer Associate Certification (AI-102)
Are you ready to take your AI skills to the next level and earn the Azure AI Engineer Associate Certification (AI-102)? We just posted a comprehensive course on the freeCodeCamp.org YouTube channel that is designed to help you prepare for and pass th...
Learnk8s — the Kubernetes training company
learnk8s.io
Provisioning cloud resources (AWS, GCP, Azure) in Kubernetes
You can create and connect to managed cloud provider resources using the Service Catalog, a tool such as Kubeform or cloud-specific operators
Getting started with Terraform and Kubernetes on Azure AKS
Learn how you can use Terraform to create Kubernetes cluster in Azure.
Code Maze - C#, .NET and Web Development Tutorials
code-maze.com
How to Easily Deploy ASP.NET Core Web API to Kubernetes Cluster on Azure
In this article, let's learn about one simple way to deploy an ASP.NET Core Web API app to Kubernetes Cluster on Azure with Codefresh.
Continuous Deployment from GitHub to Azure App Service
In this article, we are going to learn how to configure Continuous Deployment (CD) from GitHub to Azure App Service using Deployment Center.
Publishing an ASP.NET Core App to Azure App Service Using Visual Studio
In this article, we'll see how to publish an ASP.NET web application to an Azure App Service using Visual Studio.
ASP.NET Core Configuration – Azure Key Vault
In this article, we're going to talk about how to protect our sensitive configuration data in the production environment with Azure Key Vault
Introduction to Cloud Computing and Azure
In this article, we are going to discuss the fundamentals of Cloud Computing and Microsoft Azure and various services offered by it.
Deploying ASP.NET Core Web API to Azure API Apps
We can use Azure API Apps to create and deploy RESTful APIs in Azure with Cross-Origin Resource Sharing (CORS) support.
Milan Jovanović | Helping You Become a Better .NET Engineer
milanjovanovic.tech
Messaging Made Easy With Azure Service Bus
If you're working in a distributed system, you need to be able to communicate between multiple services. There are a few ways that you can implement this. Depending on your chosen approach, you can either introduce tight coupling between your services or stay loosely coupled. Loose coupling is an important quality in a distributed system. It will allow you to evolve your services independently. So how do you implement loosely coupled communication between services?
John Reilly
johnnyreilly.com
Using Kernel Memory to Chunk Documents into Azure AI Search | johnnyreilly
To build RAG (Retrieval Augmented Generation) experiences, where LLMs can query documents, you need a strategy to chunk those documents. Kernel Memory supports this.