---
description: Tech I love, use daily, and am currently learning.
heading: Uses
keywords:
  - tech stack
  - tools
  - uses
  - typescript
  - react
  - astro
title: Uses | Jimmy Guzman Moreno
---

What I use to build software, from the tools on my desk to the technologies I play with.

- **Editor** - [VS Code](https://code.visualstudio.com/) or [IntelliJ IDEA](https://www.jetbrains.com/idea/), trying [Zed](https://zed.dev/) and [Cursor](https://cursor.com/)
- **Terminal** - [Ghostty](https://ghostty.org/) with [Starship](https://starship.rs/)
- **AI Coding Agent** - [OpenCode](https://opencode.ai/)
- **Laptop** - MacBook Pro 16" M4 Max, 128GB RAM, 4TB SSD
- **Keyboard** - HHKB Professional HYBRID Type-S
- **Mouse** - Logitech MX Master 3S

## Languages

| Technology | Usage |
|---|---|
| [TypeScript](https://www.typescriptlang.org/) | Daily |
| [Kotlin](https://kotlinlang.org/) | Daily |
| [Rust](https://www.rust-lang.org/) | Learning |
| [Go](https://go.dev/) | Learning |

## Runtimes

| Technology | Usage |
|---|---|
| [Node.js](https://nodejs.org/) | Daily |
| [Bun](https://bun.sh/) | Love |

## Full Stack

| Technology | Usage |
|---|---|
| [Next.js](https://nextjs.org/) | Daily |
| [TanStack Start](https://tanstack.com/start) | Daily |
| [Astro](https://astro.build/) | Daily |
| [Zod](https://zod.dev/) | Daily |
| [Better Auth](https://better-auth.com/) | Love |
| [tTRPC](https://trpc.io/) | Love |
| [Nuxt](https://nuxt.com/) | Love |

## Frontend

| Technology | Usage |
|---|---|
| [React](https://react.dev/) | Daily |
| [TanStack Query](https://tanstack.com/query) | Daily |
| [TanStack Table](https://tanstack.com/table) | Daily |
| [TailwindCSS](https://tailwindcss.com/) | Daily |
| [shadcn/ui](https://ui.shadcn.com/) | Daily |
| [daisyUI](https://daisyui.com/) | Daily |
| [Zustand](https://zustand.docs.pmnd.rs/) | Daily |
| [React Hook Form](https://react-hook-form.com/) | Daily |
| [Vue](https://vuejs.org/) | Love |
| [SWR](https://swr.vercel.app//) | Love |
| [React Router](https://reactrouter.com/) | Fluent |
| [Redux](https://redux.js.org/) | Fluent |

## Tooling

| Technology | Usage |
|---|---|
| [Vite](https://vite.dev/) | Daily |
| [Vitest](https://vitest.dev/) | Daily |
| [Playwright](https://playwright.dev/) | Daily |
| [MSW](https://mswjs.io/) | Daily |
| [Turborepo](https://turbo.build/repo/docs) | Daily |
| [NX](https://nx.dev/) | Daily |
| [Gradle](https://gradle.org/) | Daily |
| [Storybook](https://storybook.js.org/) | Daily |
| [Biome](https://biomejs.dev/) | Love |
| [OXC](https://oxc.rs/) | Love |
| [Jest](https://jestjs.io/) | Fluent |
| [ESLint](https://eslint.org/) | Fluent |
| [webpack](https://webpack.js.org/) | Fluent |

## Backend

| Technology | Usage |
|---|---|
| [Hono](https://hono.dev/) | Daily |
| [Fastify](https://fastify.dev/) | Daily |
| [Effect](https://effect.website/) | Daily |
| [Ktor](https://ktor.io/) | Daily |
| [GraphQL](https://graphql.org/) | Daily |
| [PostgreSQL](https://www.postgresql.org/) | Daily |
| [Prisma](https://www.prisma.io/) | Daily |
| [Redis](https://redis.io/) | Daily |
| [Kafka](https://kafka.apache.org/) | Daily |
| [SQLite](https://www.sqlite.org/) | Daily |
| [Elysia](https://elysiajs.com/) | Love |
| [Drizzle](https://orm.drizzle.team/) | Love |
| [Neon](https://neon.tech/) | Love |
| [Turso](https://turso.tech/) | Love |
| [Express](https://expressjs.com/) | Fluent |

## Infrastructure

| Technology | Usage |
|---|---|
| [Kubernetes](https://kubernetes.io/) | Daily |
| [Grafana](https://grafana.com/) | Daily |
| [OpenTelemetry](https://opentelemetry.io/) | Daily |
| [Docker](https://docker.com/) | Daily |
| [GitHub Actions](https://github.com/features/actions) | Daily |
| [Cloudflare Workers](https://workers.cloudflare.com/) | Love |

## AI

| Technology | Usage |
|---|---|
| [OpenAI SDK](https://platform.openai.com/) | Daily |
| [Anthropic SDK](https://www.anthropic.com/) | Daily |
| [Ollama](https://ollama.com/) | Learning |
| [LangChain](https://langchain.com/) | Learning |