AAadebusuyi adealainahdeyy.hashnode.dev·Jan 4, 2023 · 2 min readBuilding a Typescript HTTP serverMDN defines a web server as: On the hardware side, a web server is a computer that stores web server software and a website's component files (for example, HTML documents, images, CSS stylesheets, and JavaScript files). A web server connects to the...00
AAadebusuyi adealainahdeyy.hashnode.dev·Sep 22, 2022 · 8 min readConverting csv data to sqlite in golangI have been learning Go and SQL for a while now, so I decided to test what I have learnt this past month by getting data from a CSV( Comma Separated Values) file and using that to create an SQLite database. The data I would be using contains Spotify'...00