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

Building a responsive website

Building a responsive website is an important task for web developers and designers. It ensures that a website looks great on any device and works well for all users. A responsive website is designed to adapt to different screen sizes, so it looks good on both desktop and mobile devices. In this article, we'll discuss the basics of responsive design and how to create a responsive website.

Building a Chatbot

This article discusses the use of Chatbots, computer programs designed to simulate conversations with human users, and how to build one. Benefits of using a chatbot include cost savings, increased efficiency, and improved customer experience. Technologies and tools for building a chatbot include natural language processing, machine learning, and chatbot frameworks.

Automated testing and deployment

Automated testing and deployment is a process that enables developers to quickly and easily test their code, detect any issues, and deploy the code in a live environment. This process helps to reduce the time and effort required to ensure that a software application is functioning properly, and it also helps to ensure that any changes made to the application are not breaking existing features.

데이터베이스 - 4부 : No SQL

앞에서 언급한 RDBMS 의 `ACID` 모델과는 반대로 NoSQL의 consistency 모델은 `BASE` 라고 표현한다.