Tutorials

How to Remove Unused CSS Classes from Tailwind CSS, Boostrap, and more with PurgeCSS
CSS frameworks like Tailwind, Bootstrap, Foundation, etc all come with many CSS classes you probably aren't using. This creates huge CSS files unless we use a tool like PurgeCSS to look through our code and remove the unused.



A Ruby gem to cache and verify the licenses of dependencies
Licensed caches the licenses of dependencies and checks their status.Licensed is available as a Ruby gem for Ruby environments, and as a self-contained executable for non-Ruby environments.Licensed is not a complete open source license compliance ...





Validate and Fix Ruby on Rails ActiveRecord PostgreSQL Data Integrity
Most Ruby developers work with Rails and Active Record for PostgreSQL database interactions. It provides a ton of magic and is simple to start with. Data integrity problems start creeping up once the code base and database structure gets older. In...