TKTushar Kumar Jaiswalinwebdevcohort2026.hashnode.dev·1d ago · 4 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat is Emmet Emmet is a shortcut tool that helps you to write code faster. Instead of typing the whole code , you type a short abbreviation and press Tab or Enter and it expands into complete code. E00
RSRuvarashe Shalom Nemarambainruva.hashnode.dev·2d ago · 6 min readBuild With Me: VS code themesOne of the most underrated parts of a developer's life is their environment. The editor theme, the laptop setup, the stickers, the desk, even the tiny details all contribute to making coding feel like00
DPDebanshu Panigrahiinblog.debanshupanigrahi.dev·1d ago · 3 min readPreview Your Project Inside VS Code with QuickServe (No More Context Switching)When you're building a web page, even small changes usually follow the same cycle: Save the file. Switch to your browser. Check the result. Switch back to VS Code. Repeat. Those constant window00
MSManu Shuklainecorpit.hashnode.dev·Jul 21 · 17 min readVS Code 1.129 agent host: the 6 settings platform teams must decide firstVS Code 1.129 agent host: the 6 settings platform teams must decide first Summary. VS Code 1.129 shipped on 15 July 2026, followed by patch 1.129.1, and it rearchitected how agent sessions run. Agents00
JJairaminthearchitectsmind.hashnode.dev·Jul 15 · 6 min readA Beginner’s Guide to Setting Up a Miniforge Conda Environment for Python in VS CodeIf you are learning Python, setting up your tools the right way makes everything easier. A clean environment keeps packages organized, avoids version conflicts, and helps you focus on learning instead00
WTWade Thomasinblog.northernrangedigital.com·Jul 14 · 5 min readThe Ansible Playbook that will Harden Your VPShttps://www.youtube.com/watch?v=vl8IW8F1mxA Introduction In this post I'm sharing 3 Ansible playbooks I use to manage my VPS servers. I won't go into great detail on tasks here — if you're new to Ans00
BKBrian Kinginsolodev.app·Jul 9 · 29 min readSystem Tools for Ubuntu Desktop.Abstract. This post describes how I set up my personal Ubuntu Desktop 24.04 LTS systems with essential applications and utilities. I cover software installations for system management, productivity, s10
BKBrian Kinginsolodev.app·Jul 8 · 4 min readInstalling Ruby & VS CodeAbstract. I document my process for installing Ruby and Visual Studio Code on my Ubuntu Desktop system. I cover the prerequisite system update, the installation commands, and the VS Code extensions an10
HBHilda Biendeinhilda-biende.hashnode.dev·Jun 26 · 5 min read Level Up Your Productivity: Automating Your Dev Workflow with VS Code and Git In our daily lives as developers, we spend most of our time solving complex problems. Yet, a significant portion of our day is often "eaten up" by repetitive tasks: juggling between windows, manually 00
TSThirumurthi Sinthirumurthi.hashnode.dev·Jun 20 · 2 min readVS Code configured with ollama LLM Model in Chat session running in localRecently VS code started supporting Any LLM Provider, for more info refer this video. With reference to the video, wanted to use the local ollama container with llama3.2 model in the VS code chat sess00