Harvard - CS50 Week0 Review

What ultimately matters in this course is not so much where you end up relative to your classmates but where you end up relative to yourself when you began When you’re learning something new, don’t compare yourself to others. Instead, focus on what you’ve learned through the learning process. What does computer science actually do? Computer science is the study of information....

February 28, 2023 · 3 min · Lester

How to deploy hugo to your server

Our Goal To create a blog on your own server using your domain url with an SSL certificate. We want to have a more steramlined workflow, so we are also using Github Action to automatically deploy. I’m using Goddy to buying my domain, and hosting a linux server on Linode. Requirement A server (e.g. gcp vm, aws ec2, linode, etc.) A domain (e.g. google domain, godaddy, etc.) A Cloudflare account A GitHub account Domain In this section we have two things to do:...

January 4, 2023 · 5 min · Lester