Some useful Bash Scripts
A curated list of bash scripts to automate a few stuff to make my life (or could yours) easy.
I’m Mudassar. I’m a Software Developer with 5+ years of expertise in engineering leadership, product development and pragmatic problem solving. Brought in various business impacts from shipping features fast to rearchitecting systems to handle millions in traffic, and to building high functioning engineering teams.
A curated list of bash scripts to automate a few stuff to make my life (or could yours) easy.
Redis is in-memory data store used by millions of developers as a cache, vector database, document database, streaming engine, and message broker.
I have been working with React since 2019, here is a few things that observed while working, mentoring and doing a lot of React code reviews.
In React, forwardRef lets your component expose a DOM node to parent component with a ref. To let your component receive a ref and forward it to a child component, we call forwardRef().