PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Usman

@usmanwrites

359 Points 8 Followers

29 Posts

0 Answers

My name is Usman! I am 17 years old and learning web development and programming. I also have a YouTube channel on the subject of programming and mostly web development.

🎣 Webhooks Demystified - Get Real-Time Personal Notifications with Discord Webhooks

Hey all 👋👋 Webhooks are a powerful tool that allow applications to communicate with each other in real-time. They are often used to send notifications or updates from one system to anothe...

🛑 Why You Should Avoid the onclick Attribute in Your Code

Hey everyone! It's been a while since I wrote my last article. But here I am with another topic that might be informational to you 🙂. This time I am writing about why you should avoid the...

🗃️ How to use Mongoose with Next.js for MongoDB?

# Hey all 👋! Next.js is an amazing full-stack framework and MongoDB is a great NoSQL database. Using them together will make an app super fast and awesome! In this post, we'll go ahead and...

🎨 Sort imports using Prettier in a JavaScript Project inside VS Code!

👋 Hey developers! This post is about how you can sort import statements in your JavaScript/TypeScript/React/Node etc projects easily with Prettier in VS Code when you format the code....

🎉 Introducing Only Formats | The quickest way to format code!

![](https://cdn.dribbble.com/users/720738/screenshots/3848385/media/3fb3a31b0a1fd949593feab51cf712a0.gif) Hey everybody! I saw the **[Netlify x Hashnode](https://townhall.hashnode.com/netl...

😱 Make a Random Meme API With Node.js and Puppeteer

## 👋 Hello there Today's article is all about how you can make a **Random Meme** API using Node.js and web scraping. We'll be using [Fastify](https://www.fastify.io/) for our API and we'll...

😎 How to convert a normal React form to use react-hook-form?

Hey everyone! ------------- Nice to see you all around again! Today you'll find out how easy it is to use the [`react-hook-form`](https://react-hook-form.com/) library for forms instead of...

🗨️ Build a WhatsApp API using Node & Express

![hey.gif](https://c.tenor.com/8GDoVtr9mvQAAAAC/hey-everyone-spider-man.gif) Today, you will be able to build a **WhatsApp REST API** using Node.js and Express using Puppeteer and web scrap...

🎨 How to create Twitter Profile Hover Card using HTML and CSS

## Welcome back developers! 👋 In this post, we'll see how you can recreate the hover card by Twitter using HTML and CSS, so let's get started. This hover card will appear when you hover o...