Latest Posts

All blog posts sorted by newest first.

[Flutter] Start

2021-03-29
I try to use Flutter to develop an app. In this blog post, I will show how to create Flutter project, and take a look at the main files and folders.
see more →

[Flutter] Class in Dart

2021-03-28
Let's see how to use Dart for developing an app with Flutter. In this blog post, I will introduce how to create the Class and how to use it.
see more →

[Flutter] Function in Dart

2021-03-27
Let's see how to use Dart for developing an app with Flutter. In this blog post, I will introduce how to use Function in Dart.
see more →

[Flutter] Statement in Dart

2021-03-26
Let's see how to use Dart for developing an app with Flutter. In this blog post, I will introduce how to use the Statement like if/else, for/while, etc in Dart.
see more →

[Flutter] Operator in Dart

2021-03-25
Let's see how to use Dart to develop the app with Flutter. In this blog post, I'll introduce how to use Operators in Dart.
see more →

[Flutter] Variable in Dart

2021-03-24
Let's see how to use Dart to develop the app with Flutter. In this blog post, I'll introduce how to use Variable in Dart.
see more →

[MacOS] Flutter installation

2021-03-23
Let's see how to install Flutter on MacOS.
see more →

[Django] Model test

2021-03-19
Let's see how to make a test code for Models on Django project.
see more →

[Django] how to use pre-commit

2021-03-13
Let's see how to use pre-commit to execute the flake8 when you commit to Git.
see more →

[Django] how to use flake8

2021-03-03
Let's see how to use flake8 that is a static code analysis for python on Django project to keep the same code style.
see more →

(macOS) Manage Node versions via NVM

2020-12-16
Let's see how to install NVM(Node Version Manager) on macOS and how to manage Node versions.
see more →

GitHub Actions and Fastlane for deploying React Native App

2020-12-13
Let's see how to deploy React Native App with GitHub Actions and Fastlane.
see more →

SHARE
Twitter Facebook RSS