Latest Posts

All blog posts sorted by newest first.

[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 →

[React] Prettier

2021-06-11
Let's see how to keep the same code format by Prettier in React.
see more →

[Flutter] SQLite

2021-06-06
Let's see how to use SQLite in Flutter.
see more →

Comment feature in Jekyll blog

2021-06-03
Let's see how to use utterances service to add a comment feature to Jekyll project.
see more →

SHARE
Twitter Facebook RSS