Latest Posts

All blog posts sorted by newest first.

git stash

2021-07-17
Let's see how to use git stash to store current modification temporarily on Git.
see more →

git branch and git merge

2021-07-16
Let's see how to create a branch and how to merge the Branch to manage the source code with Git.
see more →

[Dart] ceil, floor, round

2021-07-11
Let's see how to ceil, floor, and round about the decimal point in Flutter.
see more →

[Flutter] Device Unique ID

2021-07-08
Let's see how to get the user device unique ID by using the device_info_plus package in Flutter.
see more →

[Git] Configure default branch from master to main

2021-06-17
Let's how to configure the default branch of Git from master to main.
see more →

[React] Deploy to GitHub Pages

2021-06-17
Let's deploy the React project created by create-react-app to GitHub Pages.
see more →

React Router in create-react-app

2021-06-16
Let's see how to use react-router in the React project with create-react-app.
see more →

[React] Context API

2021-06-15
Let's see how to use Context API to manage the global data in React.
see more →

[React] Props and State

2021-06-14
Let's see what Props and State are and how to use Props and State to manage the data in React.
see more →

[React] GitHub Actions for Prettier and ESLint

2021-06-13
Let's see how to execute Prettier and ESLint by GitHub Actions in React.
see more →

[React] husky, lint-staged

2021-06-12
Let's see how to use husky and lint-staged to execute ESLint and Prettier automatically when you commit the code to Git.
see more →

[React] ESLint

2021-06-12
Let's see how to use ESLint in React to find errors and bugs by analyzing the source code.
see more →

SHARE
Twitter Facebook RSS