Esther 승연 KangJavaScript Data Structures: Graphs (pt. 1)Surprise! I’m in Korea — and currently I’m undergoing the mandatory 2-week quarantine at a government facility (unfortunately, I do not…Apr 25, 2021Apr 25, 2021
Esther 승연 KangA Random Comparison of a Project From Bootcamp & the COVID-19 PandemicI’m still currently searching through the job market for my first position as a Software Engineer out of bootcamp. I have definitely been…Apr 18, 2021Apr 18, 2021
Esther 승연 KangJavaScript Data Structures: Stack (pt. 2)Last week, I introduced the JavaScript data structure — a stack.Apr 11, 2021Apr 11, 2021
Esther 승연 KangJavaScript Data Structures: Stack (pt. 1)Previously in this series, I discussed the data structure Queue and how to implement them. The main feature about the queue that you…Apr 4, 2021Apr 4, 2021
Esther 승연 KangJavaScript Data Structures: Queue (pt. 2)In last week’s blog post, I introduced the JavaScript data structure — the queue.Mar 28, 2021Mar 28, 2021
Esther 승연 KangJavaScript Data Structures: Queue (pt. 1)This week, I’ll be moving on to another JavaScript data structure — the queue. I’ll be discussing what a queue is and what the…Mar 21, 2021Mar 21, 2021
Esther 승연 KangCSS Grid vs FlexboxThis week’s blog will not be part of my JavaScript Data Structures series. Instead, I’ll be discussing a common question about CSS — what…Mar 14, 2021Mar 14, 2021
Esther 승연 KangJavaScript Data Structures: Linked Lists (pt. 3)Last week, I discussed how to implement the most common/typical linked list — the singly linked list. This week, I’ll be going over how to…Mar 7, 2021Mar 7, 2021
Esther 승연 KangJavaScript Data Structures: Linked Lists (pt. 2)Last week, I introduced another JavaScript data structure — the linked list. To briefly summarize a linked list, it’s essentially an…Feb 28, 2021Feb 28, 2021
Esther 승연 KangJavaScript Data Structures: Linked Lists (pt. 1)This week, we’re moving onto another JavaScript data structure — Linked lists!Feb 21, 2021Feb 21, 2021