neil / berg

  • projects
  • thoughts
  • about
  • contact
  • projects
  • thoughts
  • about
  • contact
  • Creating a Simple CLI Tool Using Go

    November 22, 20204 mins

    Fetch Hacker News posts from the comfort of your command line using Go.

  • In-place Array Sorting

    February 05, 20205 mins

    A JavaScript solution with visual aids to the classic question of sorting an array in-place with linear time complexity and constant space complexity.

  • Testing Thunk-y Redux Actions

    November 20, 20198 mins

    Diving into redux-thunk for testing thunk-y Redux action creators

  • Cork

    October 21, 201910 mins

    A React + Express app to share photos of wines and explore what others are drinking too

  • Erica Mahinay

    September 22, 20196 mins

    Exploring CSS Grid, spring-based animations, and content management with Contenful on this Gatsby site to showcase the works of Erica Mahinay

  • Emanuel Röhss

    July 27, 201917 mins

    A blazing-fast, image-optimized artist portfolio built with Gatsby, Airtable, and GraphQL

  • Chow Now

    June 19, 201914 mins

    Using React Hooks, the Yelp Fusion API, and React Testing Library for a responsive and rock-solid restaurant finding web app

  • Leaping Into Linked Lists

    June 09, 201914 mins

    Structuring and working with singly and doubly linked lists

  • Regular Expressions for Regular People

    May 28, 20199 mins

    Explanations and recipes for useful regular expressions

  • Movie Mania

    May 03, 201912 mins

    React/Redux web app to scan new releases, trending movies, and top rated films of all time

  • News Flash

    April 19, 201910 mins

    React App build on the New York Times API to cruise the latest news, top stories, best sellers, and movie reviews.

  • Carried Away With Arrays

    March 15, 201911 mins

    Deep dive into the amazing array capabilities of JavaScript

  • Meredith Lackey

    February 07, 20196 mins

    A sleek and minimal filmmaker's portfolio built in React

  • A Counter Three Ways

    January 06, 201910 mins

    A simple counter app served three ways: vanilla JS, React, and React-Redux