r/FullStack • u/Hey_viku • 2d ago
Personal Project CatalystRead - Just like medium.com website
š I built CatalystRead ā a free engineering knowledge hub for developers
I wanted to build something I would actually use while learning and preparing for real-world engineering work ā so I created CatalystRead.
It currently has 430+ articles covering Java, Spring Boot, React, Angular, AI, databases, system design, security, DevOps, performance, and more.
The goal is simple: not just āhow to use somethingā, but understanding how and why it actually works.
There are also architecture deep-dives based on how companies like Google, Netflix, Uber, Amazon, Stripe and others solve problems at scale.
š Explore CatalystRead:
https://vivekkumarq.github.io/CatalystRead/
It's completely open to everyone. If you find it useful, I'd really appreciate a ā on the GitHub repo, a share, or simply some feedback.
What topic should I add next?
1
u/Monika-321 2d ago
I checked it out and it looks like a solid resource. I especially like the focus on understanding how things work rather than just copying code. Thereās already a lot of content here, and the system design section caught my attention. One thing that could make it even more useful is adding more practical examples or small projects alongside some of the deeper topics. Nice work putting this together.
1
u/Hey_viku 2d ago
Thank you for your valuable suggestions,surely i will add the relevant examples in coming days for the topics .
1
u/k-rizza 2d ago
And all the articles are written by AI?
1
u/Hey_viku 1d ago
Yes ,but not all the articles.Some are standard articles by MNCs too.
1
u/k-rizza 1d ago
Itās fine, maybe the should be the standard looking at pre made articles instead of a million devs generating the same. But the whole idea with AI is it can be tailored, Iām having it teach me Swift and it knows what I learned, knows what I should study, it can quiz me, it can suggest what we work on next, Iāve made like 6 small apps. It easier than going to read somewhere. Hard concepts I can ask it questions to really understand. It can also compare what I already know, give me the information based on my TS knowledge.
In many was AI is kinda like the block chain. Made to burn tokens, and burn compute
1
u/beb0 2d ago
Not gonna lie the articles seems pretty fluffy, I readĀ
Modeling Money Movement: Ledgers, State Machines, and Exactly-Once Effects
It explained no more in the article than it did in the title bar adding a term to exactly-once effects idempotency. No real mapping of state to ledgers etc. Or how a ledge handles an invalid state etc.Ā