Tagged
#tutorial
10 posts
You should version control your dot files
You know the ones, all those config files sitting in your home directory
#utility#organization#tutorialFilling out the same form over & over again
With a Chrome extension called Autofill
#utility#tutorialHow to stop using so many optional properties in your React TypeScript props
Using TypeScript unions to define relationships between props
#typescript#react#tutorialHow to make your app faster with React's key prop
A puppy dies every time you set key={index}
#react#tutorialHow to test TypeScript type definitions with Jest
You can add tests for your static TS types right next to your regular Jest tests
#typescript#jest#testing#tutorialDeploying a Node.js server that uses websockets
Websockets are really cool for instances when you need real time communication between your users
#nodejs#websockets#svelte#express#tutorialBetter Next.js SSR with React Query
How to use React Query to server side render in Next.js without code duplication
#react#react-query#ssr#tutorialHow to get started with Azure Functions in Node.js
What I've learned from my confusing initial experience setting up Azure Functions in JavaScript
#azure#nodejs#javascript#typescript#tutorialBuilding an IoC container in C#
The design and implementation of an Inversion of Control container in C#
#csharp#ioc#mvvm#tutorial