Hello, I’m Gi PyeongLee

But each and every one of us has a history. It is everyday history.
What and how you act today, the present day, decorates a page in your daily history.
Can you get through the day without panicking or panicking? Will you spend it negligently or will you bravely challenge it?
Are you going to do something in a better way than yesterday? Each such attitude makes its own daily history.

-from Nietzsche-

Latest Posts

JavaScript fundamentals

JavaScript is a scripting language used to create and control dynamic websites. It is one of the three core technologies of web development, along with HTML and CSS. JavaScript is a powerful language that can be used to create complex web applications. It is also used for server-side programming, game development, and mobile app development.

Introduction to containers

Containers are a form of virtualization that allow developers to package up an application with all the parts it needs, such as libraries and other dependencies, and ship it all out as one package. By doing so, developers can be sure that the application will run on any other Linux machine regardless of any differences between the machines. This guarantees that the application will always run the same and makes the process of moving applications between different machines much easier.

Image Recognition with Deep Learning

Image recognition is the process of identifying and detecting an object or a feature in a digital image or video. Deep learning is a subset of machine learning that uses large amounts of data and complex algorithms to “learn” from the data. Deep learning can be used for image recognition and can be used to identify objects, faces, text, and other features in images. In this article, we will discuss how to use deep learning for image recognition.

Tutorial - Make Smart contracts script

Smart contracts are self-executing contracts with the terms of the agreement between buyer and seller being directly written into lines of code. It is a computer protocol intended to digitally facilitate, verify, or enforce the negotiation or performance of a contract. Smart contracts are stored on the blockchain, allowing for secure and transparent management of transactions.

LAMP stack setup tutorial

LAMP stands for Linux, Apache, MySQL and PHP. It is a widely used web development platform that is used to power dynamic websites and web applications. This tutorial will show you how to set up a basic LAMP stack on a Linux machine.