### AIs - **LLMs:** - [ChatGPT](https://github.com/openai) - [Gemini](https://www.google.com/search?q=gemini+ai) - [Deepseek](https://chat.deepseek.com/) - [Grok](https://grok.com/) - [Claude](https://claude.ai/) - **Logo generation:** - [Logo.com](https://logo.com/) - **Software Creation Platform** - [Replit](https://replit.com/) - [Lovable](https://lovable.dev/) - **IDEs:**: - [cursor](https://www.cursor.com/) ### Frontend - **Frameworks:** - [React](https://github.com/facebook/react) - [NextJS](https://nextjs.org/) - [Svelte](https://github.com/sveltejs/svelte) - **CSS Framework:** - [Tailwind](https://github.com/tailwindlabs/tailwindcss) - [Bootstrap](https://github.com/twbs/bootstrap) - **UI Libs:** - [Shadcn/ui](https://github.com/shadcn/ui) - [shadcn custom themes](https://ui.jln.dev/) - [shadcn custom themes](https://zippystarter.com/tools/shadcn-ui-theme-generator) - [shadcn form build](https://www.shadcn-form.com/) - [more shadcn ui blocks](https://www.shadcnui-blocks.com/components/pagination) - [tweakcn](https://tweakcn.com/) - [shadcn theme editor](https://shadcnstudio.com/theme-editor) - [Origin ui (more shadcn/ui components)](https://github.com/origin-space/originui) - [Radix ui](https://github.com/radix-ui/primitives) - [Tailwind Headlessui](https://github.com/tailwindlabs/headlessui) - [DaisyUI](https://daisyui.com/) - **Form:** - [React Hook Form](https://github.com/react-hook-form/react-hook-form) - **Schema/Form validation:** - [Zod](https://github.com/colinhacks/zod) - [Yup](https://github.com/jquense/yup) - **Requests:** - [Axios](https://github.com/axios/axios) - [TanStack Query](https://github.com/TanStack/query) - **Table:** - [TanStack Table](https://github.com/TanStack/table) - [Shadcdn Table](https://github.com/sadmann7/shadcn-table) - [AG Grid](https://github.com/ag-grid/ag-grid) - [Tw Table](https://github.com/vittxr/tw-table): I maintain this table and I am using it in some of my projects. - [MUI-Datatables](https://github.com/gregnb/mui-datatables) - [Datatables.net](https://github.com/DataTables/DataTables) - **State management:** - [Zustand](https://github.com/pmndrs/zustand) - **Conditional classes:** - [clsx](https://github.com/lukeed/clsx) - [classnames](https://github.com/JedWatson/classnames) - **File upload:** - [Filepond](https://github.com/pqina/filepond) - [Shadcdn file uploader](https://github.com/sadmann7/file-uploader) - **Dates:** - [DayJS](https://github.com/iamkun/dayjs) - **Charts:** - [Recharts](https://github.com/recharts/recharts) - **Drag and drop:** - [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd) - **Router:** - [TanStack Router](https://github.com/TanStack/router) - [React Router](https://github.com/remix-run/react-router) - **Toast:** - [React Toastify](https://github.com/fkhadra/react-toastify) - **Icons:** - [heroicons](https://github.com/tailwindlabs/heroicons) - [lucide-icons](https://github.com/lucide-icons/lucide) - [react-icons](https://github.com/react-icons/react-icons) - [devicons](https://devicon.dev/) - [feathericons](https://github.com/feathericons/feather) - **Tree/filesystem view**: - [react-arborist](https://github.com/brimdata/react-arborist) - **Performance tools:** - [react-scan](https://github.com/aidenybai/react-scan): check components rerenders - **Others:** - [TypeScript](https://github.com/microsoft/TypeScript) - [JavaScript](https://github.com/tc39) - [jQuery](https://github.com/jquery/jquery) - [Lodash](https://github.com/lodash/lodash) - [node]() - [npm]() - [yarn]() - [nvm](): manage multiples node versions. (I used only in windows, but it works in linux too) ### Mobile - **Frameworks:** - [Expo](https://github.com/expo/expo) - [React Native](https://github.com/facebook/react-native) ### Backend - **Frameworks:** - [FastAPI](https://github.com/tiangolo/fastapi) - [Flask](https://github.com/pallets/flask) - [Laravel](https://github.com/laravel/laravel) - [ExpressJS](https://github.com/expressjs/express) - **Python ORM:** - [SQLAlchemy](https://github.com/sqlalchemy/sqlalchemy) - [SQLModel](https://github.com/tiangolo/sqlmodel) - **Python SQL Drivers:** - [PyMySQL](https://github.com/PyMySQL/PyMySQL) - [mysql-connector-python](https://github.com/mysql/mysql-connector-python) - [psycopg](https://github.com/psycopg/psycopg) - **Python Validation/Transformation:** - [Pydantic](https://github.com/pydantic/pydantic): Python data validation - **Python Database migration:** - [Alembic](https://github.com/sqlalchemy/alembic) - [Flask-Migrate](https://github.com/miguelgrinberg/Flask-Migrate) - **Python type checker** - [pylance/pyright](https://github.com/microsoft/pylance-release) - [mypy](https://github.com/python/mypy): I prefer to use pyright. - **Python Linter & Formatters** - [ruff](https://docs.astral.sh/ruff/) - **JS/TS Validation/Transformation**: - [class-transformer](https://github.com/typestack/class-transformer) & [class-validator](https://github.com/typestack/class-validator/) - **API Testing** - [Postman](https://www.postman.com/) ### Databases - [MySQL/MariaDB](https://github.com/mysql/mysql-server) - [PostgreSQL](https://github.com/postgres/postgres) - [MongoDB](https://github.com/mongodb/mongo) - [SQLite](https://sqlite.org/index.html) - Util websites - [Draw SQL](https://drawsql.app/) ### Infra - **Clouds:** - [GCP (Google Cloud Platform)](https://cloud.google.com/) - [DigitalOcean](https://github.com/digitalocean) - [Heroku](https://github.com/heroku) - **Virtualization:** - [Docker](https://github.com/docker/docker-ce) - [Oracle VirtualBox](https://www.virtualbox.org/) - **HTTP Servers:** - [NGINX](https://github.com/nginx/nginx) - [Apache](https://github.com/apache/httpd) - **Applications management:** - [Supervisorctl](http://supervisord.org/): Python apps - [Systemd](https://systemd.io/) - [pm2](https://github.com/Unitech/pm2): NodeJS apps - **Firewall:** - [UFW](https://help.ubuntu.com/community/UFW) - [nmap - network mapper](https://flathub.org/pt-BR/apps/org.nmap.Zenmap) - check all opened ports of ip or domain - **Monitoring:** - [Sentry](https://github.com/getsentry/sentry): APM - [Wireshark](https://www.wireshark.org/): network traffic ### **Python package management** - [uv](https://github.com/astral-sh/uv) - [pip]() ### **JS package management** - [yarn]() - [npm]() ### **Data analysis** - [pandas](https://github.com/pandas-dev/pandas) - [numpy](https://github.com/numpy/numpy) - [qgis](https://www.qgis.org/): desktop app to analyze [prescription farming maps](https://www.automaticfarmsolution.com/post/how-prescription-maps-revolutionize-farming). ### Linux - **Distros**: - Debian - Fedora - Ubuntu - Linux mint - **Video screen record**: - [Obs Studio](https://flathub.org/en/apps/com.obsproject.Studio) - [SimpleScreenRecord](https://www.maartenbaert.be/simplescreenrecorder/) - **USB installation media (ISOs)**: - [Ventoy](https://github.com/ventoy/Ventoy) - how to use: https://www.youtube.com/watch?v=11CkqZQ3scE - [Balena Etcher](https://etcher.balena.io/#download-etcher) - [Rufus](https://github.com/pbatard/rufus) ### Low Code: - [n8n](https://n8n.io/) ### IDE - [cursor](https://www.cursor.com/) - [vscode](https://code.visualstudio.com/) - [pycharm](https://www.jetbrains.com/pycharm/) ### Others - **Versioning:** [Git/GitHub](https://github.com/git/git)