Jack Herrington

Jack Herrington @jherr

About: YouTubing as the Blue Collar Coder on all things Fullstack.

Location:
Portland, OR
Joined:
Aug 26, 2019

Jack Herrington
articles - 17 total

100% Free Vector Search with OpenLlama, Postgres, NodeJS and NextJS

So you want to try out vector search but you don’t want to pay OpenAI, or use Huggingface, and you...

Learn More 1 0Jul 2 '24

NextJS’s Amazing New Streaming Server Actions

One of the most exciting new advancements in NextJS/React architecture isn’t in NextJS. It’s in...

Learn More 4 0Dec 5 '23

Converting Figma To React the Fast and Easy Way

If you think that AI is going to replace web developers, look no further than trying to turn a Figma...

Learn More 1 0Dec 3 '23

How Do I Obscure API Keys On The Client?

Question : How do I obscure API keys on the client? Answer : So you have a super powerful key to a...

Learn More 0 0Aug 3 '23

Why Not Just Fetch All The Data From The Client?

Question : With my NextJS application, why not just fetch all the data from the client? Why do we...

Learn More 0 0Aug 3 '23

Does NextJS SSR Render Just the VDOM Nodes?

Does NextJS SSR Render Just The VDOM Nodes? One of the great things about running a coding...

Learn More 0 0Aug 3 '23

App Router Secret: Promises for Client Component Props

We know that we can send objects, arrays, strings, numbers, dates and more value types as properties...

Learn More 0 0Aug 1 '23

Five Clever Hacks for React-Query or SWR

So dealing with the double-render issue in React 18 has finally gotten you to use a API handling...

Learn More 44 1Jul 5 '22

React 18 useEffect Double Call for APIs: Emergency Fix

So you’ve upgraded to React 18, enabled strict mode, and now all of your useEffects are getting...

Learn More 17 0Jun 3 '22

React Apps with Plugins Using ScandiPWA

With the move to NodeJS we lost the architectural pattern of creating pluggable applications. Java...

Learn More 1 0Feb 10 '21

Mastering Typescript for React Hooks

Mastering TypeScript for React Hooks So you want to use TypeScript in your React...

Learn More 34 0Feb 3 '21

Are Typescript Types Alone Enough Documentation?

Here is an interesting question; are the types in your Typescript project enough documentation, on...

Learn More 0 0Jan 25 '21

Simplified Micro-Frontends in Vue

Vue 3 is a fantastic platform for creating Micro-Frontend components. And there are great frameworks...

Learn More 52 0Jan 20 '21

Fixing useContext Performance Issues

So you want to use useState and useContext as a state management solution, but every time the value...

Learn More 17 0Jan 16 '21

Top 10 Tech Trends For 2021

This year I’m focusing my “predictions” on broader technology trends that I strongly recommend you...

Learn More 10 0Dec 31 '20

Micro-FEs Simplified

Micro-Frontends, where you take large UI components and live share them between applications, have hu...

Learn More 66 0Dec 24 '20

Twin-Macro on CRA with React 17

This recipe is based on this excellent article, but with adjustments to make it work with React 17....

Learn More 10 0Dec 24 '20