So you want to try out vector search but you don’t want to pay OpenAI, or use Huggingface, and you...
One of the most exciting new advancements in NextJS/React architecture isn’t in NextJS. It’s in...
If you think that AI is going to replace web developers, look no further than trying to turn a Figma...
Question : How do I obscure API keys on the client? Answer : So you have a super powerful key to a...
Question : With my NextJS application, why not just fetch all the data from the client? Why do we...
Does NextJS SSR Render Just The VDOM Nodes? One of the great things about running a coding...
We know that we can send objects, arrays, strings, numbers, dates and more value types as properties...
So dealing with the double-render issue in React 18 has finally gotten you to use a API handling...
So you’ve upgraded to React 18, enabled strict mode, and now all of your useEffects are getting...
With the move to NodeJS we lost the architectural pattern of creating pluggable applications. Java...
Mastering TypeScript for React Hooks So you want to use TypeScript in your React...
Here is an interesting question; are the types in your Typescript project enough documentation, on...
Vue 3 is a fantastic platform for creating Micro-Frontend components. And there are great frameworks...
So you want to use useState and useContext as a state management solution, but every time the value...
This year I’m focusing my “predictions” on broader technology trends that I strongly recommend you...
Micro-Frontends, where you take large UI components and live share them between applications, have hu...
This recipe is based on this excellent article, but with adjustments to make it work with React 17....