Ideas para configurar un entorno de desarrollo

3 views
Skip to first unread message

Carlos Admirador

unread,
Jul 20, 2022, 10:14:37 AM7/20/22
to AltNet-Hispano

Kiquenet

unread,
Jan 7, 2026, 9:51:38 AM (6 days ago) Jan 7
to AltNet-Hispano
Alguna The Ultimate Guide to Setting Up a Windows 11 Web Development Environment ?

usan Windows Sandbox ?

WSL 
remote development in WSL?
Windows and the subsystem Ubuntu are running on 2 different file systems no matter how seamlessly WSL looks:

All the Windows drives will be mounted under /mnt/ folder in WSL.
All the localhost ports will be forwarded without extra configurations.

git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager.exe"
VS Code in Windows: \\wsl.localhost\Ubuntu\home\boris\Projects

Essential Extensions para VSCode🔌

Live Server: Launch a local development server with live reload.
Prettier: Code formatter for consistent style.
ESLint: Integrate ESLint for JavaScript linting.
GitLens: Enhance Git capabilities within VS Code.
Docker: Support for Docker files.
Bracket Pair Colorizer 2: Color matching brackets.
Path Intellisense: Autocomplete filenames.
vscode-icons: Enrich the file explorer with icons.
Remote - SSH: Connect to remote servers via SSH.
Thunder Client: Lightweight REST API client.


Shell with Zsh and Oh My Zsh ?



Database Tools
MySQL Workbench: Visual tool for MySQL databases.
pgAdmin: Feature-rich PostgreSQL administration tool.
MongoDB Compass: GUI for MongoDB.

Virtualization Tools
VirtualBox: Open-source virtualization software.
Vagrant: Manage and configure virtual machine environments.

API Testing Tools
Postman: Powerful API testing tool.
Insomnia: REST API client with GraphQL support.

Version Control Systems
GitKraken: Cross-platform Git client.
SourceTree: Visual Git and Mercurial client.

Browser Extensions for Developers 🌐
Enhance your web development workflow with these browser extensions.

React Developer Tools: Inspect React component hierarchy.
Redux DevTools: Debug Redux state changes.
Vue.js devtools: Inspect Vue components.
Angular DevTools: Debug Angular applications.
Svelte DevTools: Debug Svelte applications.
Postman Interceptor: Capture and send HTTP requests.
JSON Viewer: Format JSON data.
ColorZilla: Advanced color picker.
WhatFont: Identify fonts on web pages.
Wappalyzer: Identify technologies used on websites.
Lighthouse: Audit web apps for performance and accessibility.


Productivity Tools ⚙️
Boost your productivity with these applications.

Microsoft PowerToys: Utilities like FancyZones, PowerRename, and more.
Windows Terminal: Advanced terminal application.
AutoHotkey: Automate repetitive tasks.
WSLtty: Alternative terminal for WSL.
Notion: Note-taking and project management.
Obsidian: Powerful knowledge base on top of a local folder of plain text Markdown files.
Figma: Collaborative design tool.
Slack: Team communication platform.
Microsoft Teams: Collaboration and communication.
Todoist: Task management.
RescueTime: Personal analytics service.




Kiquenet

unread,
Jan 7, 2026, 10:01:02 AM (6 days ago) Jan 7
to AltNet-Hispano
Han usado:

Microsoft Dev Box ?

Activar Dev Drive (NTFS optimizado para desarrollo) ?

Habilitar Virtualization-Based Security (VBS) para entornos seguros ?

WinGet Configuration (DSC) ?





Reply all
Reply to author
Forward
0 new messages