Balraj Singhbalrajsingh.hashnode.dev·Jan 8, 2025YouTube Clone: Automating CI/CD with Azure DevOps: Blue-Green Deployment and Self-Hosted Agents on Azure VM Scale SetsOverview This project provides a comprehensive guide to automating Continuous Integration and Continuous Deployment (CI/CD) using Azure DevOps. It covers two main topics: Blue-Green Deployment using Azure DevOps Release Pipelines and setting up Self-...azure repo
Emmanuel Gabrielcodease.hashnode.dev·Jan 7, 2025Deploy your WebApp to Azure App Service through Local Git.Summary: In this tutorial, you will learn how to deploy your AspNet Mvc project to Azure App Service using our Local git. Azure App Service is a platform as a service (PAAS) offering from Microsoft Azure that allows you to deploy Web apps, Mobile bac...azure-app-services
Arka Infotecharkainfotech.hashnode.dev·Jan 2, 2025Building a Multi-Page Application with Next.jsIntroduction Next.js is an incredibly versatile React framework, known for its powerful features like server-side rendering (SSR), static site generation (SSG), and easy routing. It allows developers to build full-stack, dynamic applications with eas...#DynamicRouting
Shantala Mukherjeeonlyweb.hashnode.dev·Dec 22, 2024Python Web Apps and Free Deployment Methods -- a Handy ResourceWhen I started exploring Python web app frameworks, I often found myself bouncing between documentation, deployment guides, and examples. So, I created a Google Sheet that gathers popular Python web app frameworks, learning resources, free deployment...Python
Ayusharpcoderreacttonext.hashnode.dev·Dec 20, 2024Progressive Web Apps (PWAs): Bridging the Gap Between Web and Native AppsProgressive Web Apps (PWAs) have revolutionized the way web applications are built, combining the best features of both web and native mobile apps. They offer users an app-like experience without needing to download anything from the app store. PWAs ...1 likeReact Native
Nathan Virgílionathanvirgilio.hashnode.dev·Nov 24, 2024Criando e Configurando WebApps com Nativefier no Linux (Debian 12)Este tutorial guia você desde a instalação do Nativefier até a configuração completa da WebApp, garantindo que ela apareça no menu de aplicativos com ícone e funcionalidade corretos. 1. Instalar o Nativefier Nativefier é uma ferramenta Node.js que t...webapps
syncfusionsyncfusion-blogs.hashnode.dev·Nov 15, 2024Enhance Web App Security with a CSPTL;DR: A content security policy (CSP) is a set of rules you can define for your browser that dictate which resources from which domains are trusted. A CSP gives you control over what your page loads and improves app security by helping prevent cross...data
Nitish singhsinghnitish.hashnode.dev·Nov 10, 2024Web Application AuthenticationHey! I’m back with another exciting article on Authentication. It is basically checking or making sure that the information is passed on to the correct user. In web applications like simple landing pages, we do not need to use authentication because ...authentication
Harendra Barotharrybdevops.hashnode.dev·Nov 6, 2024Essential Guidelines for Publishing Your Django Project OnlineDjango-based "My Notes" Application Deployment Application Overview: "My Notes" is a simple note-taking application built using Django. It allows users to create, store, and manage notes, similar to notepad applications used on mobile devices. Prereq...#DjangoApp
Abhayabhayit2000.hashnode.dev·Nov 6, 2024The Evolving Landscape of Test Automation: Insights into Emerging Trends and TechnologiesTo understand the future of test automation and its emerging trends and technologies, it's crucial first to know where the testing landscape is and where it's been. In the past decade, there has been a significant transformation in the enterprise IT ...50 readsautomation testing