The 3rd The Twelve-Factor App on AWS & Django(Let’s create a frontend SPA)
The 4th The Twelve-Factor App on AWS & Django(Let’s create an AWS account)
Introduction
In the 2nd and 3rd articles, now that the app is complete, let's create an AWS account to build the inf...
The 3rd The Twelve-Factor App on AWS & Django(Let’s create a frontend SPA)
Introduction
In the previous article (Part 2), we implemented an API to retrieve and create todo stored in the DB.
...
The 2nd The Twelve-Factor App on AWS & Django(Let’s create backend APIs)
Introduction
In the previous article (Part 1), I wrote about the purpose and significance of developing The Twelve-F...
The 1st The Twelve-Factor App on AWS & Django(What is The Twelve-Factor App?)
Introduction
Today's systems are becoming a source of competitiveness for businesses. Therefore, we must not build o...
Dart/Flutter Tips
I am personally developing the following Omikuji application for smartphones using Flutter.
In developing th...
Techniques for handling Vuetify with Cypress
I am implementing the front end of a web application using Nuxt and Vuetify at work. I have been manually checking the ...
I want to use v-model.lazy with Vuetify
We are using Vue.js and Vuetify on the front end of our product.
I applied v-model.lazy to a Vuetify text field (v-t...
List of patterns you can set for graphs in openpyxl.
The previous article listed the colors you can set using openpyxl in Python.
This article lists the patterns you can...
List of colors that you can set for graphs in openpyxl.
You can use openpyxl in Python to generate an Excel file and set the following colors for the graph.
However, I coul...
View and modify data in SQLite tables in Android Studio
I am personally developing the following Omikuji application for smartphones using Flutter.
...