How to get, upload and delete an object from s3 using aws-sdk for nodejsHere's the TLDR. Create a file to where all the methods will be present. // s3.js import * as AWS from '@aws-sdk/client-s3'; const bucket = process.env.AWS_BUCKET_NAME; const region = process.env.AWS_REGION; const endpoint = process.env.AWS_ENDPOIN...Dec 17, 2022·2 min read
My Experience working as a Software Engineer after being a Tech Founder for 5 yearsIt has been almost one year since I joined the company as a Software Engineer after five years of being a tech founder of my startup. It was a big life decision, and it was hard. Looking back, I do not regret deciding. Working as a Software Engineer ...Oct 29, 2022·5 min read
Integrate Google Analytics 4 with Next.js in TypescriptThere are numerous examples of integrating Next.js in javascript, and even then, these articles focus on integrations with previous versions of GA 4. This article focuses only on GA 4 and how you can integrate it with your Next.js application written...Oct 29, 2022·3 min read
Must have extensions for Google Chrome — Developer EditionAs a web developer, I spend most of my time on the browser, and the browser must help me stay focused, save my time, and most importantly provide the tools I need to become successful at my work. Google Chrome has many such extensions that I use ever...Oct 29, 2022·6 min read
Deploy Kubernetes app on IBM CloudIBM is going pretty competitive with its offerrings against like the likes of AWS and Google Cloud. They are offering a pretty good startup credits. You can find the link to get the benefit here https://developer.ibm.com/startups/ Moving to IBM is no...Mar 14, 2020·11 min read
How to Fix Ubuntu 19.10 after it stops bootingAs a usual day, I went ahead and started my computer, and I was greeted by this. “Reboot and Select Proper Boot device or Insert Boot Media in selected Boot device and press a key” It was strange since a day before everything was running fine. There...Feb 20, 2020·2 min read
[Jenkins] No Space Left on the Disk or Copy to /tmp directory failedIt was a reglular day of the our product release and I was hoping everything would go as planned, but you know, production releases could go wrong even when everything was in place. Jenkins is extremely reliable, however it can fail too, and that’s w...Jan 24, 2020·2 min read