Black Girl Bytes

Black Girl Bytes

Follow
homeSponsorAbout MeGitHub TutorialsOpen SourceCareer PathWeb5newsletter
Tag

Next.js

#nextjs

More content

Read more stories on Hashnode


Articles with this tag

Building an AI-Powered, Decentralized App for Time Management

Aug 6, 202314 min read 22 views

The beauty of developer advocacy is that it offers the freedom to build anything, anytime, and in any way I desire. The downside is that it's a role...

Building an AI-Powered, Decentralized App for Time Management

How to set up a dev container for a Next.js/TypeScript app

May 17, 202311 min read 383 views

Open your Next.js app in Codespaces · It's the first day of your new software engineering job, and you're super excited to make your first pull request...

How to set up a dev container for a Next.js/TypeScript app

How to host a Hugo or Next.js site on GitHub Pages

Aug 16, 20223 min read 347 views

GitHub Pages now uses customizable GitHub Action workflows to build and deploy your code so that developers can control their authoring framework and...

How to host a Hugo or Next.js site on GitHub Pages

Create a No-Touch QR Code Menu with GitHub Pages

Aug 4, 20229 min read 637 views

I created a no-touch QR Code menu using GitHub Pages, and I built different versions of the menu with various frameworks such as Next.js and Tailwind...

Create a No-Touch QR Code Menu with GitHub Pages

Implement Fuzzy Search with this Open Source Tool

Oct 8, 20217 min read 446 views

Table of Contents My Project My Problem What is Fuzzy Search? Setting up my components Implementing Fuse.jsMy Project As Developer Advocate, I’m...

Implement Fuzzy Search with this Open Source Tool