J3bitokjebitok.hashnode.dev·Oct 31, 2024Web Hacking: Web Application Basics (TryHackMe)In this article, I will write a write-up for Web Hacking: Web Application Basics that covers the Web Application Overview, Uniform Resource Locator, HTPP Messages, HTTP Request: Request Line and Methods, HTTP Request: Headers and Body, HTTP Response:...web hacking
Nicholas Diamondnicholasdiamond.hashnode.dev·Aug 23, 2024Securing APIs with OAuth2 and OpenID Connect for Modern Web ApplicationsIn today’s interconnected world, securing RESTful APIs is critical. As APIs often handle sensitive data, ensuring that only authorized users and applications can access them is paramount. OAuth2 and OpenID Connect (OIDC) have emerged as robust framew...APIs
Nilkanth Mistrynilkanth1010.hashnode.dev·Jul 28, 2024Day 83 - Mastering Web Application Deployment with Docker Swarm on AWS 🚀Welcome to Day 83 of the #90DaysOfDevOps Challenge! 🎉 Today, we're diving into deploying a web application using Docker Swarm. Docker Swarm is a powerful orchestration tool that allows us to manage containers at scale, ensuring robustness and high p...90 Days Of Devops ChallengesDevops
Sumeet Shroffprateekshawebdesign.hashnode.dev·Jun 5, 2024How Next.js 13 Route Handlers Can Streamline Your Web AppWhat are Route Handlers in Next.js? Route handlers in Next.js are a powerful feature that allow developers to manage and manipulate routing behavior directly within their applications. This functionality is crucial for defining server-side logic and ...webapplication
Vedant Thavkarveddevopsblog.hashnode.dev·Feb 12, 2024Day 83: Project 4- Deploying a Web App with Docker Swarm on AWS: Step-by-Step Implementation"Introduction: In Project 4, we embark on the journey of deploying a web application using Docker Swarm on AWS. Follow along as we set up a robust and scalable environment for hosting applications, walking through each step meticulously. Step 1: Setti...10 likesDevopsDevops
Vinit Mepanivinitmepani.hashnode.dev·Dec 31, 2023Dart Language OverviewWhat is Dart language? Dart is the open source which develop by google and their team. In simple term, Concept of Dart language and C both are the identical while there syntax is also matchable , but Dart language is more beneficial then C. Mostly,...77 readsLearn Dart Dart
Hemasai Nagothicodeeasy.hashnode.dev·Aug 17, 2023Django complete setupDjango is a high-level Python web framework and is also open-source. Starting with the Django framework for web development is the most effective way to build a web app instead of creating it from scratch. And also it promotes clean, reusable code by...Django
Deepti Karkideeptikarki.hashnode.dev·Jun 15, 2023Web DevelopmentHere i'm going to explain the term "web development" for a complete beginner. so let's start with the term "WEB", it is a system on which there are infinite numbers of documents and Resouces, which all are connected through the internet to one anothe...Web Development
Pixel QApixelqacompany.hashnode.dev·Jun 12, 2023Security Vulnerabilities and Manual Prevention for Web ApplicationsSecurity Testing is a type of software testing that uncovers vulnerabilities in the system. It also determines that the data and resources of the system are protected from possible intruders. It ensures that the software system and application are fr...securityvulnarabilities