Another Fullstack Dev
@anotherfullstack
20 Following
14 Followers
Casts
Casts + replies
Another Fullstack Dev
@anotherfullstack
Experimenting with AI and its ability to code in parallel with me on a complex codebase and today my Claude Max plan was throttled 😬 multiple times because I was constantly overflowing 200k tokens limit for context. Not sure why but so far it happens only with Go codebase.
0 reply
0 recast
0 reaction
Another Fullstack Dev
@anotherfullstack
I’ve built a minimal HTTP request library for Go — designed to simplify making requests while avoiding verbosity and sticking to Go conventions. If you enjoy writing Go and are looking for something lightweight for your projects, feel free to check it out. I’d really appreciate any feedback, suggestions, or feature requests! https://github.com/AnotherFullstackDev/httpreqx
0 reply
0 recast
0 reaction
Another Fullstack Dev
@anotherfullstack
TS hint to control if the function argument is required or optional via generic. Basically just add void.
0 reply
0 recast
0 reaction
Another Fullstack Dev
@anotherfullstack
Just migrated from AWS CDK to Pulumi - one of the easiest tech stack changes I’ve ever made! Shoutout to Pulumi for: ✅ The perfect balance of abstraction - less sugar than AWS CDK, but not as verbose as Terraform. ✅ Super simple custom abstractions - way easier than Terraform modules. ✅ Remote state storage (S3, etc.). ✅ Smooth drift resolution with just `pulumi refresh`. ✅ Stable support for AWS services (no more “alpha” packages!). ✅ It’s FAST! ✅ Docker support - easily push images before the next step! Loving the switch so far!
0 reply
0 recast
0 reaction
Another Fullstack Dev
@anotherfullstack
New year, new you! A guideline how to build new skills while working full-time: 1. Pick a skill you absolutely must master. 2. Chat up your team—bonus points for high titles! 3. Convince everyone your project can’t survive without **insert skill here**. Voilà! 🚀 Caution: - You might not survive this plan (but hey, risks make life exciting). - Your project might not survive either (awkward, but recoverable).
0 reply
0 recast
0 reaction
Another Fullstack Dev
@anotherfullstack
tRPC is amazing! How easy it is to use the full power of typescript! Not to blame, but with NestJS + class-validator, for instance, it is 100 lines of code task 🤯 and no guarantee that TS will pick your type properly ;) PS: took an image of DTO from a random article on the internet just for illustrating purposes https://www.darraghoriordan.com/2021/10/26/nestjs-multiple-dynamic-models
1 reply
0 recast
3 reactions