Latest Posts

All blog posts sorted by newest first.

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

[Next.js] Localization

2022-03-26
Let's see how to use next-translate for the localization on the Next.js project based on TypeScript.
see more →

[Next.js] Change Storybook background color

2022-03-22
Let's see how to change the Storybook background color in the TypeScript based Next.js project.
see more →

[Next.js] Storybook

2022-03-15
Le's see how to use Storybook in Next.js based on TypeScript for Component Driven Development.
see more →

[Code Quality] CSpell

2022-03-08
Let's see how to check typo by CSpell.
see more →

SHARE
Twitter Facebook RSS