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 ...
AWS

Build a network with AWS [VPC]

What we do todayUnderstand the big picture of the systemUnderstand AWS networking conceptsIP Address Concept and Setting...
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...
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...
python

Pillow, OpenCV for watermarking an image

I learned two ways to watermark an image in pythonWatermarking with PIllowWatermarking with OpenCV Watermarking with PIl...
Flask

Authentication with Flask

Search for Authentication with Flask and refer to blogs and videos to implement registration, login, and logout function...
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...
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...
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...
django

Creating graphs with Django + Chart.js

Creating progress management graphs with Django + Chart.jsChart.js Implementation of Lesson Progress ChartBlue is the nu...