Tag: webdev

The ExpressJS Router

ExpressJS is probably the most popular framework for creating server-side web applications in Node.js. In this blog series I want to show you how to get started and how to do it The Right Way™. Articles in this series so far Get Started With ExpressJS ExpressJS Project Structure The ExpressJS Router…

ExpressJS Project Structure

ExpressJS is probably the most popular framework for creating server-side web applications in Node.js. In this blog series I want to show you how to get started and how to do it The Right Way™. Prerequisites Basic knowledge of Node.js and npm Some intermediate JavaScript knowledge Basic HTML and CSS…

Get Started With ExpressJS

ExpressJS is probably the most popular framework for creating server-side web applications in Node.js. In this blog series I want to show you how to get started and how to do it The Right Way™. Prerequisites Basic knowledge of Node.js and npm Some intermediate JavaScript knowledge Basic HTML and CSS…

Get Unstuck!

Some code in my application is being naughty and won't do as I tell it. And I just cannot fathom what could possibly be wrong! I've had this issue for days now. No matter how I look at it, I just can't see a way out. I'm a stubborn fellow, so I dig in deep and keep gnawing at this problem until I…

My Advice To Beginner Web Devs

I have been messing around on the World Wide Web since it was a thing. Today I teach Web Developer classes at college. Here is my advice for beginning web developers. Doesn't matter how you did it Don't spend too much time fussing over your solution to a problem. If it works, you did it right. It…

How To Get a Comment Section On Your Static Site

In this article, I will show you how to implement a comment section on a static website with no backend. But first, let me explain what a static site is, and what a backend is. Static Site A static site is a website that has no dynamic content. Usually, they are written entirely with HTML, CSS, and…