little cubes

Posts tagged "tutorial"

  1. A smarter cd command

    A tool called zoxide will improve your whole terminal experience

  2. You should version control your dot files

    You know the ones, all those config files sitting in your home directory

  3. Filling out the same form over & over again

    With a Chrome extension called Autofill

  4. How to stop using so many optional properties in your React TypeScript props

    Using TypeScript unions to define relationships between props

  5. How to make your app faster with React's key prop

    A puppy dies every time you set key={index}

  6. How to test TypeScript type definitions with Jest

    You can add tests for your static TS types right next to your regular Jest tests

  7. Deploying a Node.js server that uses websockets

    Websockets are really cool for instances when you need real time communication between your users

  8. Better Next.js SSR with React Query

    How to use React Query to server side render in Next.js without code duplication

  9. How to use Gremlin Cosmos DB with Azure Functions

    The story that Microsoft docs, for some reason, refuse to tell you

  10. 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

  11. Online Security for the Normal Person, Part 1

    Using a password manager

  12. Building an IoC container in C#

    The design and implementation of an Inversion of Control container in C#