Docker Commands “Cheat Diagram”Diagram to show basic docker commands for people who know about Docker but find remembering commands hard.Dec 2, 2024Dec 2, 2024
Create an Nginx Website with a Self-Signed CertificateThe purpose of this article is to prepare an HTTPS page for testing purpose with little effort.Nov 24, 2024Nov 24, 2024
Python Coding Style BasicsThe most important Python coding conventions for those who are familiar with other programming languages but new to Python.Nov 19, 2024Nov 19, 2024
Stream<T> and Streams of Primitives; Conversion from/to List and Array (Java 21)Streams came out as one of Java 8 new features in 2014. Since then, streams have become really common and I would say Java can’t be written…Mar 11, 2024Mar 11, 2024
Basic Plots of Pandas and Seaborn for Data AnalysisThis story will show some basic methods to draw graphs using pandas and seaborn.Feb 24, 2024Feb 24, 2024
Difference in Network: AWS DB vs Azure DBI often use AWS. Last year I started using Azure for work and was surprised how we adjust network settings for Azure RDS.Feb 9, 2024Feb 9, 2024
How to Use `venv` in Python 3.12This story simply explains how to use venv in Python 3.12 (precisely speaking, Python 3.7 or later).Feb 2, 20241Feb 2, 20241
How to Make Objects on S3 Public Super QuicklyIt is kind of confusing to open S3 objects to public because AWS wants to prevent users from doing it accidentally. Here I will explain the…Jan 27, 2024Jan 27, 2024
Step-by-Step Guide: Dynamic Programming for Subset Sum Problem (Part 1)When I study competitive programming, I feel dynamic programming is the most difficult part as a beginner.Jan 13, 2024Jan 13, 2024