Skip to content

Instantly share code, notes, and snippets.

View ERaith's full-sized avatar
🎯
Focusing

Erik Raith ERaith

🎯
Focusing
View GitHub Profile
const validate_string=(str,closures) =>{
let stack = [];
let bracketMatcher = closures.reduce((bracketMatchers,closurepair)=>{
bracketMatchers[closurepair[0]]=closurepair[1]
return bracketMatchers
},{})
for(let i =0; i< str.length; i++){
if(bracketMatcher[str[i]]){
@ERaith
ERaith / starpaths.md
Created May 19, 2020 20:24
Cross Polination Project

Star Paths

Description: A web app that allows users to track favorite constellations and cellestial bodies and get notifications for when upcoming events will be visiable based on cloud coverage. MVP start with planets move to stars, etc

Tech Stack: Angular / Typescript for FE apollo: Client libraries, gateway meteor: accounts system uses mongoDB, includes user accounts, graphQl: takes place of express

Imidiate Goals:

  • Complete Resume to perfection! Send out!
  • Sign up with Hired, Anglelist
  • Second Meeting with Chris for practice interview
  • Meet with Melvin for tech interview prep
  • Reach out to former partners for recommendation lists on Linkedin

Self Reflection

Click to expand!
@ERaith
ERaith / cover_letter.md
Last active May 5, 2020 20:40
Cover Letter

Erik Raith

Software Developer raithhtiar@gmail.com
(847) 693-1377
Lakewood, CO
Github | LinkedIn | Website

Technologies:

Proficient: JavaScript, Node.js, HTML, CSS, React, Redux, Express, Semantic UI, Git, React-Redux, JQuery

What is a "framework?" And how does it differ from a "library?"

  • A library is a collection of class definitions, these are modular pieces of code that have stock prewritten code for useful functions, methods and classes to be called whenever you would like from your "main" JS code.
  • A framework contains libraries, however unlike a library there are specific rules that you must follow to allow for your code to run within the framework created for you. You can modify a framework, however it requires tweaking files within the framework vs a library where you can invoke them where you like.
  • In short, a library is a narrowly scoped API that you have full control over where and when the coder would like to implement the helper functions/objects/modules in your code, whereas a framewok is something the coder will build ontop of in specific ways to meet the outcome desired. The control flow looks like this: Framework -> Your Code -> Library & Framework -> Library.

Why should we consider using a framew

<html>
<head>
<style type="text/css">
#main { padding: 100px; border: 2px solid pink; }
.blue { background-color: blue; }
</style>
</head>
<body>
<div id="main">Lorem ipsum dolor!</div>
<script type="text/javascript">
@ERaith
ERaith / Gener Reflections.md
Last active January 31, 2020 23:45
Makeup Work

Respond to each of these discussion questions and send your gist in markdown format to Ellen Mary within 48 hours

What is your understanding of gender, gender identity, and biological sex? Is there anything more you need to learn?

  • Gender is different than biological sex. Gender is something that you can choose I think. It matters a lot to people, especially when it is a critical portion of your identity. I take my gender identity for granted, however I understand that it is a sensitive topic. I really hope to live each day without judging or having a bias of anyone's gender identity, however I really need to learn how to approach the subject and be far more of an advocat when I see someone talking insensitivly about it.

What was your familiarity with the history of women and software development? What surprised you about that history?

  • I was actually fairly surprised that the field was ever at 50/50! I knew that at the beginning computers were mostly run by women and the story behind NASA's comp
@ERaith
ERaith / Winter_Break_Work_Erik.md
Last active January 5, 2020 20:43
Winter Break Work
@ERaith
ERaith / Erik.md
Last active November 30, 2019 00:25

Erik Raith

Challenges

Learning

  • 100 Days of CSS
    • Exercise 1
    • [Exercise 2](put your CodePen link here)
  • [Exercise 3](put your CodePen link here)

This is my main title