Anna Gavrilova

7 Followers
6 Following
19 Posts
Solopreneur | Web2 & Web3 | Matcha 🍵 lover | Ruby on Rails ♥️
Video to summaryhttps://voxweave.xyz
Twitterhttps://x.com/kotogavr
Bloghttps://kotogavr.vercel.app
Just found a good CSS library for your MVP 🫰
https://picocss.com/
Pico CSS • Minimal CSS Framework for semantic HTML

Minimalist and lightweight starter kit that prioritizes semantic syntax, making every HTML element responsive and elegant by default.

Pico CSS

I wrote a guide on how to set up #daisyui. The most elegant way.

It works even if you don’t have js in your #rails project.

https://kotogavr.vercel.app/blog/ruby-on-rails-daisyui-setup

Ruby on Rails DaisyUI Setup. The Most Elegant Way. Bonus: icons

Easily set up DaisyUI in your Rails project with my guide. Perfect for those who want to avoid unnecessary Node.js packages and maintain a clean interface written in Ruby. No need to install JavaScript at all. Enjoy a streamlined, efficient setup without the bloat.

Anna Gavrilova (@[email protected])

Attached: 1 image Did you know you can auto-fix Ruby code style with RuboCop right after generating files in Rails? Add this snippet to your application.rb file, and every time you generate a scaffold, model, etc., they will be auto-corrected. #RailsTip

Ruby.social

Did you know you can auto-fix Ruby code style with RuboCop right after generating files in Rails?

Add this snippet to your application.rb file, and every time you generate a scaffold, model, etc., they will be auto-corrected.

#RailsTip #rails #rubyonrails

UnoCSS for Ruby on Rails project. Bonus:icons

Learn how to effortlessly integrate UnoCSS into your Ruby on Rails project, elevating your web development with sleek design components.

instead of using #foreman, I started using #hivemind for rails.
it's faster, offers better logging, and requires 0 setup.

Learn more here: https://evilmartians.com/opensource/hivemind

P.S. Or maybe you are already using overmind. I'm curious, what use case does it cover for you?
##rails #rubyonrails

Hivemind at Evil Martians

Advanced Procfile-based process manager to run several processes from your Procfile in a single terminal.

evilmartians.com

I have MacBook and recently I switched from Alacritty terminal to iTerm2 in order to use nvim.

iTerm2 has tabs, splits and macOS native but still has phantom scrolling issues so I need to reopen the project every time it happens.

I definitely need to check if I can turn off this scrolling behavior but anyways, any terminal suggestions?

Working with Git can be so pleasing when you use vim 😊

Wrote an article about how to setup Ruby on Rails project from scratch with all necessary extensions and gems.

https://kotogavr.vercel.app/blog/best-workflow-to-create-ruby-on-rails-project

Best Workflow to Create a Ruby on Rails Project in VSCode

How to setup Ruby on Rails project (gems, setup tricks)