﻿# Gear

> The hardware, editors, tools and AI assistants László Nemes works with day to day.

Source: https://laszlonemes.com/gear · Author: László Nemes

My toolbox. Software and hardware I use daily for development, research, and everything in between.

## Setup

- ![MacBook Pro M3](https://laszlonemes.com/assets/img/gear/apple.svg)
  
  **MacBook Pro M3**
  
  Apple M3 Pro chip, 36GB unified memory, Liquid Retina XDR display. Great for .NET, Angular, and full-stack development with excellent battery life on the go.
  
  Link: https://www.apple.com/macbook-pro/
- ![Razer Blade 14](https://laszlonemes.com/assets/img/gear/razer.svg)
  
  **Razer Blade 14**
  
  AMD Ryzen 9 6900HX with Radeon Graphics, NVIDIA RTX 3060, 16GB DDR5 RAM, 14-inch Full HD 144 Hz display. Compact and powerful for development, gaming, and Windows-native tooling.
  
  Link: https://www.razer.com/gaming-laptops/razer-blade-14
- ![Ubuntu PC — Dual GTX 1080](https://laszlonemes.com/assets/img/gear/ubuntu.svg)
  
  **Ubuntu PC — Dual GTX 1080**
  
  Custom build with two NVIDIA GTX 1080s. Used for ML training, Docker workloads, and heavy compute.
  
  Link: https://ubuntu.com/

## Apps

### IDEs

- ![Visual Studio 2026 Enterprise](https://laszlonemes.com/assets/img/gear/visualstudio.svg)
  
  **Visual Studio 2026 Enterprise**
  
  Full-featured IDE for .NET, C#, and large-scale enterprise development.
  
  Link: https://visualstudio.microsoft.com/
- ![IntelliJ IDEA](https://laszlonemes.com/assets/img/gear/intellijidea.svg)
  
  **IntelliJ IDEA**
  
  JetBrains IDE for Java and Spring Boot projects.
  
  Link: https://www.jetbrains.com/idea/
- ![PyCharm](https://laszlonemes.com/assets/img/gear/pycharm.svg)
  
  **PyCharm**
  
  Python IDE for ML experiments, data science, and scripting.
  
  Link: https://www.jetbrains.com/pycharm/
- ![NetBeans](https://laszlonemes.com/assets/img/gear/apachenetbeans.svg)
  
  **NetBeans**
  
  Apache IDE used for Java SE/EE and educational projects.
  
  Link: https://netbeans.apache.org/

### Editors

- ![VS Code](https://laszlonemes.com/assets/img/gear/visualstudiocode.svg)
  
  **VS Code**
  
  Visual Studio Code — Lightweight, extensible code editor. Great for quick edits and frontend work.
  
  Link: https://code.visualstudio.com/
- ![Notepad++](https://laszlonemes.com/assets/img/gear/notepadplusplus.svg)
  
  **Notepad++**
  
  Fast, lightweight text editor for quick file edits and log inspection.
  
  Link: https://notepad-plus-plus.org/
- ![Sublime Text](https://laszlonemes.com/assets/img/gear/sublimetext.svg)
  
  **Sublime Text**
  
  Sophisticated text editor for code, markup, and prose. Fast and feature-rich.
  
  Link: https://www.sublimetext.com/

### Database

- ![DataGrip](https://laszlonemes.com/assets/img/gear/datagrip.svg)
  
  **DataGrip**
  
  Database IDE for querying and managing MSSQL, PostgreSQL, MySQL, and more.
  
  Link: https://www.jetbrains.com/datagrip/
- ![SSMS](https://laszlonemes.com/assets/img/gear/microsoftsqlserver.svg)
  
  **SSMS**
  
  SQL Server Management Studio — Microsoft's tool for managing SQL Server instances and databases.
  
  Link: https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms
- ![DBeaver](https://laszlonemes.com/assets/img/gear/dbeaver.svg)
  
  **DBeaver**
  
  Universal database tool supporting virtually every database engine.
  
  Link: https://dbeaver.io/

### DevOps & Cloud

- ![Docker Desktop](https://laszlonemes.com/assets/img/gear/docker.svg)
  
  **Docker Desktop**
  
  Containerization platform for building, shipping, and running applications.
  
  Link: https://www.docker.com/products/docker-desktop/
- ![Microsoft Azure Storage Explorer](https://laszlonemes.com/assets/img/gear/microsoftazure.svg)
  
  **Microsoft Azure Storage Explorer**
  
  GUI for managing Azure Blob, Queue, Table, and File storage.
  
  Link: https://azure.microsoft.com/en-us/products/storage/storage-explorer

### API & Debugging

- ![Postman](https://laszlonemes.com/assets/img/gear/postman.svg)
  
  **Postman**
  
  API testing and development platform for building and debugging REST APIs.
  
  Link: https://www.postman.com/
- ![Fiddler](https://laszlonemes.com/assets/img/gear/fiddler.svg)
  
  **Fiddler**
  
  Web debugging proxy for inspecting HTTP/HTTPS traffic and testing APIs.
  
  Link: https://www.telerik.com/fiddler

### Agentic Tools

- ![Ollama](https://laszlonemes.com/assets/img/gear/ollama.svg)
  
  **Ollama**
  
  Run large language models locally. Great for offline AI experimentation.
  
  Link: https://ollama.com/
- ![Claude Code](https://laszlonemes.com/assets/img/gear/anthropic.svg)
  
  **Claude Code**
  
  Anthropic's agentic coding tool. Terminal-based AI pair programmer for complex tasks.
  
  Link: https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview
- ![Copilot CLI](https://laszlonemes.com/assets/img/gear/githubcopilot.svg)
  
  **Copilot CLI**
  
  GitHub's AI-powered CLI assistant for terminal workflows, code generation, and repo management.
  
  Link: https://github.com/features/copilot/cli
