scorch, web, security, javascript, css, js, html, frontend, ui-ux, design, npm, node, terminology
Author(s): Kieran Wood
So, you’ve completed scorch, now what? Well throughout the sessions we covered a ton of content from frontend and design, to security, to networking.... Read more
ai, tutorial, open source, theory, python
Author(s): Kieran Wood
AI has hit the world hard in the last few years. Particularly with the introduction of newer generative AI systems like LLM’s (Large language models like ChatGPT, Bard, Llama), and image generators (like Midjourney, DALL-E-2, Imagen etc.... Read more
Author(s): Kieran Wood
Now that we have our basic HTTP structure we need a way to read actual http requests/responses. Currently we have hardcoded everything, so today we will focus on creating everything we need for steps 2-4:... Read more
Author(s): Kieran Wood
HTTP is the protocol that runs the web, it’s the way most devices talk to each other these days. It’s also the protocol we are going to use, and as such we need to get everything setup for the http protocol.... Read more
software-engineering, software-design, SOLID
Author(s): Cole Pawliw
Learning how to program is more than just finding a cool language and writing code. While it’s true that anybody can learn to code, most people stop before learning the best practices for developing and maintaining their code.... Read more
scorch, web, javascript, node, npm
Author(s): Spencer Fietz
See previous post Introduction Welcome back to our crash course on Node! In the previous article, we walked you through the basics of Node, including what it is, what developers use it for, how to install it, and how to use it to run JavaScript files.... Read more
Author(s): Kieran Wood
We are excited to announce two new systems on the blog. These are intended to help using the blog easier, and for us to become a better resource for people of all skill levels!... Read more
Author(s): Spencer Fietz
If you’ve been learning or reading about web development, you’ve probably heard about Node.js. In this article series, we’ll help you get started using Node by building a homework-tracking application and providing you with all the information and tools you need to develop your own projects using Node.... Read more
optimization, web, scorch, theory, terminology
Author(s): Kieran Wood
Nostalgia can be very powerful, looking back at the world can make people feel warm and fuzzy inside. However, one thing people are not nostalgic of is how long computers used to take to do things.... Read more
Author(s): Brendan Smiley
VBA is a programming language that was created by Microsoft to help program inside their office applications. These office applications have helped students, teachers, office workers, and many others complete tasks quickly.... Read more
Author(s): Spencer Fietz
Custom fonts can be a suprisingly difficult topic to tackle, especially on the web. We’re going to try to make it easier by giving you the info you need to start working with them properly on the web!... Read more
scorch, web, html, js, networking, security
Author(s): Kieran Wood
CDN’s are used a lot in web development to make things faster, and easier. But with everything there are pros and cons.... Read more