Elisheva ElbazinLevel Up CodingMaximum Sum in a Sliding Window of Length wLet’s talk about a Sliding Window problem and how to solve it.Dec 21, 2020Dec 21, 2020
Elisheva ElbazMy First BrightCode ClassI recently joined a class at BrightCode called Programming in an Enterprise Environment. It’s geared towards those with 3–18 months of…Dec 7, 2020Dec 7, 2020
Elisheva ElbazSolving Fibonacci Numbers using Dynamic ProgrammingDynamic programming is a method for solving a complex problem by breaking it up into smaller subproblems, and store the results of the…Nov 30, 20201Nov 30, 20201
Elisheva ElbazinLevel Up CodingCSS Flexbox Part 3: The end of my adventure with Flexbox ZombiesThis is the third part of a blog series describing what I have learned about CSS flexbox by playing an educational game called Flexbox…Nov 22, 2020Nov 22, 2020
Elisheva ElbazinLevel Up CodingCSS Flexbox Part 2: What (else) I learned from Flexbox Zombies** This is the second part of a blog series describing what I have learned about CSS flexbox by playing an educational game called Flexbox…Nov 16, 2020Nov 16, 2020
Elisheva ElbazinLevel Up CodingCSS Flexbox: What I learned from Flexbox ZombiesI started playing an educational game called Flexbox Zombies, which has been teaching me the fundamentals of flexbox in a fun way. In the…Nov 9, 2020Nov 9, 2020
Elisheva ElbazinLevel Up CodingChecking for Existence of Object Properties in JavascriptI recently had a mock technical interview through Skilled where I was paired with an interviewer and given code challenges in Javascript…Nov 2, 2020Nov 2, 2020
Elisheva ElbazUsing Ruby String Methods to Extract Document IDs from Cloudinary URLsIn my most recent project, a project management app using React, Redux and Rails, I added the ability for a user to upload images via…Sep 30, 2020Sep 30, 2020
Elisheva ElbazinLevel Up CodingThe Javascript Math ObjectJavascript provides a built-in Math object that has properties and methods to make it easier to perform mathematical calculations.Jul 15, 2020Jul 15, 2020
Elisheva ElbazNavbars in Rails Apps Using BootstrapIn this article we will discuss one way to easily create a navbar that can be incorporated into all pages of your Rails app.Jun 25, 2020Jun 25, 2020