Open in app

Sign In

Write

Sign In

Jennifer Yoo
Jennifer Yoo

52 Followers

Home

About

Feb 2, 2021

Reducer function in Javascript

Reducers are important in Redux for state management. It is essentially a function that takes in two arguments, current state and action, and returns a new state based on both arguments.

Java Script

3 min read

Java Script

3 min read


Jan 26, 2021

Lean wit it? Explaining Lean Software Development Principles

You may have seen a variation of “embraces Lean methodology” or “familiar with Lean development” on Software Engineering job postings. What does that exactly mean? The term Lean Software Development originated from a book authored by Mary Poppendieck and Tom Poppendieck. …

Lean

2 min read

Lean wit it? Explaining Lean Software Development Principles
Lean wit it? Explaining Lean Software Development Principles
Lean

2 min read


Published in JavaScript in Plain English

·Jan 19, 2021

How To Sort An Object By Key/Value In JavaScript

Objects consist of key and value pairs. A key can be a string or symbol and a value can be any type. There might be instances where you want to sort your object by key or value. However, there are no in-built JavaScript methods to sort object properties.

Java Script

3 min read

How To Sort An Object By Key/Value In JavaScript
How To Sort An Object By Key/Value In JavaScript
Java Script

3 min read


Jan 12, 2021

What’s the difference between Typescript and Javascript?

If you are a new to coding, it’s highly possible you’ve heard of Javascript. It is one of the most popular language used today. To put it simply, Javascript is a language which creates interactive web pages. Typescript was developed, as a typed subset to Javascript, to fill the gap…

2 min read

What’s the difference between Typescript and Javascript?
What’s the difference between Typescript and Javascript?

2 min read


Jan 5, 2021

What’s up with big O?

Big O Notation is a mathematical expression of the relationship between input size and the time in relation to that input. In other words, it classifies algorithms depending on how they respond to the input size. It’s a basic system of generalizing code and its performance to other code. …

Coding Interviews

2 min read

What’s up with big O?
What’s up with big O?
Coding Interviews

2 min read


Dec 29, 2020

Palindrome Algorithm Explained using Random String

A palindrome is a sequence (such as a word or combination of letters/numbers) that can read the same backwards and forwards. Writing a function which determines whether an input is a palindrome is one of the most common white-boarding question that an interviewer may ask. There are many ways to…

Java Script

3 min read

Palindrome Algorithm Explained using Random String
Palindrome Algorithm Explained using Random String
Java Script

3 min read


Dec 27, 2020

What is Agile and its Benefits?

Agile methodology in software development implements collaboration between self organizing cross functional teams. Agile methods encourages teamwork, accountability, and flexibility which allows for fast delivery for end users. The Manifesto for Agile Software Development is based on twelve principles. Customer satisfaction by early and continuous delivery of valuable software. Welcome…

Agile

2 min read

What is Agile and its Benefits?
What is Agile and its Benefits?
Agile

2 min read


Sep 28, 2020

Why React? Basic React Interview Questions You Should Be Prepared To Answer

React, developed by Facebook, is a front end Javascript library for building user interfaces. Many large companies currently use React in production such as Netflix, Instagram, Airbnb, and Reddit just to name a few. React’s popularity has grown since its official release in 2013 and it is currently one of…

React

3 min read

Why React? Basic React Interview Questions You Should Be Prepared To Answer
Why React? Basic React Interview Questions You Should Be Prepared To Answer
React

3 min read


Sep 8, 2020

How to Access Data Easily in Javascript

In Javascript, it can be difficult to access specific data in HTML by traversing the Document Object Model and using that data in your Javascript functions. Introducing, datasets. Dataset is a read-only property of the HTML interface that provides access to all the custom data attributes set on the element…

Coding

2 min read

How to Access Data Easily in Javascript
How to Access Data Easily in Javascript
Coding

2 min read


Aug 18, 2020

Form helpers… which one should I use?

Ruby on Rails has a series of form helpers that can be used for specific database records. We know about text_field for text input and number_field for numeric input. But we can do so much more! These helpers have different uses for specific cases of user input. I’ll be reviewing…

Coding

3 min read

Form helpers… which one should I use?
Form helpers… which one should I use?
Coding

3 min read

Jennifer Yoo

Jennifer Yoo

52 Followers

Software Engineer

Following
  • Arjen Brandenburgh

    Arjen Brandenburgh

  • Alex Beciana

    Alex Beciana

  • Jim Ferdous

    Jim Ferdous

  • Sam Lesser

    Sam Lesser

  • Karan S. Chauhan

    Karan S. Chauhan

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech