Szczepan Faber (@mockitoguy) 's Twitter Profile
Szczepan Faber

@mockitoguy

Scaling developer productivity at @AirbnbEng. Building commit-to-production pipeline. Creator of @MockitoJava. Core eng of @gradle 1.x and 2.x.

ID: 86306368

calendar_today30-10-2009 12:58:39

547 Tweet

1,1K Followers

55 Following

LinkedIn Engineering (@linkedineng) 's Twitter Profile Photo

Empathy, clear communication, and humility: three important soft skills for software engineering. Read more from our own MatrixTek on DevOps.com: devops.com/the-importance…

Szczepan Faber (@mockitoguy) 's Twitter Profile Photo

About to watch Daniel Pink live in our LinkedIn Engineering campus in Sunnyvale. I vividly remember "Drive" book and learning about the 3 key components of human motivation: Autonomy+Mastery+Purpose

Szczepan Faber (@mockitoguy) 's Twitter Profile Photo

Hey Cody AI. Congrats on launching enterprise support. Double checking something real quick: do you support GitHub Enterprise Server (self-hosted)?

Gradle (@gradle) 's Twitter Profile Photo

📅 MAR-13 #DPE Lowdown "How GitHub #Copilot does DPE with AI" 👇 gradle.com/dpe-lowdown/gi… This Lowdown features GitHub Copilot joined by Airbnb Engineering to describe the impact of AI on real-life developers! cc Java at Microsoft

Kent Beck 🌻 (@kentbeck) 's Twitter Profile Photo

If you were outraged on my behalf on reading Fear Leads to Anger facebook.com/notes/kent-bec…, consider it an opportunity to discover if that outrage was a primary or secondary emotion and, if secondary, what the primary emotion was & how you can inject logic.

Szczepan Faber (@mockitoguy) 's Twitter Profile Photo

In #Shipkit library, whenever we build new version, we automatically open PRs with version bumps to consuming projects. This way, we reduce the lead time of production deployment of a Java library. It's awesome! Next step: avoid proliferation of PRs: github.com/mockito/shipki…

Szczepan Faber (@mockitoguy) 's Twitter Profile Photo

"If you want to build a ship, don't drum up people to collect wood and don't assign them tasks and work, but rather teach them to long for the endless immensity of the sea" - Antoine de Saint-Exupery. Inspiring QCon San Francisco Software Development Conference talk about innovation and creativity: infoq.com/presentations/…

Szczepan Faber (@mockitoguy) 's Twitter Profile Photo

I love this feature of @intellijide! Thank you for reminding us about a quick way of testing regexp right there in our favorite IDE. x.com/ppvi/status/94…

Szczepan Faber (@mockitoguy) 's Twitter Profile Photo

Learning from Tony Robbins how to get the back to an early morning routine. After Xmas+NY break and traveling, I want to get back my early mornings!!! Happy 2018 everybody! youtube.com/watch?v=GL9Onm…

Szczepan Faber (@mockitoguy) 's Twitter Profile Photo

Fully automated pipeline: 1. Merged pull request -> 2. New version released -> 3. Pull requests with version bumps opened to the consuming projects -> 4. Waiting for their CI builds to complete -> 5. Merge! All automated. That's how it should be done.