Roastidio.us Blog

Search in Roastidio.us 7 min read

roastidious

Roastidio.us recently gained full text search capabilities! We can't challenge Google (yet), but now you can find interesting contents curated by you and your fellow roasters, from within Roastidio.us.

Read more →

The perfect sidekick to Roastidio.us 6 min read

roastidious

Roastidio.us lets you leave comments on any blog posts, news articles, podcasts, as long as they are publicly accessible. However, where do you get those interesting links that you want to visit, and possibly roast? You can hunt down hundreds of websites, or you can see what is trending on social networks. The former will waste your time and the latter will blind your sights. AirSS will help you..

Read more →

Modal is considered harmful 10 min read

web

Modal is a way to mimic a pop-up window in a webpage. Instead of a real native pop-up with all the annoying nature in it, a modal is implemented with HTML/CSS/Javascript, so it is actually just a part of the page, and only looks like a modal dialog. They are everywhere; but do they really make sense now?

Read more →

How to write Javascript like Elixir 17 min read

web

Javascript has a concurrent programming model that centers around promises, async functions and the await primitive. However, I want to use the conceptually simpler and more robust actor model that is widely used in the Elixir/Erlang world. Can I do it? Let's find out.

Read more →

Hotwire Turbo Experience 21 min read

web

Turbo is a new way to communicate between the javascript client side and the serverside, developed by the great folks at Basecamp. This blog post is a summary of my brief experience with Turbo

Read more →