muhajir.hashnode.devI am open for mentoring Javascript & ReactJSHey guys! Javascript is the first programming language I learned since mid school. And I've been doing Javascript & ReactJS for years now. I am thinking to give back to the community. I am now open for mentoring Javascript & ReactJS for FREE. If you'...Dec 1, 2020·1 min read
muhajir.hashnode.devHow to watermark an image with Node.jsIt's going to be a very simple tutorial. First, let's create a node.js project Creating a Node.js project mkdir jimp-watermark-demo cd jimp-watermark-demo npm init Just press Enter, Enter, Enter... npm install --save jimp Open up your favorite editor...Sep 25, 2019
muhajir.hashnode.devVSCode Tips & Tricks Collection in GIFHey everyone. I just released VSCode.xyz, it's a collection of Visual Studio Code Tips & Tricks in GIF. I'd love to hear some feedback from you guys. Here's interesting some tips & tricks Explore more You can explore more gifs at vscode.xyz Fee...Aug 8, 2019
muhajir.hashnode.devVIM & Visual Studio Code Tips & Tricks (With Video / GIF)This post is going to be a collection of VIM And Visual Studio Code tips that I use daily. And it will be updated frequently. So stay tuned. You can follow me here on hashnode or on twitter @muhajirdev if you want. I'd really really love to hear yo...Jun 30, 2019
muhajir.hashnode.devUsing TailwindCSS With SvelteJSIf you haven't check TailwindCSS, you might want to. I don't want to repeat the awesomeness here 🤪 TL;DR. Full implementation can be found on my Github muhajirdev/svelte-tailwind-template Get Svelte default template npx degit sveltejs/template my-sv...Jun 10, 2019