Latest Posts

All blog posts sorted by newest first.

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

Test with react-testing-library in create-react-app

2020-11-12
Let's see how to use react-testing-library to test the React project created by create-react-app.
see more →

Jest

2020-11-11
create-react-app uses Jest for the testing. So, let's see how to use Jest.
see more →

styled-components in create-react-app

2020-11-10
Let's see how to apply and use styled-components to the React project created by create-react-app.
see more →

[TypeScript] Make Import path based on Root in create-react-app

2020-11-09
Let's see how to use the absolute path for importing components in the create-react-app project with TypeScript.
see more →

TypeScript in create-react-app

2020-11-08
Let's see how to apply TypeScript to the React project created by create-react-app.
see more →

create-react-app

2020-11-07
Let's see how to use create-react-app to create a new React project
see more →

What is React

2020-11-06
Let's see what React is and what the characteristics of React are.
see more →

SHARE
Twitter Facebook RSS