My Bootcamp Experience, Or How To Succeed in Bootcamps By Trying Really HardI attended The Flatiron School’s in-person Web Development Immersive bootcamp in the fall of 2017 at the Manhattan location. (It was the…Feb 2, 2019Feb 2, 2019
Collaborating in Git for New Junior DevelopersKnowledge of git and Github is one of the most valuable skills I’ve ramped up immensely since joining the engineering team at Glossier…Jul 22, 2018Jul 22, 2018
First Steps in Frontend Testing with TDD/BDD, Part IIThis post is a follow-up to my previous post, which researched the reasons for TDD/BDD in development. Now, assuming you already have a…Apr 13, 2018Apr 13, 2018
First Steps in Frontend Testing with TDD/BDDAs I look forward to landing my first job as a developer, I’ve noticed one critical skill keeps popping up in interviews: “TDD” or…Apr 9, 20183Apr 9, 20183
Binary Search With Sorted Array In RubyHere’s a quick post to understand the ways a binary tree can be traversed. In a binary tree, each node can have at most two children.Mar 9, 2018Mar 9, 2018
Chatbots Are the New InfluencersChatbots are conversational AIs that converse in human terms. They may express a bit of personality based on how they were programmed…Feb 27, 2018Feb 27, 2018
CS Fundamentals: Linked ListsI decided to write a series of blog posts on computer science topics to prepare myself for technical interviews and strengthen my…Feb 20, 2018Feb 20, 2018
Managing Immutability and Writing Effective Reducers in React ReduxThe first Redux project I ever built was a whirlwind but ultimately very rewarding. I had barely learned the React framework a few weeks…Feb 6, 20181Feb 6, 20181
DIY User TestingThis is a continuation of my previous blog post, Introduction to User Experience Design Through Steve Krug’s Don’t Make Me Think:Dec 14, 2017Dec 14, 2017
Introduction to UX Design Through Steve Krug’s Don’t Make Me ThinkDon’t Make Me Think by Steve Krug is a cornerstone reading in the field of user experience (UX) oriented web design. It was originally…Nov 29, 2017Nov 29, 2017