Jelani Harris Logo
Home
Blog
Projects
About
Contact
  • Home
  • Blog
  • Tags
  • Posts tagged with github

1 article tagged with "github"

How to install packages from GitHub using NPM

Using the npm registry is not the only source that we can use to install packages into our applications. NPM also has the ability to install from a remote git url as long as the repository has a package.json file in it’s root directory. Installing from GitHub For…

November 05, 2022
npmgithub

Recent Posts

Post Thumbnail
Site now powered by Contentful and Markdown

I've changed my blog to run on both contentful and markdown.

February 02, 2025

Post Thumbnail
Setting a variable value as an object key in Javascript

You sometimes may find yourself needing to assign an attribute to an object based off the value of another variable. I show you the easiest way.

August 17, 2024

Post Thumbnail
Building a GraphQL API with NestJS and Prisma

In this tutorial I will show you how to create a GraphQL API using Nest.JS with a Prisma.IO database. In my recent project at work we are…

June 09, 2024

Post Thumbnail
Fixing ERR_INVALID_THIS error on Vercel using PNPM

Fixing ERR_INVALID_THIS error on Vercel using PNPM I was in the beginning stages of creating my application using T3 and Clerk when I ran…

May 12, 2024

Post Thumbnail
Solving the Module Not Found error when using NextJS and MonoRepos

I’m using the T3 stack to begin work on my movie application and I wanted to use ShadCN for the baseline of my components. I had another…

April 13, 2024

Upcoming Articles

  • Using Axios and HTTPService in NestJS
  • How to add a favicon to Gatsby
  • Using nextauth to create custom signin
  • Using TailwindCSS with Sass

Other Places

  • Site Attributions
© 2025 Jelani Harris, Built with care and Gatsby & Markdown | All Rights Reserved