I built a chrome extension that can explain code blocks to you right from the site: Introducing Syntaxify ✨Apr 30, 2023·5 min read
Introducing Disecure: Secure your Discord servers using Pangea's powerful security services!Introduction Hashnode announced the Pangea Securathon on November 1st, and after spending a decent amount of time thinking about what I should build, I decided to build a Discord bot after taking inspiration from the suggested projects in the hackath...Nov 15, 2023·5 min read
How I became a full-stack web developer and won the Hashnode Hackathon as a student: Dev Retro 2022Jan 5, 2023·5 min read
Create a new React app with ViteAlthough every React app is unique, they all start from the same place: You need an index.js, App.js, and App.css file You need to install react and react-dom You need a toolchain to use JSX You need a bundler to bundle all your .js, .css, etc. file...Aug 19, 2022·10 min read