Write to 18 years old me in 2022
Previous
Write to 18 years old me in 2012 - Chinese Version
Write to 18 years old me in 2016 - Chinese Version
Write to 18 years old me in 2019 - Chinese Version
Write to 18 years old me in 2022
Write to 18 years old me in 2012 - Chinese Version
Write to 18 years old me in 2016 - Chinese Version
Write to 18 years old me in 2019 - Chinese Version
Hi everyone. Today I want to share a vim trick.
It’s very useful when I was coding every day.
So hope you like it.
I have those situation every day. I want to change ‘target’. So how can I do?
1 | foo target boo |
How to Set Up a NextJS Project with TypeScript
I want to record how to setting up a NextJS project with TypeScript.
1 | yarn create next-app --typescript [your project path] |
Yes, I used yarn. I prefer yarn to npm.
How to build a basic dashboard layout with Tailwind CSS 2.x
I want to build a new Admin Dashboard system from zero. So I need to build everything.
I need a basic dashboard layout. It looks like below a picture.
A basic dashboard has three parts.
Let’s go.