Vipul Murumkarvipul06.hashnode.dev·Feb 17, 2025Installing VS Code on Windows 10/11For installing VS Code on your computer, follow the steps below based on the OS - Step 1) Visit - “VS Code official download page“ Step 2) Click on “Windows” option, to start the download of the .exe file -”VSCodeUserSetup-x64-1.97.2.exe” Step 3) On...vscode
Vivekheyvivek.com·Feb 12, 2025🚀 My Journey from MacOS to Linux: Freedom, Tweaks, and the Joy of Making It Mine 🐧Five years ago, I made the big switch from Windows to Mac, and I absolutely loved the experience! Everything felt smooth, sleek, and well-integrated—like stepping into a perfectly curated tech bubble. But, if there’s one thing about me, it’s my const...21 likes·150 readsLinux
Vivekheyvivek.com·Feb 9, 2025How I Created My Own Little Notes App for My New Linux System ✍️🐧Recently, I made the switch from macOS to Linux—Ubuntu to be specific—and it’s been a fun ride so far. One thing I love about Linux is the freedom to customize everything to fit my workflow. So, instead of searching for the perfect notes app, I thoug...20 likes·204 readsmac-to-linux
T Prayagt-prayag.hashnode.dev·Jan 31, 2025Deepsake - An AI ExtensionIf you're in the tech world, you've probably heard about the Deepsake model. If not, you might be missing out! 😅 The Deepsake R1 model is open-source, which means we can run it locally and avoid sending sensitive data to the parent company. But why ...DeepSeekR1
Rich Buggyrichdevelops.dev·Jan 30, 2025VS Code Custom Labels for NextJSAre you tired of having every tab in your VS Code showing page.js or page.tsx as the filename? Consistent naming patterns can make software development easier. If you're using NextJS with the app router then you can easily locate the file rendering a...1 likeVS Code
Rudresh Ozarudreshoza98.hashnode.dev·Jan 29, 2025How to setup DeepSeek-Coder easily for free localGreat news! You can now access DeepSeek Coder directly in your code editor (VS Code, WebStorm, Cursor).The DeepSeek Coder (MIT certified) model is designed specifically for data structures and coding, offering targeted suggestions to save you time an...73 readsDeepseek
Rajratan Gaikwadrajratangaikwad.hashnode.dev·Jan 28, 2025Setting Up a Python-Ready DevOps EnvironmentWelcome back, folks! Here we are again, ready to cook up something exciting. If you caught the last blog, you already know why Python is our weapon of choice for this DevOps Voyage. Today, we’re stepping it up a notch—rolling up our sleeves to set up...PythonDevops
Navneet KarnaniforMandrakeTech Blogblog.mandraketech.in·Jan 24, 2025VSCode DevContainer for Python ProgrammersIn today's article, we will explore how to set up a VSCode devcontainer for Python programmers. We will cover the basics of what is a devcontainer and why it's useful, how to create one, and some tips on how to use it effectively. What is a DevContai...devcontainers
Wilford Gonzales30daysdevopschallenge.hashnode.dev·Jan 24, 202530 Days DevOps Challenge - NBA Game Schedule Notification#Week1-Day2 #DevOpsAllStarsChallenge Automating NBA Game Schedule Notifications with Azure Services In this blog post, we'll create a Python function app that requests NBA game schedules from SportsDataIO.io, sends the data to an Azure Service Bus to...Azure
Animesh PathakforKeploy Community Blogkeploy.hashnode.dev·Jan 23, 2025How to Use JUnit on VS Code: A Comprehensive GuideJava developers love JUnit for its simplicity and power in unit testing. As a trusted testing framework, JUnit has become the backbone of many testing strategies. But with the rise of lightweight and flexible editors like Visual Studio Code (VS Code)...junit