JJuningrugbrug.hashnode.dev·Jul 5, 2024 · 9 min readThe C Language: A ReviewIntroduction I shamed myself into learning a "real" programming language. By luck, the YouTube algorithm blessed me with videos of notable programmers like John Carmack and Jonathan Blow trash talking JavaScript. As a self-taught developer who spent ...00
JJuningrugbrug.hashnode.dev·Apr 3, 2024 · 2 min readCORS: Basics ExplainedCORS lets a web page in a browser get data from or send data to a web server elsewhere. CORS is a rule set built on HTTP. A CORS request is when the web page gets or sends data this way. CORS requests are special HTTP requests. CORS is a rule that on...00
JJuningrugbrug.hashnode.dev·Mar 19, 2024 · 1 min readHTTP: Basics ExplainedHTTP is a set of rules that describes how digital content moves between two computers on the web. HTTP stands for Hypertext Transfer Protocol. Digital content or a resource is any file that can be stored and read on a computer, such as images, videos...00