Skip to content

Instantly share code, notes, and snippets.

View jpweist's full-sized avatar

jpweist

  • Front End Developer UX/UI
  • Centennial, Colorado
View GitHub Profile
@jpweist
jpweist / overlook-planning-app.txt
Last active October 30, 2019 20:27
Overlook app planing
1. Login
Your app should support two different types of users: a customer and a manager. When first arriving at the site,
a user should be able to log in with a username and password. If it is a manager logging in, they should log in
with the following credentials:
username: manager
password: overlook2019
If it is a customer logging in, they should log in with the following credentials:
username: customer50 (where 50 is the ID of the user)
@jpweist
jpweist / Outreach & Networking Plan
Last active October 29, 2019 22:07
Outreach & Networking Plan
Outreach & Networking Plan
As we've discussed, meeting people, forming relationships, and having conversations are the key pieces to getting your
foot in the door at any company. It's important to be proactive in your approach to outreach and networking, so it's
necessary to make a plan for what you'll try to further your networking.
Identify a contact you will reach out to by the end of this module. This could be a mentor, alum, or anyone from your
current network. Describe:
- I used to teach yoga with someone who is a controller at company in Denver. I looked at there site and they have an open
junior dev position.
@jpweist
jpweist / git-pull-request-template
Created October 23, 2019 02:52
git pull request templage
#### What's this PR do?
#### Where should the reviewer start?
#### How should this be manually tested?
#### Any background context you want to provide?
#### What are the relevant tickets?
#### Screenshots (if appropriate)
#### Questions:
- Is there a blog post?
- Does the knowledge base need an update?
- Does this add new dependencies which need to be added?
# Does your team host or attend hackathons, conferences, and local meetups?
# How does the engineering culture differ from the overall company culture?
# Do senior engineers pair with junior engineers in the ramp-up process?
# Will I be working with anyone who is remote, or who works from home on a regular basis?
# How often do meetings, talks, or other events take place at lunch time?
@jpweist
jpweist / jQuery-get-set-content
Created October 14, 2019 16:14
jQuery Getting and Setting Content
# Getting and Setting Content
For all applicable questions, compare and contrast using jQuery and vanilla JS.
- How do you get the text from an element (like a paragraph) with jQuery??
jQuery | text() Method .html
This method is used to set or return the text content of the element.
While setting the content, it overwrites the content of all the matched elements.
The returned content of text method() is used to return the text content of all matched elements.
- How do you set the text of an element (like a paragraph)?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Circle Chart</title>
<meta name="viewport" content="width=device-width">
<style>
section{
position:relative;
}
@jpweist
jpweist / linked-in-profile
Last active October 19, 2019 21:29
linked in profile
My background starts in technology and art. I have worked tech support and takin art history classes in Italy.
I have worked in advertising for furniture and grocery companies. Because so much of the print design has gone away I
have become interested in software. I want to continue to make beautiful designs with software. I taken yoga teacher
training and taught yoga classes along with making yoga clothing. I think that combining my graphic design skills and
front end developer training will let me make beautiful designs. I am looking forward to joining a team that can utilize
my creative and software skills to make great software. Looking for a position in the Centennial CO area preferably.
@jpweist
jpweist / pd-storytelling-jim-weist
Created October 8, 2019 20:12
PD storytelling
I have always be intersted in art and computers. I had a macintosh computer back in the dark days when the monitor was the
size of your phone and black and white. I remember staring at the Vincent van Go painting stary night when they had a
poster of it hanging at school. I have a background in Graphic Design from UNC with classes in art history and travels to
Italy to study art history. I have worked for major advertisers in my time as a graphic designer. I was layed off by kroger
and decided it was time to take front end development. I had been working on coding for while when kroger restucted and
was interested in web and web technologys. With so much of the print that used to be around now on the web it seemed like a
logical change. It is fun to make the code do the thing. I have over the years trained in and taught yoga. I also have a
great love of the outdoors. I started hiking with my dad when i was very young.
@jpweist
jpweist / FitLit-project-outline
Last active October 8, 2019 21:02
FitLit project
// UserRepository responsable for all users data, calculate users step goal
class UserRepository {
constructor(data) {
this.allUsers = data
}
findUserData(userID) {
return userID's data
}
calculateUsersStepGoal() {
average of all users step goals
@jpweist
jpweist / dtr_FitLit
Created October 7, 2019 20:01
DTR FitLit pair project Jim & Jessie
How do you work best?
Jessie hub and spoke. Big parts work together and small parts do seperatly.
Jim Driver navagtor for learning.
How would you like feedback?
Jessie like to comunicate via slack. or in person
Jim in person or slack.
When are the best times to work together?
Jessie can do after class for an hour or so. Weekends morning.