Building an Intelligent Web Crawler: How I Optimized My RSS Reader AppThe Challenge With RSS Feeds2d ago2d ago
How I Implemented Stripe Payments in My GO-based RSS Reader (Feedify.app)I’ve implemented Stripe multiple times across different projects, and I recently integrated it into my RSS reader app, Feedify. I generally…6d ago6d ago
Building Seamless API Integrations in Go: Lessons from FeedifyAs developers, we often find ourselves creating applications that need to talk to other services. The ability to integrate with third-party…Mar 29Mar 29
Understanding Type Composition in Go: A Comprehensive GuideDuring the development of my recent Go project Feedify, I encountered challenges with type composition that required a deeper understanding…Mar 25Mar 25
Building Feedify: A Modern RSS Reader with Go, React, and PostgreSQLWhen I set out to build Feedify, my goal was to create a fast, efficient, and privacy-focused RSS reader that could handle large amounts of…Mar 20Mar 20
Introducing Feedify: Your Ultimate RSS Reader for a Seamless Content ExperienceIn today’s digital age, staying updated with your favorite news sources, blogs, and online magazines can be overwhelming. Enter Feedify, a…Mar 19Mar 19
Go — structs (basics)Go’s structs are used to describe certain pieces of data or relationships or functionality on data contained within that struct.Jul 24, 2022Jul 24, 2022
Go — pointers (basics)When discussing a pointer in CS (Computer Science), you usually talk about them being a construct that points to a given value by holding…Jun 25, 2022Jun 25, 2022
Go — Functions (Basics)Functions are as important as in most programming languages. The first function you encounter when writing your first go project, is the…May 19, 2022May 19, 2022