avatar

PrintF/ScanF

Build Custom Browser Extensions with Javascript

In this quick article, we will learn how to build a browser extension to manipulate some website behavior for your personal use. What is a Browser Extension? 🔗A browser extension is essentially a small software program that adds custom functionality to your web browser. Extensions can help you take notes, manage passwords, block ads, and more. They can be installed in most modern browsers like Chrome, Firefox, Edge, etc. Often, an extension can be downloaded and installed from a web store, like the Chrome Web Store.

Building Web APIs in Go - StoreFM#2

This is a continuation of the Store FM series, where we discuss web application development with Go and analyze the Go standard library. In the previous article, we set up our project with a Go backend and an HTML+HTMX frontend. Today, we will be analyzing how to work with various API endpoints through which our frontend interacts with the server. We will focus on three packages from the standard library in this article: