DevOps 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... 2022.09.11 DevOpsProgrammingSoftware EngineeringTesting
DevOps 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... 2022.09.11 DevOpsProgrammingSoftware EngineeringTesting
Programming 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... 2022.08.16 ProgrammingSoftware Engineering
Programming 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... 2022.08.16 ProgrammingSoftware Engineering
Programming Convert PDF files to image files by pdf2image Learn how to convert PDF files to image files using pdf2image. pdf2image makes it easy to convert PDF files to image files. 2022.08.06 ProgrammingSoftware Engineering
DevOps Make python container image lighter with multi-stage build I develop web apps using Python/Django for my work and run them as Docker containers. There are about 150 Python librar... 2022.08.06 DevOpsProgrammingSoftware Engineering