Languages
TypeScript
Typed superset of JavaScript, preferred for any front-end codebase.
Ruby
Still my favorite back-end tool for fast, expressive development.
Crystal
Ruby-inspired compiled language, fun and fast for microservices.
Python
Used mostly for scripting and scientific work.
Frameworks
Svelte + SvelteKit
My preferred front-end framework. Fast, elegant and close to the metal.
React + Next
Used for large-scale client apps. Familiar and solid.
Ruby on Rails
Perfect for fast prototyping and durable monoliths.
Tailwind
Utility-first CSS for scalable UI design.

Tests
RSpec
Main test framework for all Rails apps.
Playwright
Preferred for E2E tests, especially with modern web stacks.
Storybook
Used for component-driven development in React or Svelte.
Vitest
Unit testing tool integrated with Vite.
Other
HTML
The base. Treated with care.
CSS (and derivatives)
Still write native CSS, sometimes PostCSS. Avoids SCSS bloat.
Git
Daily use. Also good Git hygiene.
PostgreSQL
Reliable and powerful. Always my default DB.