AWS 學習紀錄 Part5 – RDS Posted on 2021-10-22 Edited on 2021-11-24 In AWS 前言這篇文章是出自於線上課程 Ultimate AWS Certified Solutions Architect Associate 的所記錄的筆記。 Read more »
AWS 學習紀錄 Part4 – Scalability Posted on 2021-10-21 Edited on 2021-11-24 In AWS 前言這篇文章是出自於線上課程 Ultimate AWS Certified Solutions Architect Associate 的所記錄的筆記。 Read more »
AWS 學習紀錄 Part3 – EC2 Posted on 2021-10-19 Edited on 2021-11-24 In AWS 前言這篇文章是出自於線上課程 Ultimate AWS Certified Solutions Architect Associate 的所記錄的筆記。 Read more »
AWS 學習紀錄 Part2 - IAM Posted on 2021-10-15 Edited on 2021-11-24 In AWS 前言這篇文章是出自於線上課程 Ultimate AWS Certified Solutions Architect Associate 的所記錄的筆記。 Read more »
AWS 學習紀錄 Part1 - Introduction Posted on 2021-10-14 Edited on 2021-11-24 In AWS 前言這篇文章是出自於線上課程 Ultimate AWS Certified Solutions Architect Associate 的所記錄的筆記。 Read more »
為何 DB index 要使用 B-tree? Posted on 2021-10-13 Edited on 2021-12-03 In Data Structure 什麼是 B-tree?B-tree 是一種資料結構,其節點所儲存資料是有序的,如下圖所示,每一個節點所包含的值是以遞增的方式排序。其內部節點擁有可變數量的 key,且 key 左邊的值小於自己;右邊的值大於自己。 Read more »
Python 基礎概念 - function Posted on 2021-09-30 Edited on 2021-12-03 In Programming 在 python 中定義函式,不僅僅只有 def,還有其他種定義的方式,在這篇文章你會學到 def lambda 函式 function Read more »
Determine if Two Strings Are Close Posted on 2021-01-25 Edited on 2021-12-03 In Problem Solving 出處:Leetcode Week 4: Jan. 22nd - Jan. 28th 題目:給定兩字串,並根據以下兩條規則進行操作,則這兩字串視為密切相似的 Read more »
新鮮人面試 My Interview at Nov. 18 Posted on 2018-11-24 Edited on 2021-12-03 In Interview 本篇文章節錄 2018.11 面試的公司,分別有 雙子星 科盛科技 趨勢科技 Read more »
Git 細節 Posted on 2018-11-24 Edited on 2021-12-03 In Engineer 這篇文章內容主要探討 Git 相似的名詞,記錄下來避免未來忘記 master 及 origin/master fetch 及 pull rebase 及 merge Read more »