RSSAmplifier

Blog

Anatoli Makarevich on web

makaroni4.comRSS feed ↗9 posts

Latest posts

Cross browser solution for styling broken images

Let's explore Vanilla JS cross browser solution for styling broken images.

Making a serverless incremental counter for a static webpage via Firebase

Let's explore the way of shipping a static page with some dynamic content that is synced between all users via Firebase.

img-lint: find heavy images in your project

How I built img-lint – a Ruby library that tracks heavy images in your project.

translation missing: en.blog_post.title

Always enable translation missing exceptions in Rails, so you don't have them on live website.

Meet Guitar Bro – open source browser game that helps you learn notes on guitar

This is a story of creating Guitar Bro – open source browser game that helps you learn notes on guitar.

How-tos survival

Let's parse some Youtube data of people watching online courses and apply some survival analysis.

How to tune a guitar with Ruby and FFT

Let's explore how FFT (Fast Fourier Transform) could be used in Ruby and try to tune a guitar.

Binary search with Ruby and TDD

Let's implement a binary search algorithm with Ruby in a TDD fashion, add a bunch of different implementations and benchmark them.

Benchmarking with Ruby

Let's explore benchmarking in the Ruby world