▶ A Branch in Time— An interesting 20 minute talk from Brighton Ruby (which next takes place in July 2019) that takes a high level, git-oriented look at how a codebase’s history can impact on its maintainability and best practices you can use to keep code maintainable, particularly when working on a project with others.
Tekin Süleyman
How I Got My First Pull Request into Rails— Or “How I found ways to participate in the Ruby community more, while working full time at a job with no allotted ‘OSS-time’”
Nick Schwaderer
Continuous Delivery on Modern Infrastructure - Run GoCD on Kubernetes— Model Docker-based build workflows more effectively with our GoCD Kubernetes integration. Run GoCD natively on Kubernetes, define your build workflow and let GoCD provision and scale build infrastructure on the fly.
Understanding Transducers in Ruby— More functional fun in Ruby with a look at transducers, which are “composable and efficient data transformation functions which don’t create intermediate collections.”
Try Vettery— Create a profile to connect with inspiring companies seeking Ruby devs.
Vettery
📘 Articles & Tutorials
Using Rails Session Cookies for API Authentication— Authenticating to a Rails API can be done many ways, but using session cookies provides the most vulnerability mitigation and the most baked in experience.
Keep Your API in Shape with API Blueprint— API Blueprint generates nice HTML docs from Markdown files and is capable of generating JSON Schema files for use in specs.