Skip to content

Instantly share code, notes, and snippets.

@jmevans0211
jmevans0211 / eng_in_dei_resources.md
Last active April 15, 2021 21:36
Resources for "How to Engineer in DEI" - RailsConf2021

Information, Resources, and Further Reading

How to Engineer in DEI

Click here to view talk

LIVE QA: Thursday, April 15 from 3:40pm - 4:10pm ET

Reflection Questions

  • How do you view your responsibility, as an employee at your current company, to DEI?
  • What, in this presentation, can you implement today to ensure a more equitable tomorrow?
@jmevans0211
jmevans0211 / paper_trail_deprecation_tracking.md
Last active December 2, 2020 16:24
PaperTrail Deprecation Tracking

Changelog

This project follows semver 2.0.0 and the recommendations of keepachangelog.com.

NOTES

  • audit trails table

Items to (possibly) revisit

  • 7.0.0 --> Sinatra integration moved to
@jmevans0211
jmevans0211 / vuejs.md
Last active January 13, 2020 02:23
Intro to VueJS

A Bit About Vue.js

Author: Jeannie Evans

At the very tail end of our time at the Turing School of Software and Design, we are asked to learn about one more thing that interests us. I, being the front-ender I am, went with what I felt like was the obvious choice for me of Vue.js. Vue.js is becoming massively popular, and although is still component based, is quite different from React. I have gone into this assignment knowing that Vue.js is component based, but haven't found it to be quite as intuitive as React when I first began learning that.

Have you ever heard the SE Asian expression, "same same, but different"? I am reminded of this expression when comparing Vue.js to React. Essentially, it means that it's the same in many ways, but in almost an opposing way. Makes total sense! No? Stay with me... In React, when we render things, we have a very clean, neat, and tidy return() statement. All of our HTML is shoved in there and we can use pretty basic, regular, 'ol

@jmevans0211
jmevans0211 / Evans-post-grad-action-plan.md
Last active January 12, 2020 21:12
The Post-Grad Job Search Action Plan

The Post-Grad Job Search Action Plan

Step 1: Create a Calendar

What will a typical week look like for me?

I would like to incorporate a solid amount of time for self care and times for meet ups. I would also like to take advantage of really, this time off (got the rest of my life to work) to enjoy taking my time programming and learning. Will be the first time ever that I won't feel so rushed.

What is a realistic way to spend my time?

@jmevans0211
jmevans0211 / Cloudinary.md
Last active December 31, 2019 18:22
using cloudinary; client-side

Image Upload with Cloudinary

*please note: this is in steps! based off of this video: https://www.youtube.com/watch?v=6uHfIv4981U *

  1. Sign up on website cloudinary.com
  2. $ git clone https://github.com/DmsChrisPena/cloudinary-image-upload
  3. npm i
  4. npm start
  5. grab that file that has been uploaded

React Native

  • reusable components
  • state mgmt w/ redux
  • Chrome debugging tools
  • features from natuve apps
  • write JS that compiles to Java(Android) or Objective - C (iOS)

Drawbacks

  • FB team is often updating, breaking changes
@jmevans0211
jmevans0211 / PWAs.md
Last active December 16, 2019 18:21
Progressive Web Applications

Native Apps versus Progressive Web Apps

"It's not "PWA versus Native", but rather "PWA vs [web + native (IOS) + native (Android)]""

Native Apps

  • functionality without internet connection
  • push notificatrions
  • geo location services
  • security/reliability*

Cross Pollination Kickoff

Pitches

  • two repos (be & fe)
  • one GH project
  • try new things
  • 2-3 checkins (lead by group, not instructors) where we will talk about what needs to be completed still and has been completed thus far. We will have PMs (instructor).
  • something to think about: can your project be scaled? if we added 6+ people would this process still work?
  • stretch goals??