blog.nicanor.me2024 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...Dec 19, 2024·2 min read
blog.nicanor.meHow Auto Scaling Groups (ASGs) WorkDisclaimerThis article was majorly created with the help of GPT 4o-mini What's Auto Scaling Groups (ASG)? Auto Scaling Groups (ASGs) in AWS are a feature of the AWS Auto Scaling service designed to automatically adjust the number of Amazon EC2 insta...Sep 16, 2024·6 min read
blog.nicanor.meAWS 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...Sep 1, 2024·4 min read
blog.nicanor.meUnderstanding HTTPHTTP, or HyperText Transfer Protocol, is a fundamental protocol for transferring data across the web. Origin and History of HTTP HTTP is a protocol for transmitting hypertext via the web, forming the basis of data communication on the World Wide Web....Aug 26, 2024·10 min read
blog.nicanor.meUpload 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....Aug 19, 2024·5 min read