Fred

Fred @fredgitonga

About: 👋 Hi, I'm a developer with a passion for building efficient and scalable systems. I work primarily in Go. I believe in writing clean, maintainable code and often share what I am learning.

Location:
Kisumu, Kenya
Joined:
Sep 22, 2024

Fred
articles - 6 total

Solving the Two Sum Problem in Rust: Brute Force vs HashMap

I’ve been diving into Rust and decided to challenge myself with some LeetCode problems. One of the...

Learn More 3 0Apr 24

Building a Super Cool Contact Form That Actually Sends Emails 🚀✉️

Hey there, web dev enthusiasts! Ever wanted to create a contact form that doesn't just sit there...

Learn More 2 1Nov 20 '24

Building a Simple RESTful API in Go for Managing Blog Posts

Introduction We know the best way to learn is to build stuff while learning, so I got into...

Learn More 1 6Nov 8 '24

Pointers in Go Explained

If you’re new to Go or programming in general, you may have come across pointers and felt a bit...

Learn More 4 4Oct 31 '24

Errors are Values: A Guide to Error Handling in Go

"Errors are values" embodies a core design philosophy in Go's error handling system, setting it apart...

Learn More 2 3Oct 23 '24

My TDD Journey: How It Saved My Go Code (and My Sanity!)

What is it Really? Test Driven Development (TDD) is basically a safety net for your code....

Learn More 4 0Sep 25 '24