Black Girl Bytes

Black Girl Bytes

Follow
homeSponsorAbout MeGitHub TutorialsOpen SourceCareer PathWeb5newsletter
Tag

Web Development

#web-development

More content

Read more stories on Hashnode


Articles with this tag

How to run a frontend workshop in Codespaces

Aug 17, 202211 min read 390 views

Use Codespaces to teach HTML, CSS, and JavaScript to beginner developers · Use Codespaces to teach HTML, CSS, and JavaScript to beginner developers Since...

How to run a frontend workshop in Codespaces

How I Built It: The Anatomy of a VS Code Extension

Apr 28, 20224 min read 575 views

Why I Built It I built a VS Code Extension that deploys code to GitHub Pages. I’ve always wanted to build a VS code extension, but I never had a...

How I Built It: The Anatomy of a VS Code Extension

Deploy Your First Website without Leaving Your IDE

Apr 28, 20223 min read 482 views

Why I built It I built a VS Code Extension that deploys code to GitHub Pages. I’ve always wanted to build a VS code extension, but I never had a...

Deploy Your First Website without Leaving Your IDE

How to Undo Pushed Commits with Git

Apr 5, 20224 min read 563 views

Introduction One major benefit of version control is that you can roll back your code to any time in history without significantly disrupting your...

How to Undo Pushed Commits with Git

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