How I Built a Discord Bot in Go
GoDiscordBot

How I Built a Discord Bot in Go

I've always found Discord bots fun to mess with, they're like little automated sidekicks living in your server. But instead of using the usual Node.js setup, I decided to try something different: writing a bot in Go.

April 20, 2025

Content not available.

Related Blogs

CrabGit — Building Git from Scratch in Rust

CrabGit — Building Git from Scratch in Rust

I use Git every day, but honestly had no idea how it worked under the hood. So I spent a few weeks building my own version in Rust to figure it out. Turns out, Git is way cooler than I thought.

RustGit
November 16, 2025Read More
Building My First Solana Smart Contract: A Simple Counter Explained

Building My First Solana Smart Contract: A Simple Counter Explained

Blockchain development is an exciting space, and Solana stands out for its high speed and low fees. As someone starting my journey in Solana smart contract programming, I wrote a very basic program to understand the fundamentals.

SolanaRustSmart Contract
July 21, 2025Read More
What I Learned About TCP by Building My Own Server in Go

What I Learned About TCP by Building My Own Server in Go

Recently, I decided to dive a little deeper into how the internet works, not just using APIs or libraries, but actually writing something that communicates over the network at a lower level. So I built a basic TCP server in Go.

GoTCPNetworking
April 06, 2025Read More