AWS EC2 with Security Group and SSH login Overall Picture✅ In this post, I will explain the procedure up to SSH login.✅Build a web server on the network we built ... 2022.05.08 AWSwordpress
AWS Build a network with AWS [VPC] What we do todayUnderstand the big picture of the systemUnderstand AWS networking conceptsIP Address Concept and Setting... 2022.05.05 AWS
AWS First things When Starting AWS To Stay Safe Deploy WordPress to AWS Step #01To understand AWS infrastructure, let's create a simple corporate site in WordPress. For... 2022.05.05 AWSwordpress
python Typing Game using pygame Display the Typing Game boardThe first step is to learn the basics of pygame.import pygame as pgimport syspg.init()BOARD... 2022.05.05 python
python Pillow, OpenCV for watermarking an image I learned two ways to watermark an image in pythonWatermarking with PIllowWatermarking with OpenCV Watermarking with PIl... 2021.09.08 python
Flask Authentication with Flask Search for Authentication with Flask and refer to blogs and videos to implement registration, login, and logout function... 2021.08.26 Flaskpython
django README.md passed with cs50 Final Project README.md is often seen on github. I tried to find out who writes what, for what, and how. This time, I actually created... 2021.08.24 djangopython
Flask Flask Blog App using Bootstrap Template Blog with Flask and Bootstrap templateFor small personalized sites, Flask is easy and simple。😊 I am new to Flask.😊完成物Fol... 2021.08.22 Flask
wordpress Show a Twitter button on WordPress Prerequisite: WordPress and Twitter integration must be completed.There are many easy-to-understand websites, so let's g... 2021.08.17 wordpress
django Creating graphs with Django + Chart.js Creating progress management graphs with Django + Chart.jsChart.js Implementation of Lesson Progress ChartBlue is the nu... 2021.08.13 django