Skip to content

Instantly share code, notes, and snippets.

View ZaneMeroff's full-sized avatar

Zachary Nemeroff ZaneMeroff

View GitHub Profile

Let's Play Jeopardy!

A group project by Zack Nemeroff & Trond Makonese & Johnny Cassidy

DTR

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 wish to gain a better understanding of complex array prototypes with data sets as well as gaining understanding working with APIs and servers.

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

Outreach & Networking Plan

Who your contact is, why you want to connect with them, and what you want to talk about

My contact is my friend Bret, whom I have met within the Denver coding community. After many conversations explaining what he does and learning about his company, I have decided to reach out to him as a possible job lead. I wish to discuss what a future with his company looks like and what it will take from me to make it a reality.

When you will contact them by and how you plan to meet

Bret has helped me with my studies at Turing along the way. He is my unofficial mentor. I have had consistent communication with him since I started at Turing and plan to continue this communication throughout my time in school.

What your follow-up will look like once you've met with them

While I am nearing my end of Mod3, I plan to start filling out applications and making appointments for interviews in the future. Once I officially graduate, I plan to pursue these leads with even more tenaci

VRAD DTR

A group project by Zack Nemeroff & Virginia Ladd

DTR

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 wish to gain a better understanding of React components and making API calls via fetch and Promise.all as well as tackling a brand new project w/o comp.

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

Michelle Jenkins
Director of Human Resources at Ping Identity
1001 17th Street
Denver, CO 80202

Hello Michelle,

My name is Zachary Nemeroff and I’m a graduate of Turing School of Software and Design applying for a position as an Associate UX Developer within your company. I recently attended the Implementing the Identity and Device Security Principles of Zero Trust webinar on March 10 of 2020 hosted by Mindy Thompson. It was a wonderful experience to learn more about what products Ping Identity proudly offers their clients. I am excited by the new wave of zero trust security measures that are becoming a staple across the world.

I saw from your job posting that you are looking for someone with confident abilities using JavaScript, React, HTML5, and CSS3. These technologies have been a focus of mine throughout my time at Turing. I have created multiple projects using the before mentioned techs and especially love working in React. Every solo and group project I have created has included a tho

Dev.to DTR

A group project by Zack Nemeroff & Tyla Devon & Harrison Levin

DTR

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 wish to gain a better understanding of React and Rails. Our goal for MPV to be at least all threes.

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

03/23/20

How well did you stick to your calendar this past week?
Better than last week regarding the project work and Top Talk slides. Still need to direct more attention to the job search.

Do you need to change anything in your calendar for the upcoming week?
Need to reinforce the times set aside for job search and applications.

What wins or appreciations do you have for this past week?
My team completed all the base functionality for the current project (WOOOHOOO!). I appreciate all the hard work our team has put into digging into an unfamiliar code base and finding clever ways to implement new features.

Round Up - mod4 cross-poll project

A group project by Zack Nemeroff & Phil Delong & Jordan Holtkamp & Ryan Novak

DTR

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 wish to gain a better understanding for Python, Flask, and React Native.

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

/*
Write a recursive function that converts an integer into a string such that the number is represented in Roman Numerals in the most efficient way.
eg, the number 4 could be written as 'IIII' but it's more efficient to use 'IV' since that's a shorter string
Assume no number is greater than 4,000
Here are the Roman Numeral equivalents you'll need to know:
M=1000, CM=900, D=500, CD=400,