Isa Levine

Isa Levine @isalevine

About: Isa (ee-suh). She/her pronouns. Full stack developer working with Java, React, Jenkins, and Kubernetes. Drinks too much bubbly water.

Location:
Seattle, WA
Joined:
Mar 13, 2019

Isa Levine
articles - 28 total

How To Build an Event Sourcing Pattern in Rails from Scratch

creating rails models, controllers, and other classes for basic event sourcing pattern

Learn More 67 4May 3 '20

Building an Event Sourcing System in Rails, Part 1: What is Event Sourcing?

overview of basic event sourcing system for ruby on rails

Learn More 54 2Apr 20 '20

Hi Folks, Good to be Back!

saying hello from quarantine and fresh from a covid layoff

Learn More 9 1Apr 12 '20

What Happened to Video Games Having In-Game CLI Consoles?

a quick look at the history and implementation of in-game command line consoles in video games

Learn More 13 0Dec 15 '19

Intro to RSpec in Rails (part 2): Improving Tests with `let` and `context`

improving rspec rails tests with the let and context methods

Learn More 42 1Dec 8 '19

Intro to RSpec in Rails (part 1): Basic Syntax and Strategy for Testing

an introduction to common syntax and testing strategy for using rspec in rails

Learn More 78 2Dec 1 '19

Pros and Cons of Ruby's .tap Method

exploring the situational pros and cons of ruby's tap method

Learn More 59 5Nov 25 '19

Using Service Objects to Make your Rails Controllers (and Models) Skinny

moving rails controller logic to service objects

Learn More 21 0Nov 18 '19

HELP NEEDED: Understanding Rails ActionController::Live Module (and Async Limitations)

help needed to understand the async limitations of rails actioncontroller::live module while attempting to stream data from another rails server

Learn More 11 11Nov 11 '19

BONUS: A Quick Intro to Ruby's SortedSet

a quick intro to ruby sortedset

Learn More 14 1Nov 3 '19

Let's Use Rails Partials To Render Art from Magic: the Gathering!

a quick intro to using rails partial views using the scryfall api for art from magic the gathering

Learn More 33 6Oct 27 '19

A Quick Intro to Ruby's Set, Part 2: Object Lookups and Efficiency

a quick intro to ruby sets: different object lookup methods and benchmarking their efficiency

Learn More 19 1Oct 20 '19

A Quick Intro to Ruby's Set Collection, Part 1: Creating Sets, and Adding/Removing Objects

a quick intro to ruby sets: creating sets, adding objects, and removing objects

Learn More 20 1Oct 13 '19

Need To Rename Files in Bulk? Here's a Python CLI Called file-renamer

sharing a python CLI for mass-renaming files

Learn More 18 0Oct 7 '19

Ruby on Rails GraphQL API Tutorial: Filtering with Custom Fields and Class Methods

expanding has_many functionality on rails models to add filtering for a graphql api

Learn More 38 2Sep 29 '19

Ruby on Rails GraphQL API Tutorial: Creating Data with Mutations

a tutorial for creating a simple graphql api in rails

Learn More 31 2Sep 22 '19

Ruby on Rails GraphQL API Tutorial: From 'rails new' to First Query

a tutorial for creating a simple graphql api in rails

Learn More 142 11Sep 16 '19

Help Me (Properly) Open-Source My Vanilla JavaScript Game Engine!

overview and community invitation to help open-source my vanilla js game engine project

Learn More 49 11Sep 8 '19

Parsing CSV Files in Node.js with fs.createReadStream() and csv-parser

using the fs module and csv-parser npm package to parse csv files in node

Learn More 40 11Sep 2 '19

A Quick Review of JavaScript’s Array.prototype.sort() Method

a quick review of javascript’s Array.protoype.sort() method using json

Learn More 52 0Aug 25 '19

Three Ways to Retrieve JSON from the Web using Node.js

looking at retrieving json with node-fetch package, https module, and request package

Learn More 62 7Aug 16 '19

Passing Command-Line Arguments in Node.js

using process.argv to access command-line arguments in node.js

Learn More 48 7Aug 9 '19

Learning JavaScript Testing Quickly with Mocha, Chai, and Sinon (and a Lot of Gaps)

a short intro to basic mocha, chai, and sinon testing tools

Learn More 85 6Aug 4 '19

Tips for Flatiron Students Working With a React/Rails Stack

tips for react-rails projects for flatiron school students

Learn More 12 0May 14 '19

How I (Accidentally) Made a Game Engine from Scratch with Vanilla JS

highlighting takeaways from a vanilla js and css game engine project

Learn More 107 7Apr 24 '19

Exploring Data Structures From a Ruby Background, Pt. 1: Arrays

a look into the array data structure and efficiency, based on my experience learning about arrays from ruby

Learn More 23 2Apr 3 '19

Reflecting on Learning, Failure, and Processing Time (the Human Kind)

just some reflections on the learning process and stresses of coding, through the lens of a former Montessori teacher

Learn More 5 0Mar 25 '19

Fuzzy Logic, Fuzzy Matching, and Why I Haven’t Used Either (Yet!)

exploring and discussing my first exposure to fuzzy logic, fuzzy string matching, and edit distance via my attempts at flexible user input in ruby

Learn More 38 0Mar 15 '19