Phillip Shim

Phillip Shim @shimphillip

Location:
Austin
Joined:
Aug 5, 2018

Phillip Shim
articles - 21 total

Let's write the most famous JavaScript function together: Array.map

The map method is one of the most well-known Array methods in JavaScript. It's a handy way of transfo...

Learn More 17 2Aug 18 '20

How to create multi-line <h1>

Intro 👋 Recently I found myself exploring around https://www.frontendmentor.io/challenges....

Learn More 20 0May 31 '20

The Dead Simple Way to Get Weather Information for Your Next JS Project

  With the recent announcement of Apple acquiring DarkSky API. DarkSky API has currently closed down...

Learn More 7 0May 18 '20

Chuck Norris Says - Random Quote Fetcher

I recently built out an random quote machine to grab some funny Chuck Norris jokes. This was such a f...

Learn More 7 0May 10 '20

Pokedex: Gotta Search'em All

I recently built out an interactive Pokedex to mimic what Pokemon Trainers would use :). This was suc...

Learn More 29 13Apr 26 '20

Get daily weather updates through SMS

What I built It's called Weather Me ⚡. It's a text message service where a user can signup...

Learn More 42 6Apr 14 '20

Get customized weather updates through SMS

This is the initial scratch of the project in mind. The Problem Looking up weather sounds...

Learn More 12 0Apr 8 '20

HTML5 Documentation

This was a fun and cute front-end side project I worked on this past weekend. I grabbed the contents...

Learn More 13 0Apr 7 '20

Homebrew: Beginner's guide to installation and usage. Mac OS X

  Homebrew is brewed for your success. It definitely should be one of the software you should instal...

Learn More 11 0Mar 5 '20

What is one VSCode extension you can't live without and why?

I just started my new job not too long ago as a full stack developer. Wanted to get your inputs!

Learn More 10 13Aug 21 '19

Asynchronous JavaScript Under 5 Minutes

  JavaScript makes use of callbacks, promises, async and await features to support Asynchronous Prog...

Learn More 100 2Aug 11 '19

Working with random numbers in JavaScript

  Unpredictable behavior makes our apps more interesting when done right. For example, imagine card...

Learn More 54 9Jul 29 '19

JavaScript Closure Simply Explained

  A closure is a stateful function that is returned by another function. It acts as a container to r...

Learn More 180 10Jul 26 '19

Search me if you can!! Linear & Binary search

  What's your default method when you search for an item in an array? You could be familiar with the...

Learn More 52 5Jul 19 '19

Building a piano with tone.js!

  The piano Here is the final product of what we will be building! You can click on it or...

Learn More 60 1Jul 16 '19

Connecting to public Wi-Fi without frustration

  You have finally arrived at your awaited destination. A cafe buzzing with lofi music, or a comfy l...

Learn More 35 0Jul 12 '19

Who is JSON?

  JSON is a lightweight text-based data that stands for JavaScript Object Notation. This format is a...

Learn More 56 11Jul 8 '19

Handling JavaScript events efficiently with bubble and capture

  Javascript enables our web apps to be interactive. It can recognize events generated by a user...

Learn More 52 6Jul 2 '19

Call me maybe? Callbacks for beginners

  In JavaScript, functions are what are known as first-class citizens. It means they can be stored in...

Learn More 57 2Jun 25 '19

This is it! you got 'this'

Explanation of 'this' keyword in javascript with examples

Learn More 77 4Jun 20 '19

Inline vs Inline-block vs Block

Comparisons of different CSS display properties

Learn More 57 9Jun 11 '19