All Posts

19 posts
How to create a form from JSON schema using react-hook-form

How to create a form from JSON schema using react-hook-form

react
typescript

Create dynamic forms from json data using react-hook-form library

How to use Next.js Image Component

How to use Next.js Image Component

react
nextjs

Learn how to use Next.js image component to create responsive, performant images in React.

Year 2020 in Review

Year 2020 in Review

year-review

A review of the year 2020. Some of things that happened to me and things I wish to learn in the coming new year.

How To Use Git Rebase

How To Use Git Rebase

git

Git rebase is a very powerful command, but it is also not easy to understand. In this post, I want to show you how to use git rebase to create a linear commit history.

How To Test Your React App With React Testing Library

How To Test Your React App With React Testing Library

javascript
react

In this post we will learn how to test react components with react-testing-library using test driven development (TDD) approach.

Nullish Coalescing and Optional Chaining Operator

Nullish Coalescing and Optional Chaining Operator

javascript

Learn how to use nullish coalescing and optional chaining operator in JavaScript ES11.

Intro to GraphQL and React using TypeScript

Intro to GraphQL and React using TypeScript

typescript
react
graphql

Learn how use GraphQL with React and TypeScript to query a graphql endpoint.

How to Stay Up-To-Date as a Software Developer

How to Stay Up-To-Date as a Software Developer

javascript
career

The tech world is changing rapidly, but we do not want to be left out behind. Learn how I keep myself up to date without going insane.

Create an Accessible and Reusable React Modal (TypeScript)

Create an Accessible and Reusable React Modal (TypeScript)

typescript
react
react hooks

Create a modal with React and TypeScript with accessibility features.