Nicanor Talks Webblog.nicanor.me·Dec 19, 20242024 Wrapped2024 was the year I decided to hit “Record” on my journey, not just “Play.” Sure, I didn’t accomplish every goal I set, but I found the courage to start, experiment, iterate—and that’s what mattered. Publishing PowerThis year, I turned a fresh domain...#NicanorKorir
Nicanor Talks Webblog.nicanor.me·Sep 1, 2024AWS FargateIn the modern cloud landscape, the shift towards containerized applications has brought forth new application deployment and management paradigms. AWS Fargate, a key player in this evolution, offers a serverless approach to running containers, allowi...aws-fargate
Nicanor Talks Webblog.nicanor.me·Aug 19, 2024Upload files in NestJS & GraphQLThe challenge with uploading files with GraphQL is that GraphQL isn't friendly for handling multipart requests and a bit of configuration is needed. There might be a better approach out there, nevertheless, I'll show you my way that gets things done....122 readsUpload Files in JavaScriptgraphql-upload