Esther 승연 Kang·Apr 25, 2021JavaScript 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…
Esther 승연 Kang·Apr 18, 2021A 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…
Esther 승연 Kang·Apr 11, 2021JavaScript Data Structures: Stack (pt. 2)Last week, I introduced the JavaScript data structure — a stack.
Esther 승연 Kang·Apr 4, 2021JavaScript 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…
Esther 승연 Kang·Mar 28, 2021JavaScript Data Structures: Queue (pt. 2)In last week’s blog post, I introduced the JavaScript data structure — the queue.
Esther 승연 Kang·Mar 21, 2021JavaScript 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…
Esther 승연 Kang·Mar 14, 2021CSS 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…
Esther 승연 Kang·Mar 7, 2021JavaScript 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…
Esther 승연 Kang·Feb 28, 2021JavaScript 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…
Esther 승연 Kang·Feb 21, 2021JavaScript Data Structures: Linked Lists (pt. 1)This week, we’re moving onto another JavaScript data structure — Linked lists!