- ๐ฌ Ask me about JS/React/Node/Django/DRF and quizzing, India/Thailand travel advice :)
- ๐ซ How to reach me: aman@bhargava.tech
- ๐ Pronouns: he/him
Senior Software Engineer @ Boutique Mate
I work with JS, Python
Highlights
Pinned Loading
-
axis-magnus-spends-tracker
axis-magnus-spends-tracker PublicSpend Tracker is a web application designed to track spends and monitor progress towards the monthly spend-based milestone of the Axis Bank Magnus credit card.
JavaScript
-
Newton Raphson SQRT Method
Newton Raphson SQRT Method 1// courtesy of: https://tonnygaric.com/blog/newtons-method-in-go
2package main
34import (
5"fmt"
-
egrep find pattern recursively while...
egrep find pattern recursively while excluding dir 1egrep -lR --exclude-dir=node_modules 'PIL' ./
-
Random Date Generator
Random Date Generator 1<!--Random Date Generator
2Generates date in YYYY-MM-DD format
3Courtesy : Different answers on SO
4-->
5 -
ffmpeg batch convert mp4 to mov
ffmpeg batch convert mp4 to mov 1for i in *.mp4; do ffmpeg -i "$i" -acodec copy -vcodec copy -f mov "${i%.*}.mov"; done
-
Clears All Node Modules recursively ...
Clears All Node Modules recursively -- thanks to: https://rtmccormick.com/2018/01/10/clear-node-modules-folders-recursively-mac-linux/ 1find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.