Home
Sangwon Seo
Cancel

My first chrome extension

Intro In this post, I want to introduce my small project. It is Bible Search chrome web extension. The idea started from my question when I was in church. I was youth leader on my church and I h...

What is Shebang Line?

#!/bin/bash #!/user/bin/env python3 What is Shebang line? Shebang line is a common pattern for Unix based systems. It allows a script to be invoked from the command line. There are two parts to...

How to install an SSL Certificate

Index What is a SSL? SSL Issuing Install SSL What is a SSL? HTTP and HTTPS In the past, most sites used to start with http://~, but now they are all addressed with URLs starting with ht...

Build servce page deploy pipeline

Intro I wrote the process while constructing the development pipeline of the ongoing EcoX service page. First of all, the sources developed and handed over are composed of HTML, CSS, and JS, and t...