Oren MagidConcrete Skills I Learned at a Technical InterviewRecently, I went through a technical interview that was different than others I’ve been through. First, it was my first contact with the…Nov 11, 2018Nov 11, 2018
Oren MagidDabbling in Robotic Process Automation— Part OneYesterday, after recently discovering Robotic Process Automation (RPA), I started building a “robot.” Not a physical robot to manipulate…Nov 4, 2018Nov 4, 2018
Oren MagidFrontend vs Backend: Where to Start in Full Stack Development?In a recent technical interview, I was asked where I usually start when building an app—the frontend or the backend? In this blog post, I…Oct 28, 2018Oct 28, 2018
Oren MagidFormatting your JavaScript Code with “Prettier”Today, I’m going to write about an editor package I’ve been using for a few months — Prettier. Prettier is an “opinionated code formatter”…Oct 21, 2018Oct 21, 2018
Oren MagidThinking About Passing “By Value” and “By Reference” in JavaScriptToday, I want to discuss a different way to think about the difference between passing by value and passing by reference in JavaScript…Oct 11, 2018Oct 11, 2018
Oren MagidReflecting About My Final ProjectMy fifteen weeks in the Flatiron School’s Software Engineering Bootcamp is coming to an end as I put the finishing touches on my final…Sep 21, 2018Sep 21, 2018
Oren MagidVisualizing the State of My React AppToday, three days into working on my final project here at Flatiron school, I paused to reflect on the state of my app. (And yes, pun…Aug 30, 2018Aug 30, 2018
Oren Magid== $0: A Nice Little Chrome Developer Tools Console TrickIf you’ve worked much in the Chrome developer tools console, you’ve probably use document.querySelector, document.getElementbyId, or…Aug 16, 20181Aug 16, 20181
Oren MagidRecursion: A Look InsideA Disanology Between Recursion and Russian DollsJul 12, 2018Jul 12, 2018
Oren MagidWhy Ruby’s #Map/#Collect Method Often Returns Arrays that Include NilWhen one uses Ruby’s #collect or #map (I’ll just call it #collect from here on out), one often ends up with an array that includes nil in…Jun 28, 2018Jun 28, 2018