Skip to content

Instantly share code, notes, and snippets.

View laurenelee's full-sized avatar

Lauren Lee laurenelee

View GitHub Profile
@laurenelee
laurenelee / names.json
Last active October 29, 2021 14:57
names for secret santa
{"names": ["Jack Skellington", "Yukon Cornelius", "John McClane", "Krampus", "Cindy LooWho"]}
@laurenelee
laurenelee / style.css
Created May 10, 2020 21:50
live stream chat overlay CSS
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
* {
box-sizing: border-box;
}
html, body {
height: 100%;
overflow: hidden;
}
@laurenelee
laurenelee / productPlan.md
Created January 3, 2018 16:48
Capstone product plan - lauren lee

Personal Learning Goals:

  1. To create an app with React Native
  2. To first create a data layer that I will then be able to dynamically integrate with app
  3. To work methodically and break big picture goals into tangible tasks to solve the larger objective

Problem Statement: To help make the search for volunteering agencies/opportunities for teenagers easier and more fun!

Market Research: Outline the key insights from your research, including: Competition:

@laurenelee
laurenelee / capstone_Lauren.md
Last active December 14, 2017 21:17
Capstone Proposal

Capstone Concept - LAUREN LEE

Problem Statement:

High school students must earn service hours to graduate. In fact, at the last school I taught, students had to do a total of 160 hours of community service, which is a lot! Schools provide students with databases of places to volunteer but they still would moan and groan about not being able to find an organization. Resources like maps or websites exist but they don't seem to be utilized by teens. I want to create an app that essentially makes the search a little bit more fun for them to find volunteering opportunities! Another problem is that finding organizations that specifically allow underage volunteers can be difficult. This would be a resource that would filter for agencies that students already know accept teens (as long as they have parental consent of course).

MVP of Tinder for Volunteering

@laurenelee
laurenelee / LaurenLee2017Bio.md
Created October 30, 2017 01:19
Lauren Lee Bio 2017

At Ada, I've found that I thrive in collaborative environments. I enjoy dialogue, being apart of a team, and puzzling through complex logic-based and engineering challenges. I have enjoyed the weeks when our curriculum has simulated Agile working environments and we worked in a highly focused sprint manner on small teams to create complex and dynamic programs.

I am community and social-justice minded. I am an innovative, enthusiastic, and curious learner. I hope to have the opportunity during my internship to work closely with a supportive mentor and/or team to optimize learning opportunities and discover new skills, interests, and strengths in the frameworks and languages I have yet to be exposed. I take initiative and ownership of my learning process, believe that I can find the answers to any question that comes my way, and am confident that the skills that I bring from my time as an educator, as well as the lessons I've learned during my time as a student @ Ada, are invaluable and ones that will greatly

@laurenelee
laurenelee / LaurenLee2018.md
Last active April 19, 2018 03:15
Lauren Lee Tech Resume 2018

Lauren E. Lee

847.962.3979 || laurenelee88@gmail.com || Seattle, WA || she/her/hers || Github || LinkedIn

After a formative experience that opened my eyes to the community-building power of code, while teaching technical skills in Zambia, I left my career as an English teacher to pursue software development. A creative thinker inspired by the power of imagination and innovation who is motivated to discover ways to bridge cultural gaps and actively contribute to the community and world we live in.

Seeking an engineering role where I will be encouraged to explore the intersectionality of developers and customers, to problem-solve collaboratively, and to write intuitive and thoughtful code that will improve the developer's experience.

I have experience coding in Ruby, Ruby on Rails, React/React Native, JavaScript, HTML5/CSS, and Java but am excited and willing to learn new tech stacks!

Current End

class Dragon
attr_reader :name, :age # user cannot change it
def initialize(name)
@name = name
@age = 0
@hunger_level = 5 # 0-10, 10 being hungry, 0 being full
@tiredness_level = 5 # 0-10, 10 is max tired, 0 being awake/energetic
@happiness_level = 5 # 0-10, 10 being happy, 0 being sad
@thirst_level = 5 # 0-1, 0 is thirsty, 10 is full
class Dragon
attr_reader :name, :age # user cannot change it
def initialize(name)
@name = name
@age = 0
@hunger_level = 5 # 0-10, 10 being hungry, 0 being full
@tiredness_level = 5 # 0-10, 10 is max tired, 0 being awake/energetic
@happiness_level = 5 # 0-10, 10 being happy, 0 being sad
@thirst_level = 5 # 0-1, 0 is thirsty, 10 is full
# require 'money'
# Money.use_i18n = false
# lauren_cash = Money.new(1000, "USD")
# Money.add_rate("USD", "CAD", 1.24515)
# Money.add_rate("CAD", "USD", 0.803115)
# jamie_cash = Money.new(700, "CAD")
#
# puts lauren_cash
# puts jamie_cash
# puts lauren_cash + jamie_cash
@laurenelee
laurenelee / LaurenLeeResume.md
Created February 14, 2017 04:08
Lauren Lee Resume 2017

Lauren E. Lee

(847) 962-3979
Laurenelee88@gmail.com
she/her/hers

Statement of Purpose

Creative thinker inspired by the power of imagination and innovation who is motivated to discover ways to bridge cultural gaps and contribute to her community and the world we live in. History of teaching and volunteer work internationally around code to empower students to learn technical skills.

Professional Experience