8 followers
Sharing knowledge and ❤️.
🚀 Launching Avo into the world! - 🥑 A beautiful, easy-to-use Ruby on Rails admin framework.
This weekend was all about fixing a performance bug on Avo. Background Avo does a lot of meta-programming and its goal is to be as extendable as possible in the most uniform way. Because of that, we use a lot of partials in our rendered pages, keepin...
Yesterday, during my regular Avo coding sessions I ran into a strange-looking bug. Context I created a View Component names ResourceShow inside which I used a helper a_link that renders a button-looking link using a helper and a regular Rails part...
I love extensions that make my life easy. It's like having a superpower! Here are a few that I found in the VS Marketplace, along with my keyboard shortcuts configuration. 1. Peacock by John Papa Subtly change the workspace color of your workspac...
I mentioned in a tweet that package managers should have an "is testable" field for owners to fill. I felt the urge to publish that tweet after trying to test my code's functionality by mocking a response coming from a package. This package was mak...