← All tags

#tutorial

4 posts

1 min read

How to Create a Swap File on Ubuntu

When npm install freezes on an underpowered server, a swap file is the fix — here's how to add virtual RAM on Ubuntu.

#devops#tutorial#linux
3 min read

Deploy Laravel to Ubuntu and Nginx

How to host a Laravel 11 app with Nginx on a fresh Ubuntu server — from dependencies to a live site.

#devops#tutorial#php
2 min read

Creating a Webapp in 2023

Some of the common options for creating and hosting webapps — a snapshot of the landscape I'll look back on one day.

#webdev#tutorial
2 min read

How to Make a Theme Switcher with HTML, CSS and JavaScript

Using JavaScript and CSS to instantly switch color themes on your website — no framework or library required.

#webdev#tutorial#css