-
打造 500 commits 的 GitHub Repository:10 個不可或缺的步驟
一個 500 commits 的 Side Project 是如何誕生的,跟著 Hugo 一起看下去吧! 嘿大家!我是 Hugo!現在的我剛從中央大學剛畢業,開始了我的 Gap Year,我有了很多時間維護我的 Side Project,撰寫文章... -
提升 Next.js 效能:把重複載入的元件放入 global layout
我們今天也是來分享前端工程的相關技術,畢竟目前仍然努力地為我的網站 1chooo.com 增加新的功能,以及償還過去的技術債 😢,在我的網站中,每個頁面都會共用 NavBar 來導引到不同的分頁,同時也會有 SideBar 來讓大家取得我的個人資... -
拆分與重構 React Component:優化 Projects 頁面組件結構
在我的網頁中 1chooo.com 有一個展示我所有作品集的頁面 – Hugo’s Portfolio ,過去我把所有的功能都寫在同一個 component – Projects 之中,但是我發現這頁面中的有些元素我會重複使用,因此就造成了 co... -
讓老舊的 Create React App (CRA) 支援 TypeScript 5.x 吧!
在最近這個暑假中,我幾乎都在為了我的個人網站 – 1chooo.com 做開發,把一些過去想加上卻沒時間更新的技術債補回去,過去我採用的是 React 搭配 TypeScript 來開發,不過最近有遇到了一些問題,其中一個就是「我無法將 Typ... -
💯✅ LeetCode 2181. Merge Nodes in Between Zeros | Go
Link 👉🏻 2181. Merge Nodes in Between Zeros DescriptionYou are given the head of a linked list, which contains a series of ... -
💯✅ LeetCode 1480. Running Sum of 1d Array | Go
Link 👉🏻 1480. Running Sum of 1d Array DescriptionGiven an array nums. We define a running sum of an array as runningSum[i]... -
💯✅ LeetCode 1550. Three Consecutive Odds | Go
Link 👉🏻 1550. Three Consecutive Odds DescriptionGiven an integer array arr, return true if there are three consecutive odd... -
LeetCode 1382. Balance a Binary Search Tree - Easy Solution | Go
Link 👉🏻 1382. Balance a Binary Search Tree DescriptionGiven the root of a binary search tree, return a balanced binary sea... -
[O(1) Time and Space] LeetCode 1791. Find Center of Star Graph - Easy Solution | Go
Link 👉🏻 1791. Find Center of Star Graph DescriptionThere is an undirected star graph consisting of n nodes labeled from 1 ... -
LeetCode 0001. Two Sum - Hash Map Solution | Go, Python, C++
Link 👉🏻 1. Two Sum DescriptionGiven an array of integers nums and an integer target, return indices of the two numbers suc...