-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b58467
commit c573f66
Showing
13 changed files
with
264 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
title: EuRuKo 2024 | Speakers | Kasper Timm Hansen | ||
permalink: /speakers/kasper_timm_hansen | ||
layout: page | ||
--- | ||
<main class="content"> | ||
<section class="section section--basic"> | ||
<div class="section__content"> | ||
<div class="cards mb--2"> | ||
<div class="cards__item col--1-4 col--md-1-2 col--sm-100"> | ||
<div class="card card--speaker"> | ||
<a href="https://x.com/kaspth" target="_blank"> | ||
<div class="card__image" style="background-image: url('/assets/images/speakers/kasper.jpeg');"> | ||
</div> | ||
</a> | ||
<div class="card__body"> | ||
<ul class="card__socials"> | ||
<li class="card__socials__item"> | ||
<a href="https://x.com/kaspth" target="_blank" class="card__socials__link for-twitter"></a> | ||
</li> | ||
</ul> | ||
<h4 class="card__name">Kasper Timm Hansen</h4> | ||
<p class="card__note text--bold">Talk: How to Break into Reading Open Source</p> | ||
<p class="card__note">Former Rails core (2016-2022), now Rails consulting.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<article class="section__article mb--2"> | ||
<div class="col--100"> | ||
<h3 class="section__article__title has-dot">How to Break into Reading Open Source</h3> | ||
<p class="section__article__text mb--2"> | ||
There's a treasure trove of code that you could learn from hiding in plain sight: Open Source. | ||
</p> | ||
<p class="section__article__text mb--2"> | ||
By reading other people's code you can pick up new tricks, names, and concepts — and apply them to your code. You can even be exposed to things you'd never think of. | ||
</p> | ||
<p class="section__article__text mb--2"> | ||
Join this session to see how I've read code to grow my skills and have the process demystified for you. You'll walk away knowing how to start breaking into even the gnarliest codebases. | ||
</p> | ||
</div> | ||
</article> | ||
<article class="section__article mb--8"> | ||
<div class="col--100"> | ||
<h3 class="section__article__title has-dot">Bio</h3> | ||
<p class="section__article__text mb--2"> | ||
Kasper is a Rails consultant with a strong focus on proper Domain Modeling using his riffing approach. He was on the Rails core team for 6 years where he contributed several major features & reviewed & merged over 1000 contributor PRs. Kasper's still involved in Open Source with his own gems that take Rails further. | ||
</p> | ||
</div> | ||
</article> | ||
</div> | ||
<div class="text--align-center"> | ||
<a href="/all_speakers" class="button button--secondary"> | ||
View all Speakers | ||
</a> | ||
<a href="https://ti.to/european-ruby-konferenz/2024" target="_blank" class="button button--secondary"> | ||
Buy a Ticket | ||
</a> | ||
</div> | ||
</section> | ||
</main> |
Oops, something went wrong.