Lovefield Article List

Install Vim and set the default editor for Ubuntu
Install Vim and set the default editor for Ubuntu.
Server

Building Docker Development Environment Using wsl2 in Windows 11
Windows 11 describes how to use WSL 2 to build a Docker development environment.
Docker

Configuring Multilingualism in Nuxt
Describes how to implement multilingualism without i18n in Nuxt.
Nuxt

Creating Pagination in Nuxt 3
Describes how to create PageNation in Nuxt3.
Nuxt

Candidates Ask, Companies Answer: The Importance of Reverse Interviews
This is an article about the reason for the reverse interview and how to conduct the reverse interview.
Topic

Setting Up Zero-Downtime Deployment - Back-End Configuration
This is the method configured to achieve zero-downtime deployment for the back-end server.
Server

2024 Retrospective of a 9-Year Developer
2024 Retrospective of a 9-Year Developer
Topic

Setting Up Zero-Downtime Deployment - Front-End Configuration
This is the method I configured for zero-downtime deployment of the front-end server.
Server

Build a non-disruptive deployment - Environmental part
This is an article describing my experience setting up a zero-downtime deployment environment on a single server.
Server

I've revamped the blog logo
Story of re-creating the blog logo.
Design

Set GA in Nuxt3 with Nuxt Scripts
Using Nuxt Scripts in Nuxt Application
Nuxt

Make mouse tooltip in Vue3
Writing about how to make a mouse tooltip in Vue3.
Vue

Set global type on Nuxt3 project
This is an article that tells you how to declare a global type in a Nuxt project.
Nuxt

Using Pinia in Nuxt3
I wrote how to use Pinia in Nuxt.
Nuxt

Deployment Nuxt3 Project in AWS EC2 with AWS CodeDeploy and Github Action - Code part
Deploy Nuxt3 to EC2 using AWS CodeDeploy and Github Action
Server

Deployment Nuxt3 Project in AWS EC2 with AWS CodeDeploy and Github Action - Setting part
Deploy Nuxt3 to EC2 using AWS CodeDeploy and Github Action
Server

Create Web beacon in Nuxt3
How to create Webbeacon in Nuxt3
Nuxt

Set "sitemap.xml" and "robots.txt" in Nuxt3
Set "sitemap.xml" and "robots.txt" in Nuxt3
Nuxt

Nuxt3 Custom Routing
How to set up custom routing in Nuxt3.
Nuxt

Calculating trigonometric function in Javascript
Calculating trigonometric function in Javascript
Java Script