Articles
- Building an Intelligent RSS Feed Fetcher: How I Optimized My RSS Reader App
Learn how to build an intelligent RSS feed fetcher that optimizes your RSS reader app.
Apr 1, 2025
10 min
- Building Seamless API Integrations in Go: Lessons from Feedify
Learn how to build robust API integrations in Go using the lessons learned from Feedify, an RSS reader application.
Mar 29, 2025
10 min
- Handling JSON Default Values in Go: A Developer's Findings
Learn how to handle default values in Go when unmarshalling JSON data.
Mar 26, 2025
5 min
- Understanding Type Composition in Go: A Comprehensive Guide
Learn how to use type composition in Go to build complex types from simpler ones.
Mar 24, 2025
6 min
- Building Feedify: A Modern RSS Reader with Go, React, and PostgreSQL
Learn how to build a modern RSS reader using Go, React, and PostgreSQL.
Mar 18, 2025
4 min
- Leveraging PostgreSQL and SQLC for Efficient and Type-Safe Database Access in Go
Learn how to leverage PostgreSQL and SQLC for efficient and type-safe database access in Go.
Mar 12, 2025
6 min
- Go — If/Else, Switch, and For loop (basics)
Learn how to use If/Else, Switch, and For loop in Go.
Jan 22, 2022
3 min
- Go — Values, Variables, and Constants (basics)
Learn how to use values, variables, and constants in Go.
Nov 21, 2021
1 min