Menu

YE

yep

Author Profile

Claim This Author Profile

Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.

Sign In To Claim
0 karma0 postsjoined about 1 month ago

🌐 dev.toSource

I didn’t have much frontend experience. This post covers the struggles I ran into. React with TypeScript felt like the obvious choice β€” popular, good ecosystem, type safety. I started writing plain CSS modules for styling. Full control, right? The problem wasn't the code. It was

about 1 month ago

🌐 dev.toSource

Most applications need to persist state. In a chat application, that state is massive, constantly growing, and high-frequency. The obvious starting point is a traditional RDBMS β€” but the specific access patterns of a real-time chat system eventually force a rethink. I could use P

about 1 month ago

🌐 dev.toSource

CI/CD automates the build and deployment process β€” push code, pipeline runs, new version deployed on the cluster. Here's how I set it up for ASTRING using GitLab CI/CD, and why I ended up switching from Docker-in-Docker to Kaniko. The first version used Docker-in-Docker (DinD) β€”

about 1 month ago