Skip to content

Instantly share code, notes, and snippets.

View lundgrea's full-sized avatar

Alyssa Lundgren lundgrea

View GitHub Profile
@lundgrea
lundgrea / SWAPIbox DTR.md
Last active August 19, 2019 23:46
SWAPIbox DTR

DTR: Define the Relationship

Project: SWAPIbox

Group Members: Gregory Anderson and Alyssa Lundgren

Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?):

  • Work with Async JavaScript, React, Jest, Enzyme, React Router, fetch API, es6 synax, strong UI/UX, modular architecture, lifecycle methods, PropTypes and promises.

Team strengths & collaboration styles (consider discussing your Pairin qualities here):

  • Good mixture of both paired programming and individual programming. Start the project together and then begin working on seperate components and tests.

DTR: Define the Relationship

Project: Tune In Later

Group Members: Aidan McKay, Chris Lane, Alyssa Lundgren

Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?):

  • We'd like to get through at least One Extension
  • Like to be styling and finishing testing by Monday of next week
  • Want a stress-free Tuesday
@lundgrea
lundgrea / PalettePickerDTR.md
Last active October 17, 2019 13:19
Palette Picker DTR

DTR: Define the Relationship

Project: Palette Picker

Group Members: Ann Cerveny

Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?):

  • Build on Express Server
  • Build on Knex Postgres
  • Heroku deployment
  • React reminder
@lundgrea
lundgrea / AnnCerveny-AlyssaLundgren.md
Last active October 17, 2019 15:07
Happy Little Palette Picker Submission Gist
@lundgrea
lundgrea / Trex DTR.md
Last active October 18, 2019 16:28
Trex DTR

DTR: Define the Relationship

Project: Trex (travel-chex)

Group Members:

Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?):

Team strengths & collaboration styles (consider discussing your Pairin qualities here):

@lundgrea
lundgrea / ReactNative_Expo_TravisCI.md
Last active October 28, 2019 21:21
React Native + Expo + TravisCI w/Enzyme
$ npm ci
$ npx jest --ci

In the root of the repo: $ touch .travis.yml

$ npm install --save-dev expo-cli

@lundgrea
lundgrea / My_Angular_Experience.md
Last active December 23, 2021 21:45
My Angular Experience

My AngularJS Experience

Given the opportunity to explore new technologies outside of the Turing curiculum took me immediately to the doorstep of AngularJS. I had no previous experience with Angular and solely knew it as a JavaScript framework for building applications. My interest in this topic comes from my love of React and my recent experience utilizing React Native. I was curious to explore the syntatical similarities as well as look into the difference in terms of paradigms, setup and implementation.

Angular, maintained by Google, is a widely-used feature-rich JavaScript framework boasting sites like Google Analytics, PayPal, and even Netflix. It comes out of the box with a robust list of features including Angular UI Routing, dependency injection, templates, component CSS encapsulation, and more.

In my research, there were a couple of big takeaways worth noting: Typescript's place in AngularJS, utilizing RxJS for asynchronous events and operations, as well as testing in Angular testing and mo