webwalkerx.hashnode.devLocalXpose: The Ultimate Guide to Hosting Web Apps LocallyWe visit web pages every day, files are transferred from one device to another, and tons of downloads are made every second. This is possible due to web servers. The internet wouldn't exist without servers. Setting up a web server from scratch is a t...Oct 14, 2023·3 min read
webwalkerx.hashnode.devPrint "Hello World!"In line with the tradition passed down generation after generation of programmers starting out a new programming language or just trying stuff around, the "Hello world" program is almost a must. From languages that do this in one line: print "Hello ...Feb 11, 2020