manitej.hashnode.devBuild a Serverless REST API on AWS in under 5 minutes!In this example we will look at how to create a serverless REST API on AWS using Serverless Stack (SST). If you are a TypeScript user, we've got a version for that as well. Requirements Node.js >= 10.15.1 We'll be using Node.js (or ES) in this examp...Jan 6, 2022·6 min read
manitej.hashnode.devConvert twitter threads into dev.to blogs in a single click 🔥If you're a content creator on twitter and want to increase your reach on blogging platforms like dev or hashnode then you'll find my latest project very useful. Introducing twlog ✨ This is a tool that converts threads into blogs and posts it directl...Jun 18, 2021·1 min read
manitej.hashnode.devLife-saving path import trick in VS Code ⚡Hey guys! I recently found a nice shortcut that makes the javascript developers' life easier! We use to import files in the below way, import cart_styles from "../../styles/cart.css"; import product_styles from "../../styles/product.css"; import use...Mar 22, 2021·2 min read
manitej.hashnode.devHow I made my own bitly clone using NextJS and FaunaDB 🔥I use bit.ly a lot to shorten my URLs but their dashboard is cluttered. I mean there's a lot more on the website which I didn't like. So I tried to make something similar but with only focus on shortening links. So, here is what I did. Tech I Used ...Dec 9, 2020·7 min read
manitej.hashnode.devHow to get the windows 10 20H2 Update right now!Recently windows released its 2nd major update of 2020 named 20H2. If you're one of those who wanted to install it but you haven't received it, this post will help you to install it. And the method we use is also an official one. Step 1 Go to this li...Nov 1, 2020·1 min read