Skip to content

Instantly share code, notes, and snippets.

View SiimonStark's full-sized avatar
👨‍💻
Looking for new work

Justin SiimonStark

👨‍💻
Looking for new work
View GitHub Profile
@SiimonStark
SiimonStark / JustinPyktel_Gear Up_11-30-18.md
Last active December 1, 2018 01:06
JustinPyktel_Gear Up_11-30-18.md
  1. What are you left thinking about from today's session?
  • Well I do want to share that video to my friends and family, some of them may need that in there lives. But I agree that we can leverage empathy in the work place to help the world take baby steps in the right direction.
  1. How do you think the concepts covered in Gear Up today will impact you as a software developer? 3-5sent.
  • Learning about it now and having constructive conversations, will certainly keep it forefront going forward. I hope to be able to implent these discussions in many scopes. Share these ideas and opinions with my future teams and have a healthy discussion on incorporating empathy in the workplace. In the content I will create in the future, I hope that it relates to the end user. As well as setting and continueing a standard for the industry as a whole to follow.
  1. Any additional thoughts on the session today?
  • It's hard to collect my thoughts in the moment. But I really appreciated some of the things ot
@SiimonStark
SiimonStark / JustinPyktel_PD.md
Last active November 7, 2018 21:55
Professional Development Reflections

Activity #1

(1) Read through 29 Behaviors That Will Make You an Unstoppable Programmer

  1. (5) Always use the right tool for the job:
  • I believe in the age old method of measure twice, cut once. In doing so should help cut down on the time it takes to fix the errors in the first place. So if there is a tool that is popular, but isn't quite meant for the job at hand, it is most likely better to find the proper way. Rather than clunking around the code and duct taping it all together.
  1. (11) Take responsibility for your mistakes:
  1. What role does empathy play in your life and how has it helped you?
  • Working in a lot of sales and customer service positions has really opened my mind as to how important empathy is in assisting those in need of help. I prefer not to "sell" to someone, but rather discover a solution whether its a win for just them or a "win" for me as well. In which knowing that they leave fully satisfied is enough of a "win" for me.
  1. How does empathy help you build better software?
  • Building better software, to me that means the software will serve the user better than they could have imagined themselves. Empathy can be a strong tool to put you in the shoes of the user, to relate to them and imagine what better would mean to them.
  1. Why is empathy important for working on a team?
  • With empathy in mind, teams can put in their best efforts to resolve conflict and come to a better understanding of one another in a constructive and beneficial way.
  1. Describe a situation in which your ability t
@SiimonStark
SiimonStark / secretMessage_CodeCademy:Project
Created August 24, 2018 15:20
CodeCademy Project: Secret Message (How to use Array Methods)
let secretMessage = ['Learning', 'is', 'not', 'about', 'what', 'you', 'get', 'easily', 'the', 'first', 'time,', 'it', 'is', 'about', 'what', 'you', 'can', 'figure', 'out.', '-2015,', 'Chris', 'Pine,', 'Learn', 'JavaScript'];
console.log(`Original: ${secretMessage.length}`)
secretMessage.pop();
var add = secretMessage.push('to','program');
console.log(`after add: ${secretMessage.length}`)
var swap = secretMessage[7]= 'right';
console.log(`after swap: ${secretMessage.length}`)
@SiimonStark
SiimonStark / JustinPyktel_Prework.md
Last active November 8, 2018 18:59
Technical Prework Progress
@SiimonStark
SiimonStark / gist:fd48988d26b09408368a434348ebf4aa
Created August 15, 2018 13:07
Reflections on Empathy in the Workplace
Article 1: Why is Empathy Essential for Design, by Mathieu Turpault
Having experiences of empathy will generally make you feel more connected with another person, allowing you to see the design solution in a different light. When you experience the positive change it creates it tends to make you feel more as if what you accomplished was helpful and more meaningful.