RSSAmplifier

Blog

Rohit's Blog's RSS Feed

Hi! I'm a full-stack javascript developer interested in open-source, dev-ops, ci-cd, developer productivity, doing things "right", and writing things down. Hoping to pen down my thoughts through this blog.

rohit.pageRSS feed ↗7 posts

Latest posts

Jira CI/CD Integration

Ever wanted to get build and deployment links directly in Jira? Now you can, just add this small step to the last stage of your pipeline and…

My Favourite Helper Types in Typescript

Over the past few years of using Typescript and slowly getting comfortable writing complex custom types, I have amassed a collection of…

OpenAPI for Docusaurus! 📘

Introducing "Redocusaurus": Redoc for Docusaurus Redocusaurus npm version npm downloads What is it? It is a preset for docusaurus, with…

The Hidden Cost of AWS ELBs

This past month we had a really high AWS bill, and it was supposed to be high but not THIS high. The culprit - "Data Transfer Out". I'm sure…

CI/CD for your Resume!

After ending up with countless PDFs of my resume and never being sure of which one is the final version. I decided to start versioning it…

How to get ESlint and Prettier to play nice in VS Code?

Do you have your project setup with both Prettier and Eslint? Do you want them to run in a specific order instead of using ESLint to run…

DangerJS Plugin - TODOs

What is It? A plugin for danger-js that collects all the "TODO" comments introduced in a pull request (PR) and posts them as a comment on…