Everybody's got stuff goin' on outside of work. That effects what we've got goin' on inside of work, whether you want it to or not.
Take a moment as you being a meeting or start pairing to check in with folks and see how they're doing.
Combating bias and promoting inclusion in the workplace is something we can all agree needs to happen. The question, then, is how?
The way I see it, there are two directions from which change can come: from the top, or from the bottom. Changes from the top come in the form of new HR policies, training, or declarations for more diversity and inclusion work (all of which Pivotal is already doing). Changes from the bottom are a change in culture and a realization that every interaction matters.
With
helpful one-liner examples for testing STDOUT and STDERR:
Print only stdout: ruby -e 'i=$stderr.puts("err"); $stderr.flush; $stdout.puts("out"); $stdout.flush; exit' 2>/dev/null
Print only stderr: ruby -e 'i=$stderr.puts("err"); $stderr.flush; $stdout.puts("out"); $stdout.flush; exit' 1>/dev/null
- Curated Links: https://github.com/heynickc/awesome-ddd
- https://kotlinlang.org/docs/reference/multiplatform.html
- https://blog.jetbrains.com/kotlin/2017/11/kotlin-1-2-released/
- https://github.com/JetBrains/kotlinconf-app
- https://github.com/jstuyts/kotlin-multiplatform-recipes/tree/syntax-1.2
- https://www.infoworld.com/article/3229958/application-development/whats-new-in-kotlin-12-code-reuse-for-starters.amp.html
- https://youtu.be/afc5PUs_EPE
One of the most important things you can learn as a software developer is how to find your own answers. When you are working with unfamiliar technologies, though, sometimes that is hard, and you have to ask questions.
However, you should make sure you have done everything you can to find the answer yourself, and that you ask good questions without wasting the time of people who can help you. Because if you do waste people's time, they won't want to continue helping you.
Here are some references that will help teach you how to find your own answers, and to ask good questions if you cannot find your own answer.
query { | |
repository(owner: "pivotaltracker", name: "tracker") { | |
refs(refPrefix: "refs/heads/", first: 100) { | |
totalCount | |
pageInfo { | |
hasNextPage | |
} | |
edges { | |
node { | |
name |