Latest Posts

All blog posts sorted by newest first.

[Emotion] How to solve React does not recognize the XXXXX prop on a DOM element

2022-10-20
Let's see how to solve React does not recognize the XXXXX prop on a DOM element when use Emotion.
see more →

[Flutter] VSCode configuration

2022-10-16
Let's see some helpful configurations of VSCode when developing the app by Flutter.
see more →

[ESLint] eslint-plugin-import

2022-10-12
Let's see how to clean up the import part using ESLint's eslint-plugin-import.
see more →

[Flutter] flutter_colorpicker

2022-05-05
Let's see how to use flutter_colorpicker to help users choose the color easily in Flutter.
see more →

[Flutter] Test coverage

2022-05-02
Let's see how to create the test coverage and check where the test code doesn't cover via the test coverage in Flutter.
see more →

[Flutter] GitHub Dependabot

2022-04-26
Let's see how to use GitHub Dependabot to check the versions of the packages used in the Flutter project, and if there is a new version, create a Pull request automatically.
see more →

[Flutter] GitHub Actions for checking code

2022-04-25
Let's see how to use GitHub Actions to execute Flutter Linter to check the code style and execute the test code to check the code has issues in Flutter.
see more →

[Flutter] How to use cookie with webview_flutter

2022-04-24
Let's see how to use cookie in the webview that is shown by webview_flutter on Flutter.
see more →

[Code Quality] Lefthook

2022-04-17
Let's see how to use Lefthook to execute the test code or Linter when you commit on Git.
see more →

[Flutter] WebView

2022-04-10
Let's see how to use webview_flutter to show the web page in the app on Flutter.
see more →

[Golang] Getting started with Gin

2022-04-07
Let's see how to develop a web server with Golang using Gin web framework that is the mos popular web framework of Golang.
see more →

[Next.js] MUI

2022-03-27
Let's see how to add and use MUI(Material UI) that is the UI library in the Next.js project based on TypeScript.
see more →

SHARE
Twitter Facebook RSS