beginning-my-web-development-journey.hashnode.devPost 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...Jan 29·2 min read
beginning-my-web-development-journey.hashnode.devThe 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....Jan 23·2 min read
beginning-my-web-development-journey.hashnode.devFrontend, 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...Jan 23·2 min read