Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
The Good Rubyist Challenge
Search
Richard Schneeman
June 06, 2014
Programming
7
540
The Good Rubyist Challenge
Richard Schneeman
June 06, 2014
Tweet
Share
More Decks by Richard Schneeman
See All by Richard Schneeman
[RubyConf] Beware the Dreaded Dead End
schneems
1
320
[Kaigi] Beware the Dead End
schneems
0
130
Threads Aren't Evil
schneems
0
530
Bayes is BAE
schneems
0
3.4k
Testing the Untestable
schneems
1
710
SLOMO
schneems
2
970
Saving Sprockets
schneems
8
16k
Memory Leaks, Tweaks, and Techniques
schneems
1
180
Speed Science
schneems
20
36k
Other Decks in Programming
See All in Programming
AWS CDKにおけるL2 Constructの仕組み / aws-cdk-l2-construct
gotok365
4
930
RCPと宣言型ポリシーについてのお話し
kokitamura
2
140
JavaOne 2025: Advancing Java Profiling
jbachorik
1
310
Devin入門と最近のアップデートから見るDevinの進化 / Introduction to Devin and the Evolution of Devin as Seen in Recent Update
rkaga
7
3.4k
新卒から4年間、20年もののWebサービスと 向き合って学んだソフトウェア考古学
oguri
7
6.4k
php-fpm がリクエスト処理する仕組みを追う / Tracing-How-php-fpm-Handles-Requests
shin1x1
4
770
私の愛したLaravel 〜レールを超えたその先へ〜
kentaroutakeda
11
3.3k
AHC 044 混合整数計画ソルバー解法
kiri8128
0
290
PHPUnit 高速化テクニック / PHPUnit Speedup Techniques
pinkumohikan
1
1.1k
아직도 SOLID 를 '글'로만 알고 계신가요?
sh1mj1
0
350
AtCoder Heuristic First-step Vol.1 講義スライド(山登り法・焼きなまし法編)
takumi152
3
950
PHPのガベージコレクションを深掘りしよう
rinchoku
0
240
Featured
See All Featured
Optimizing for Happiness
mojombo
377
70k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.3k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.4k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
227
22k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.4k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
22
2.6k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
How to Think Like a Performance Engineer
csswizardry
22
1.4k
Six Lessons from altMBA
skipperchong
27
3.7k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
7
610
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
A Tale of Four Properties
chriscoyier
158
23k
Transcript
None
None
None
The Good Rubyist Challenge by Schneems
Challenge:
(verb) to invite someone to engage in a contest
To be a good Rubyist
You must best yourself
They Call me @Schneems
Ruby Schneems
Ruby Python
None
What would you say you “do” here?
Maintain buildpack
Handle Ruby ticket escalations
Open Source Software Contribution
Write and maintain docs
My spanish story
I’m here to deliver the truths!
First
Close your Laptops
Unless you’re commenting on rails/rails issues
How do you learn Ruby?
How do you learn Anything?
You must want to write Ruby
People do not want to use tools
People want to build
No one wants to Hammer
They want to build a house
They learn to use a tool to accomplish a goal
Adjunct Professor
Tired of lectures
timesHigherEducation.co.uk
news.yahoo.com
Speaking at conferences works Source: me
Learning requires a feedback cycle
Want Try Do Reflect
Most of learning focuses on the how
Focus on the “how-come”
Course time:
Does anyone know?
None
So Crates
Hated Lectures
Socratic Method
1. Find an Argument
“TDD Is DEAD
2. Make a challenge statement
Panda Schneems Used TDD Yesterday “
3. Change Statement to be true for challenge
TDD isn’t the only software development method “
4. Challenge the changed statement with a ???
Can you write good software without TDD? “
Repeat
Truth: a statement that holds up to all scrutiny
Socrates and the Oracle
Nope
Nope
Yup
“Socrates is the wisest man in Greece”
None
“Yeah, well that’s just like, your opinion
“the only person aware of his own ignorance”
Today, we will be Socrates
Become aware of our ignorance
Who here is a Great developer?
Who here is a Good developer?
Challenges of a good developer
Level 1 !
Read Ruby
None
None
Write Ruby
Online tutorials
None
Challenge: have a goal
Build the next Facebook for dogs
Build the next instagram for grandmas
Build the next whatsapp for wallabies
We don’t learn by doing
We learn by questioning what we’re doing
We learn by questioning what we’re doing
Sound Familiar?
When you have a goal you’re always asking:
How can I use this
Challenge: Be Weird
Write Ruby
Write a project just to throw it away
Put it on github anyway
Programmers are craftsman
Sharpen your skills through play
Level 2 !
Programmers are social
It’s true
Writing code is sharing logic
Challenge: share logic with humans
Join A Usergroup
Don’t forget
None
Austin on Rails: 2 presentations & “socilization practice”
Austin.rb 1 presentation & code kata
Who has ever done a code kata?
codeKata.com
Example: Find all anagrams in a sentence
Example: Convert roman numerals to integers
None
Doing katas with real people gives you new insight.
Doing katas with real people gives you new insight.
Impostor Syndrome
When you feel like you’re not a real programmer
I suffered this for 2 years before showing anyone code
Surprised to find out no one called me “stupid”
No one called me “stupid”
Other people made syntax mistakes too
None
After 5+ years of going to user groups
I’m worried I don’t have impostor syndrome anymore
Just kidding
Level 3 !
Who has ever:
Written Ruby code?
Keep hand raised if you’ve:
Opened an issue on an OSS repo (a PR counts)
Submitted a pull request to an open source library?
Had a pull request accepted
Had a pull request accepted
Challenge: Give Forwards to open source
A good rubyist makes the future better
How do you help?
Open issues when you find bugs
Include: version numbers
Include: Expected behavior
Include: Actual behavior
Include: Reproduction instructions
Read issues
How many issues are open on rails/ rails now?
600+
Challenge: Write comments on issues
How?
CodeTriage .com
Challenge: Comment on an issue
Challenge: Write docs for a Repo
How?
DocsDoctor .org
None
Reading docs
Writing comments
The path to OSS core is paved with issues and
docs
Disastrous consequences
You’ll become a better developer
You’ll learn things you never knew about your tools
Even if you’re not ready today
At bare minimum
Click
Pick
Send them <3
Even OSS developers get impostor syndrome
Giving developer love turns into OSS code
Be greedy: Give to your future self
My entire salary for the has come from working on
OSS software
Level 4 !
Bet you thought I was done
What comes after being a good Rubyist?
Rust?
Go?
Node?
Swift?
Nope
There’s no need to leave Ruby to work with other
languages
Challenge: Learn how Ruby works
None
Challenge: Contribute to Ruby (ask @Zzak)
It doesn’t even have to be MRI
None
None
Level 42 !
Let’s ask ourselves
Can we be better Ruby programmers ?
Can I challenge myself today?
You can never know it all
By following the pursuit
We’re all good Rubyists
Questions @schneems