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
Okoye Ndidiamakaamikdigital.hashnode.dev·Oct 12, 2024Data Privacy and GDPR: How to Make Your Web Apps Comply with the Privacy LawsData privacy is one of the most paramount issues in today's digital world for every business and developer. The evolution of global privacy laws, especially the General Data Protection Regulation, has brought a sea change in the way businesses collec...Privacylaws
Idorenyin Akaninyenedorendev.hashnode.dev·Oct 11, 2024Top interactive UI component libraries To have in your bookmarkOver the years we have seen the web evolved from static web pages to highly intuitive and interactive pages that actually in a subconscious way make users stay on them longer. In these recent times we have seen how building animated interactive compo...1.1K readsUI
M'mah Zombommahzombo.hashnode.dev·Oct 7, 2024Laravel Directory StructureHello 🌸 Nice to see you again. Today we are demystifying Laravel’s directory structure, which is a lot to take in for beginners. We'll be using the journal-app we created in the last article. Let’s start by opening our Laravel app in VS Code or any ...37 readsLaravelLaravel