Latest

Page 12 of latest posts.

Find and test invalid links and 404 errors using Python & Pytest

A short guide to scrape your own website, find invalid links, and highlight links that result in 404 errors

Build CI/CD pipelines using artifacts with GitHub Actions

Create a CI/CD pipeline using GitHub Actions to build, test, and deploy you website

Create a Pelican plugin to minify HTML, CSS, and JS

Write a Pelican plugin to minify HTML, CSS, and JS files without breaking your website

Develop remotely on Raspberry Pi using VSCode Remote SSH

How to connect and develop remotely on Raspberry PI by SSHing in using VSCode

Received & return a file from in-memory buffer using FastAPI

How to receive a file to the in-memory buffer and then return the file from buffer using FastAPI without saving it to disk.