Hugo's Blog
-
-
-
-
Hugo's Go-To Stack for Building Maintainable Software
Here's a quick summary of my go-to tech stack for software development. My experience comes from being highly active on GitHub, with over 5,000 contributions in 2024. Additionally, I'll share insights on writing maintainable, clean, and scalable code.
Who is Chun-Ho (Hugo) Lin 👨🏻💻
I'm Chun-Ho (Hugo) Lin, a graduate with a Bachelor's degree from National Central University (NCU) 🐿️, driven by a sincere passion for Software Engineering 💻.
Three methods to Access environment variable values in Python
In Python, you can access environment variables using the os
module, which provides a property called environ
that contains the environment variables. In this post, I will share with you three methods to access environment variable values in Python.
Make Your Titles More Readable: React Wrap Balancer
React Wrap Balancer is a simple React Component that makes your titles more readable in different viewport sizes. It improves the wrapping to avoid situations like single word in the last line, makes the content more 'balanced'.
Give Your GitHub Repos a Makeover with VSCode's Material Icons
Today, I will show you how to give your GitHub repos a step-by-step makeover with VS Code's Material Icons. Let's dive in.
How to Add a Gradient Effect to Text for Eye-Catching Web Design
In this article, I will take my website-1chooo.com as an example to show you how to create a smooth and customizable linear gradient effect for text on your website. Also, we will share the problem we encountered to achieve this effect and how we solved with ChatGPT. (including the prompt we used, the response we got, and the code we implemented) So, let's dive in!
Solving the "Unknown rule @tailwind" Issue in VSCode
Although this message doesn't disrupt the functionality, it can be distracting. However, as Software Engineer, we can't let these smells distract us from our work. That's why I decided to investigate the issue and find a solution. Today, I'll share the steps I took to resolve the 'Unknown rule @tailwind' issue in VSCode.
How to Enable Word Wrap for MDX Files in VSCode
A quick guide on how to enable word wrap for MDX files in VSCode with just one simple configuration.