Open in app

Sign In

Write

Sign In

Esther 승연 Kang
Esther 승연 Kang

17 Followers

Home

About

Apr 25, 2021

JavaScript 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 have Korean citizenship since I was born in America, and I’m here on visa-free travel aka without a long-term visa). Jet lag is so real. Today, I’ll be introducing…

2 min read

2 min read


Apr 18, 2021

A Random Comparison of a Project From Bootcamp & the COVID-19 Pandemic

I’m still currently searching through the job market for my first position as a Software Engineer out of bootcamp. …

2 min read

2 min read


Apr 11, 2021

JavaScript Data Structures: Stack (pt. 2)

Last week, I introduced the JavaScript data structure — a stack. To quickly recap, remember that a stack is similar to a queue. Stacks are another type of list with a “Last In, First Out” (LIFO) principle. This means that the last element to be added to the list (or…

2 min read

2 min read


Apr 4, 2021

JavaScript 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 should remember is the FIFO principle — first in, first out. This week, I’ll be discussing another data structure with a similar principle as the queue —…

2 min read

2 min read


Mar 28, 2021

JavaScript Data Structures: Queue (pt. 2)

In last week’s blog post, I introduced the JavaScript data structure — the queue. As a quick recap, a queue is an ordered list with the “First In / First Out” (FIFO) principle. Items that enter the queue first will leave/be removed from the queue first. Queues have three main…

2 min read

2 min read


Mar 21, 2021

JavaScript 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 advantages/disadvantages are in this blog. Next week, I will discuss how to implement a queue using an array. Queue A queue is exactly what you think it…

2 min read

JavaScript Data Structures: Queue (pt. 1)
JavaScript Data Structures: Queue (pt. 1)

2 min read


Mar 14, 2021

CSS Grid vs Flexbox

This week’s blog will not be part of my JavaScript Data Structures series. Instead, I’ll be discussing a common question about CSS — what is the difference between CSS Grid and Flexbox? It took me a bit to understand the concepts and mechanisms of both, but with a lot of…

2 min read

2 min read


Mar 7, 2021

JavaScript 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 implement another version of a linked list — the doubly linked list. …

4 min read

JavaScript Data Structures: Linked Lists (pt. 3)
JavaScript Data Structures: Linked Lists (pt. 3)

4 min read


Feb 28, 2021

JavaScript 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 array-type structure where each element, or node, points to the next node in the list but does not keep track of location in the list. Unlike arrays, nodes do…

3 min read

3 min read


Feb 21, 2021

JavaScript Data Structures: Linked Lists (pt. 1)

This week, we’re moving onto another JavaScript data structure — Linked lists! Linked lists are a bit complicated to comprehend at first, but once you learn it and figure out how to implement one, they’re quite simple, really! You’ll encounter linked lists on a good amount of algorithm-based questions. I’ll…

3 min read

3 min read

Esther 승연 Kang

Esther 승연 Kang

17 Followers

Software Engineer | Flatiron School Alum | Dancer | Looking for Work!

Following
  • Soeun/Sona Lee

    Soeun/Sona Lee

  • Luis F.

    Luis F.

  • Andy Aguilar

    Andy Aguilar

  • Tosh

    Tosh

  • Kosi Akporji

    Kosi Akporji

See all (17)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams