Golang

Using Sqlite in Golang With Gorm Series - Introduction

Using Sqlite in Golang With Gorm Series - Introduction

Sqlite is a super power. It’s the most use database system in the world.

Read More
Building a SPA-like Website with Go and HTMX

Building a SPA-like Website with Go and HTMX

Are you a tired JavaScript developer? Are you sick of having to learn so many different libraries that need to be pieced together to make something work?

Read More
Reading and writing files in Golang

Reading and writing files in Golang

Golang is a fantastic language. Its low-level nature and its simplicity make it an absolute powerhouse.

Read More
Getting Started with Sqlite in Go using Gorm

Getting Started with Sqlite in Go using Gorm

In this post I will show you how to communicate with a database in Go using Gorm, an ORM library that simplifies database interactions.

Read More
Making CLIs in Golang with Cobra and PTerm

Making CLIs in Golang with Cobra and PTerm

Introduction Hi everyone, welcome back to the blog! Today, we’re diving into the world of Command Line Interfaces (CLIs) using Go.

Read More