Jonathan Tavares
jtavares
Senior Web Developer
|
Singular.
3 points
Tools jtavares is Following
Node.js
nodejs.org
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for d...
MySQL
mysql.com
The MySQL software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Langu...
MongoDB
mongodb.com
MongoDB stores data in JSON-like documents that can vary in structure, offering a dynamic, flexible schema....
TypeScript
typescriptlang.org
TypeScript is a language for application-scale JavaScript development. It's a typed superset of JavaScript ...
ESLint
eslint.org
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain ...
Next.js
nextjs.org
Next.js is a minimalistic framework for server-rendered React applications.
Prettier
prettier.io
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-print...
Prisma
prisma.io
Prisma is an open-source database toolkit. It replaces traditional ORMs and makes database access easy with...
NestJS
nestjs.com
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive ...
Bull
github.com/OptimalBits/bull
The fastest, most reliable, Redis-based queue for Node. Carefully written for rock solid stability and at...
Storybook
storybook.js.org
It is an open source tool for developing UI components in isolation for React, Vue, and Angular. It makes b...
Vite
vitejs.dev
It is an opinionated web dev build tool that serves your code via native ES Module imports during dev and b...
React Query
react-query.tanstack.com
Instead of writing reducers, caching logic, timers, retry logic, complex async/await scripting (I could kee...
Vitest
vitest.dev
It is a blazing fast unit test framework powered by Vite. It aims to position itself as the Test Runner of ...
tRPC
trpc.io
It allows you to easily build & consume fully typesafe APIs without schemas or code generation. It is well-...