AGAarush Ghadiainbeginning-my-web-development-journey.hashnode.dev·Jan 29 · 2 min readPost FunctionsThere are different status codes that range from 100-500. The key status codes that are used often are the ones found inside the range of 200s, 400s, and 500s. The 200s shows success such as when a request has succeeded, a new resource was created, o...00
AGAarush Ghadiainbeginning-my-web-development-journey.hashnode.dev·Jan 23 · 2 min readThe ServerNode.js is a powerful and versatile runtime environment that allows developers to execute JavaScript code on the server side. It is built on Chrome's V8 JavaScript engine, making it fast and efficient for building scalable network applications. Node....00
AGAarush Ghadiainbeginning-my-web-development-journey.hashnode.dev·Jan 23 · 2 min readFrontend, Backend, and DatabaseThe part of the website that users interact with directly is known as the frontend. This includes everything from the layout and design to the interactive elements and content that users see and engage with on their screens. When a user performs an a...00