DEV Community

Learning Go in Public Series' Articles

Back to Abhishek Sharma's Series
Why I Decided to Learn Go — And What My First Commit Looked Like

Why I Decided to Learn Go — And What My First Commit Looked Like

1
Comments
3 min read
I Stopped Watching Tutorials and Started Building a REST API in Go

I Stopped Watching Tutorials and Started Building a REST API in Go

1
Comments
4 min read
Building Authentication From Scratch in Go — No Libraries, No Magic

Building Authentication From Scratch in Go — No Libraries, No Magic

1
Comments
4 min read
Tests, UPDATE, DELETE — And the Refactor I Didn't Plan

Tests, UPDATE, DELETE — And the Refactor I Didn't Plan

1
Comments
5 min read
What Happens When Your API Has 10,000 Rows? I Added Pagination and Caching to Find Out

What Happens When Your API Has 10,000 Rows? I Added Pagination and Caching to Find Out

1
Comments
3 min read
I Built Rate Limiting From Scratch in Go — Then Replaced It With Redis

I Built Rate Limiting From Scratch in Go — Then Replaced It With Redis

1
Comments
4 min read
My Server Was Silently Dropping Requests — Here's the One-Line Fix That Changed Everything

My Server Was Silently Dropping Requests — Here's the One-Line Fix That Changed Everything

Comments
4 min read
I Built My Backend on SQLite. Then I Deleted It.

I Built My Backend on SQLite. Then I Deleted It.

Comments
5 min read
My Database Disappeared Every Time I Restarted Docker. Migrations Fixed That.

My Database Disappeared Every Time I Restarted Docker. Migrations Fixed That.

Comments
6 min read