Posts tagged "tutorial"
A smarter cd command
A tool called zoxide will improve your whole terminal experience
You should version control your dot files
You know the ones, all those config files sitting in your home directory
Filling out the same form over & over again
With a Chrome extension called Autofill
How to stop using so many optional properties in your React TypeScript props
Using TypeScript unions to define relationships between props
How to make your app faster with React's key prop
A puppy dies every time you set key={index}
How to test TypeScript type definitions with Jest
You can add tests for your static TS types right next to your regular Jest tests
Deploying a Node.js server that uses websockets
Websockets are really cool for instances when you need real time communication between your users
Better Next.js SSR with React Query
How to use React Query to server side render in Next.js without code duplication
How to use Gremlin Cosmos DB with Azure Functions
The story that Microsoft docs, for some reason, refuse to tell you
How to get started with Azure Functions in Node.js
What I've learned from my confusing initial experience setting up Azure Functions in JavaScript
Online Security for the Normal Person, Part 1
Using a password manager
Building an IoC container in C#
The design and implementation of an Inversion of Control container in C#