PinnedPublished inRecording everything演算法複習與 LeetCode 題型解題整理紀錄各種演算法與資料結構的 leetcode 解題紀錄,持續更新。Aug 20, 2024Aug 20, 2024
PinnedPublished inRecording everything如何寫一份前端的開發設計文件?軟體設計文件 (Software Design Document),在軟體開發的領域來說,大家都知道是不可或缺的東西,但常常礙於現實(時程、團隊…等等),也會很難做到的一件事。Feb 13, 20243Feb 13, 20243
Published inRecording everythingKubernetes 學習筆記 — Pod 是什麼?使用 minikube 來動手建立一個 Pod 吧什麼是 Pod?1d ago1d ago
Published inRecording everythingKubernetes 學習筆記 — Container Orchestration 與 Kubernetes 的核心架構簡介在了解了基本的 Container 概念後,那為什麼我們會需要用到 Kubernetes 呢?接著就會先提到一個名詞 — Container Orchestration (容器編排)。Mar 23Mar 23
Published inRecording everything[LeetCode 解題紀錄] 1732. Find the Highest AltitudeThere is a biker going on a road trip. The road trip consists of n + 1 points at different altitudes. The biker starts his trip on point 0…Mar 3Mar 3
Published inRecording everythingKubernetes 學習筆記 — 什麼是 Container 與 Image?首先,在學習 K8S (Kubernetes) 相關知識之前,我覺得要先了解一下,在軟體開發為什麼需要容器化 (Containerization),以及一些基本的概念如 container、image、docker 是什麼,這篇筆記用來記錄與複習一下容器化相關的概念。Feb 23Feb 23
Published inRecording everything[LeetCode 解題紀錄] 151. Reverse Words in a String151. Reverse Words in a StringFeb 11Feb 11
Published inRecording everythingHow to Write a Front-End Development Design Document?In the field of software development, the Software Design Document (SDD) is considered an essential component. However, writing one can be…Feb 2Feb 2
Published inRecording everything基礎演算法系列 — 時間複雜度與空間複雜度在我們設計與討論演算法題目的時候,常常會提到兩個重要的複雜度指標:時間複雜度和空間複雜度,或是有時候在面試的時候,也會被問這個演算法的時間複雜度是多少。那究竟什麼是時間複雜度與空間複雜度,以及要怎麼衡量呢?Feb 1Feb 1
Published inRecording everythingHow Do You Conduct Code Reviews? Taking Frontend Development as an ExampleHow to conduct a code review? This is a question that many engineers and every development team engaged in collaborative work will…Jan 26Jan 26