Curated list of episodes, bundled to help you on your learning path!
Videos of tech, infrastructure, hardware and software which non-instructional by nature.
Articles around software and tutorials.
Show your love and support while looking fancy.
Got a question or want to chat about a topic? Let's talk!
In this episode, we take a tour of what Kubernetes is, how to install and configure a local development instance, and deploying a sample application.
Save expensive calculation time using Rack::Attack, we will learn how to limit requests coming into our application. This gem not only limits requests, but can be used to blacklist or whitelist users as well.
Dragon Ruby is toolchain that allows developers the ability to build apps and games in Ruby.
Learn to use single table inheritance to allow multiple classes to be stored in the same database table.
ActionCable can handle quite a bit of traffic, but it gets to a point where it can become a burden on the server. With AnyCable, we can not only handle more traffic, but it is also lighter on the resources.
Extend your image upload functionality with JCrop. Learn to redirect the user to a crop page once they have uploaded their image and save versions of the cropped images.
Analytics can provide great information about your users and the content that you're producing. With using the Ahoy gem, we can gather powerful analytics without handing them over to third parties.
Using the Javascript Library, Signature Pad, learn how to capture user signatures and store them within your Ruby on Rails application.
When displaying a significant number of records, it is often a basic functions in a web application is to paginate the records and load them as requested.
Slack is a great application to keep in contact with friends, coworkers and a community. With bots, its capabilities are endless. In this episode, learn how to create a Slack Bot to interact with.