Skip to content

Instantly share code, notes, and snippets.

View jmichlitsch's full-sized avatar

Jeremiah Michlitsch jmichlitsch

  • Denver, CO
View GitHub Profile
@jmichlitsch
jmichlitsch / next_palindrome.md
Created June 7, 2021 19:06
Technical Challenge: Next Palindrome

Problem - Next Palindrome

Any number that reads the same way forwards as it does backwards is a palindrome. For instance, 12321 would be considered a palindrome, whereas 123 would not be.

Write a function that takes in an integer and returns the next palindrome. For instance:

findNextPalindrome(100)
// should return 101
@jmichlitsch
jmichlitsch / database_index.md
Created June 3, 2021 20:22
Database Index Pros and Cons

150 word gist pros and cons of database index

Pros: It speeds up select querying by limiting what the database has to look through quickly. Its like a index in a book to easily find what subject or idea you need to find. If a book has a 1000 pages and you need to find a certain word of phrase, an index would be appropriate to to list everywhere that phrase is used.

Cons: Indexs take up space, and alot of it. Using the example above, if you had 10 indexs incuded in your book, you would then have 1010 pages worth of data. It can cost alot of data storage to have indexs on many things on a table. It also takes more time to create, update, and destroy from those tables that have indexs cause now each index has to be updated as well, which would take

@jmichlitsch
jmichlitsch / mod2_intermission.md
Last active January 29, 2021 22:50
Mod 2 Intermission Work

B2 Intermission Work

Answer these Check for Understanding questions as you work through the assignments.

HTML

  1. What is HTML? Hyper Text Markup Language, standard markup language for websites that describes the structure of the website.
  2. What is an HTML element? A start tag, content, and an end tag, everything from start tag to end tag.
@jmichlitsch
jmichlitsch / battleship_feedback.md
Created December 16, 2020 18:14
Battleship_Pair_Feedback

Project Feedback

Directions

  1. For every partner you have, make a copy of this gist
  2. Fill out the copied gists with feedback for each group project partner (one gist per partner)
  3. Send us your feedback for each partner using the form posted in slack/assignment tracker (one submission per partner)
  4. Individually slack your partners the link of the gist you filled out for them
  5. Spend some time reviewing your partner’s feedback that they sent you
  6. Get on a video call with your partner(s) for the in person partner retro to discuss feedback.
@jmichlitsch
jmichlitsch / feedback_from_me.md
Created December 16, 2020 18:02 — forked from megstang/feedback_from_me.md
Project Feedback (Mod 1 && Mod 2)

Project Feedback

Directions

  1. For every partner you have, make a copy of this gist
  2. Fill out the copied gists with feedback for each group project partner (one gist per partner)
  3. Send us your feedback for each partner using the form posted in slack/assignment tracker (one submission per partner)
  4. Individually slack your partners the link of the gist you filled out for them
  5. Spend some time reviewing your partner’s feedback that they sent you
  6. Get on a video call with your partner(s) for the in person partner retro to discuss feedback.
@jmichlitsch
jmichlitsch / Reflections.md
Created December 4, 2020 21:50
Reflections from our Gear Up Sessions.

#Who is the Developer you want to be? I want to be a developer that is able to adapt to my work environment to be able to effectively communicate with my coworkers and other people I will interact with on a daily basis. I want to be able to learn something new every day, whether it is a new programming language skill or maybe how to work with person A better than I was before.

@jmichlitsch
jmichlitsch / career_journal.md
Last active February 22, 2021 23:40
Career Journal

Career Journal

Mod 0

When you've worked towards a goal in the past, what systems or tools have been helpful for you in accomplishing that goal? How could you adapt those same systems/tools to use while at Turing? I've written down what my short term and long terms down on a marker board on my door in my room. It would be hard for me to not at least look at it every single time I get up and leave my room. If I have to at least acknowledge what my goals are every single time I get up in the morning, it keeps my eyes on the prize sort of say. Just having that has led to most of my physical goals being sucessful so far so it should also go hand in hand with my professional goals. Using that along side with this journal will help me keep track of my progress as well as keep me motivated to finish through with everything professional, physically, emotionally, and most important mentally.

As you start this new career, what is one of your strengths and how do you know? When it comes to my strengths that

@jmichlitsch
jmichlitsch / pairin_top4.md
Last active October 26, 2020 02:36
Professional Development Pairin Top 4

pairin_top4

@jmichlitsch
jmichlitsch / mod_0_session_3_readings.md
Last active October 12, 2020 14:22 — forked from damwhit/mod_0_session_3_readings.md
Mod 0 Session 3 Readings and Responses

Session 3 Readings and Responses

The readings and responses listed here should take you approximately 35 minutes total.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of this document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.
@jmichlitsch
jmichlitsch / mod_0_session_3_practice_tasks.md
Last active October 14, 2020 16:02 — forked from damwhit/mod_0_session_3_practice_tasks.md
Mod 0 Session 3 Practice Tasks

Session 3 Practice Tasks

The assignments listed here should take you about 1 hour in total.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.