DEV Community

Cover image for I built a blog with Dev.to API and Next.js
Naman vyas
Naman vyas

Posted on • Edited on

9 5

I built a blog with Dev.to API and Next.js

I demonstrated how dev.to API work and can be used by creating a blog using dev.to API to integrate with my portfolio. You can check live blog here : click here

Framework, library used to create this project :
Next.js
dev.to API (obviously)
geist-ui (frontend)
nprogress (To add progress bar in website)

Site Image

About Next.js (used for backend)

Next.js is an open-source React front-end development web framework that enables functionality such as server-side rendering and generating static websites for React based web applications.

About dev.to API

I used this API to fetch user data from dev.to profile. It is official API for dev.to website from which we can access almost everything from our dev.to profile

About geist-ui

I used this library for frontend. This is a Modern and minimalist React UI library, originating from Vercel's design.

About nprogress

Slim progress bars for Ajax'y applications. Inspired by Google, YouTube, and Medium. I used this library for adding a progress bar into this website

GitHub repositories of this project : Click Here

API Trace View

How I Cut 22.3 Seconds Off an API Call with Sentry 👀

Struggling with slow API calls? Dan Mindru walks through how he used Sentry's new Trace View feature to shave off 22.3 seconds from an API call.

Get a practical walkthrough of how to identify bottlenecks, split tasks into multiple parallel tasks, identify slow AI model calls, and more.

Read more →

Top comments (6)

Collapse
 
shadowtime2000 profile image
shadowtime2000

Pretty cool. I created something like this.

Collapse
 
js_bits_bill profile image
JS Bits Bill

Awesome!

Collapse
 
namanvyas profile image
Naman vyas • Edited

That's cool I will check how you used this API :)

Collapse
 
gautham495 profile image
Gautham Vijayan
Comment hidden by post author
Collapse
 
namanvyas profile image
Naman vyas

Done :)

Collapse
 
namanvyas profile image
Naman vyas

Fixing this issue!

Some comments have been hidden by the post's author - find out more

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay