Published in AWS Tip·PinnedProtect Amazon S3 Bucket Content with Cloud FrontAvoid public access to Amazon S3 Bucket — Do you want to restrict public access to S3 content and make it only accessible via a cloud front? Amazon S3: Amazon Simple Storage Service is a service offered by Amazon Web Services that provides object storage through a web service interface. Cloud Front: Amazon CloudFront is a content delivery…Aws S 33 min read
PinnedJenkins — Reset Global Authentication (use own use database)You may have authentication in Jenkins server for example, user name and password based on login mechanism. What happens if you lost your admin credentials? or lets take a scenario (which I faced), I enabled git-hub based login mechanism and lost our control our Jenkins authentication. No one could not…Jenkins2 min read
Apr 20How to unit test middleware in Nest?Unit test middleware in Node, Nestjs. What is a middleware? Middleware is a function that is called before the route handler. Middleware functions have access to the request and response objects, and the next() middleware function in the application’s request-response cycle. The next middleware function is commonly denoted by a variable named next. …Nestjs2 min read
Mar 9, 2021Simple, Elegant & PowerfulSCSS is a powerful preprocessing tool for css, the style sheets would be carrying an extension of .scss, however you can still write simple css in it. We will walk through few features of SCSS which made me to change the way I write css. “Variables” Similar to javascript, we can…Scss3 min read
Feb 21, 2021FaceTimeAmma.. I wanted to say something to you… while saying she is blooming, her voice is husky. “what happened saranya, c’mon say..” …Storytelling3 min read
Nov 12, 2020Howrah BridgeFeeling of great enthusiasm and eagerness is the exact state of her. Yes, its called Excitement, She didn’t know that there was a word for it. Is it the first flight or first business trip or first travel? Her natural curiosity led her to ask more questions to herself. It…Storytelling7 min read
Nov 9, 2020A Typical Indian FatherIt was a busy day, I was waiting for my mom to finish billing in super crowded jewelry store. I was wandering around the crowd, looking at bunch of kids sipping juice, a machine counting bills and the guy at the billing counter who is the only one who is…Fatherhood3 min read
Oct 19, 2020VUE | PWA | DISABLERecently our product went to live! We were happy and in mood of celebrating the success until we received the production issue of user’s complaining that they don’t see the latest version of the product. …Vuejs4 min read
Jun 19, 2020Vue Class based component — using TypescriptAs I preparing my application for Vue JS 3 Migration, I decided to write all the existing components in typescript and class based. I figured out how can I convert them easily to class. Lets walk through each items in a component and how can they be easy rewritten. For…Vuejs2 min read
May 26, 2020Git Hooks — Guardian AngelAs always, I have been in hurry to push my changes to branch and I forget to run lint checking, that I thought of giving a try to implement git hooks (pre-commit) so that it would do the job for me. Yeah!! …Git3 min read