DEV Community

Cover image for Building Your Own Blog with Next.js and Node.js
Vitor Alecrim
Vitor Alecrim

Posted on

Building Your Own Blog with Next.js and Node.js

Introduction

Hello, how are you? It's Vítor here, back with a new project to help you improve your programming skills. It's been a while since I published a tutorial. Over the past few months, I took some time to rest and focus on other activities. During this period, I developed a small web project: A BLOG

Sounds good?

I know it might not seem like a big deal, but trust me, it's an amazing way to test your skills.

In this project, you'll work on both the frontend and backend.

We'll cover topics like user authentication with Jsonwebtoken, writing HTTP routes, crafting SQL queries, navigating private routes, connecting a Node.js server to a MySQL database, and much more.

Have fun o/

Top comments (0)