Conquer Your Workflow: Set Up Custom Keyboard Shortcuts in UbuntuEver feel like you’re spending more time clicking menus than getting things done? If you use Ubuntu, there’s a hidden power waiting to be…Jun 30, 2024Jun 30, 2024
Tame the Tab Chaos: Master Chrome Tab switching with Ctrl + Shift + AJuggling multiple tabs in Chrome can feel like wrangling kittens. You open one for a quick search, another for reference, and suddenly…Jun 30, 2024Jun 30, 2024
Testing in Storybook self-help notes!These are my self notes, while exploring testing with storybookMay 2, 2023May 2, 2023
Use a Google Sheet as a single source of Truth for UI Data management rather than a Figma file.The design of the component created in Figma has lots of details, text colour, background colour, and border colour, + these colour needs…Sep 8, 2022Sep 8, 2022
Access React Child Component’s state in parent componentYou have a parent component, in which you want to keep control of child component’s state, it is possible by replicating the child’s data…Jun 2, 2022Jun 2, 2022
Replace Docker Desktop with Rancher Desktop and Docker daemon on Mac in 5 minsDocker Desktop would no longer remain a free product for large organizations above a certain size. Larger techs with revenue greater than…Jan 19, 2022Jan 19, 2022
Open Github repositories as VSCode ProjectsWhile developing projects, we may need to take help from other projects hosted on github.com. General procedure involves cloning the…Mar 21, 2021Mar 21, 2021
Make DAILY pull request review meetings part of sprint ceremony like DSMReviewing pull request is very important in order to ensure that consistent practice is followed all throughout the code, thus all…Jan 5, 20211Jan 5, 20211
Managing color variables in front-end projectIn every frontend code we use a lot of colours in scss.Nov 2, 2020Nov 2, 2020
Modifying dateString as per UTC-Offset to satisfactorily filter based on dateI work at Nium where we handle international money transfer, so we have pages where we show clients a list of transactions, and this is…Oct 22, 2020Oct 22, 2020
Points to learn about returning from immer recipe functionGist: -> Either return a new value *or* modify the draftJul 13, 2020Jul 13, 2020
Code snippet to throw an error for Null or UndefinedI am writing this code snippet that should be helpful to you as a utility function. It will throw an exact error for you when you want to…Jul 13, 2020Jul 13, 2020
Why you should comment your codeWe write unit tests so as to make sure our code functions as expected and we can get notified when there is a change in behaviour by the…Jun 4, 2020Jun 4, 2020
Handling null checks at API for consistent API designsuppose we have an API /getTransaction with following responseJun 4, 2020Jun 4, 2020
Demystify deployment by understanding environment coupling of codeIn proper organized developmentMay 28, 2020May 28, 2020
Hack to hold a meeting in Private Teams channelMicrosoft Teams has a limitation that we can’t schedule a meeting in a private teams channelMay 19, 2020May 19, 2020
Asynchronous messaging for integrating microservicesTwo approaches to tackle a problem in software developmentMay 13, 2020May 13, 2020