Joy Mukherjeecodegeeks.hashnode.dev·24 minutes ago12 Common HTTP Status Codes and Their MeaningsHTTP (Hypertext Transfer Protocol) status codes are three-digit numbers returned by web servers to indicate the result of a client's request made to the server. These codes provide essential information about the success, failure, or redirection of t...Discusshttp
Fruitful Ejirofruitfulejiro.hashnode.dev·Sep 23, 2023What Happens When You Type 'google.com' in Your BrowserHave you ever been curious about how your browser precisely knows what to display when you enter a web address or URL? When you type something like "google.com" and press Enter, your browser embarks on a journey to find the IP address linked to this ...Discuss·32 likesweb
Ivana's blogivana1991.hashnode.dev·Sep 22, 2023Free Web Dev Resources (pt. 1)Certainly! There are plenty of free web development resources available online to help you learn and improve your web development skills. Here are some valuable resources for various aspects of web development: Free Hosting: http://netlify.comhttp://...DiscussWeb Development
HADAR Asmaabytebites.hashnode.dev·Sep 7, 2023Web infrastructure designLately, I have been studying a bit of web infrastructure, most concepts were new to me, These are kind of my notes on this subject altered and proofread to share with people trying to learn about this topic. I have searched for these concepts myself ...Discuss·2 likesWeb Development
Komal Kumbharkumbhar799.hashnode.dev·Sep 6, 2023Navigating Virtual Reality (VR) and WebVR in Web DevelopmentThe digital landscape is constantly evolving, and as web developers, it's vital to stay at the forefront of innovation. In recent years, Virtual Reality (VR) and its web counterpart, WebVR, have emerged as a transformative force in web development. I...Discussweb
Suraj Narwadesurajincloud.com·Sep 1, 2023Understanding HTTP Server in Go #6 - MuxUp until now, we've been using the DefaultServeMux, but it's time to wield more control and precision by explicitly using the http.ServeMux. Plus, we'll look at the powerful frameworks available, like Gorilla Mux and Echo, that take web server functi...DiscussGolanggolang
Suraj Narwadesurajincloud.com·Aug 31, 2023Understanding HTTP Server in Go #4 - multiple handlersIn the previous blog post, we made our webserver useful for the first time where we printed Hello World instead of 404. Check out previous blog posts: Part 1: https://surajincloud.com/understanding-http-server-in-go-basic Part 2: https://surajincloud...DiscussGolanggolang
Arjit Sharmaarjit.hashnode.dev·Aug 27, 2023Rendering Methods on the WebThere was a time when only static pages were served on the internet, but as time passed we started having more complex applications. So as a result, we came up with newer methods to show the websites to the end user. Some of these methods you must ha...DiscussMicro Tech BlogsWeb Development
Mrexamplesmrexamples.hashnode.dev·Aug 27, 2023Lua Functions ReturnIntroduction to Lua Functions Return We are discussing Lua functions return, and we hope that it will help the learners. In Lua, a function can return one or more values. The return values are the results of the function's computation. The return sta...DiscussLua
Mrexamplesmrexamples.hashnode.dev·Aug 27, 2023Introduction to Lua Functions ListWe will explore lua functions list, hoping that it will help the learners. Lua is a lightweight programming language that is often used as an embedded language. It is a dynamically typed language, which means that the type of a variable is not checke...DiscussLua