Bryan LogoBryan Logo

You are on staging

  • Home
  • Reading
  • Use
  • Github
  • Bryan LogoBryan Logo
  • Home
  • Reading
  • Use
  • Github

Hi, I'm Bryan

I’m a Software Developer, usually bulding
products for companies and myself

Setup CI Rules Check for Production Typescript Project (Prettier, Commitlint, Eslint, Lint-Staged)

Setup CI Rules Check for Production Typescript Project (Prettier, Commitlint, Eslint, Lint-Staged)

Step by step on how to setup ci rules check for production typescript project, these includes (prettier, commitlint, eslint, lint-staged)
Setting up Material UI for Next.js Project

Setting up Material UI for Next.js Project

In order to make material ui work well with Next.js we need to add more configuration to our project to satisfy the next server side
Eslint with Airbnb Style Guide on Next.js App with Typescript Support

Eslint with Airbnb Style Guide on Next.js App with Typescript Support

Adding airbnb style guide to nextjs can be tricky since next already provide the default linter configuration for next.js. On this post I will show how to integrate it with nextjs and prevent conflicts.
Adding Prettier to Javacript Project

Adding Prettier to Javacript Project

Step by step on how to add prettier to javascript project
How I Setup Redux with RTK Query on NextJS Project

How I Setup Redux with RTK Query on NextJS Project

Will cover some steps to setup rtk query on nextjs project
Yalc for Testing Node Packages on Local Environment

Yalc for Testing Node Packages on Local Environment

Here are some other guides to setup yalc in local environment for packages testing
Adding TailwindCSS to NextJS Project

Adding TailwindCSS to NextJS Project

This is some other guide on how to add tailwindcss to nextjs project
How I Setup My NextJS Project

How I Setup My NextJS Project

Hi, Here i will cover all basic things that i did when starting my nextjs project