Cross browser solution for styling broken images
Let's explore Vanilla JS cross browser solution for styling broken images.
Let's explore Vanilla JS cross browser solution for styling broken images.
Let's explore the way of shipping a static page with some dynamic content that is synced between all users via Firebase.
How I built img-lint – a Ruby library that tracks heavy images in your project.
Always enable translation missing exceptions in Rails, so you don't have them on live website.
This is a story of creating Guitar Bro – open source browser game that helps you learn notes on guitar.
Let's parse some Youtube data of people watching online courses and apply some survival analysis.
Let's explore how FFT (Fast Fourier Transform) could be used in Ruby and try to tune a guitar.
Let's implement a binary search algorithm with Ruby in a TDD fashion, add a bunch of different implementations and benchmark them.
Let's explore benchmarking in the Ruby world