IBM Granite for Code models on Hugging Face are beneficial for developers, allowing seamless integration with VS Code. They support 116 programming languages and are available under an Apache 2.0 license.
CheatSheet: How to set up Java and Maven on macOS
This blog post provides a list of links to resources for setting up a Java development environment on MacOS.
CheatSheet: How to set up remote development with VS Code using SSH?
The blog post provides a short guide on accessing source code remotely with SSH using VS Code. It covers which of the Visual Studio Code extensions you should install, SSH configuration, connecting to the host, and using VS Code for remote development. The post also includes helpful tips and an example SSH configuration for a Raspberry Pi.
CheatSheet: How to ensure you use the right Python environment in VS Code interpreter settings?
This post covers to ensure you set the virtual environment for Python in VS Code using venv. It details creating and activating a Python venv, and ensuring it’s used in VS Code environments. The steps include opening the VS Code command palette, selecting an interpreter, and navigating to the pyvenv.cfg file.
How to debug the Javascript code of a Vue.js application using Visual Studio Code
This blog post is a short cheat sheet, how to setup Vue.js debugging in Visual Studio Code, when you run the application in a Chrome Browser. I used the example source code of the Cloud Native Starter project. If you debug a Vue.js application, you usually need two kinds of debugging. First debug and inspect the frontend page itself: such as Html, Css and so on. First debug and inspect the frontend page itself: such as Html, Css and so on. Second debug the logic of the Javascript code for the application.
Configure the attach debug for Quarkus in Visual Studio Code
How to simply organize workspaces and the debugging configuration separated from source code saved in GitHub and how to simply configure attach debug for Quarkus in Visual Studio Code
Create one Java Microservice with OpenLiberty and MicroProfile – made for beginners
Today I created a YouTube video, where I developed one Microservice. The level of content of that video is for beginners. The video was "live" recorded and I made some minimal editing and the video takes 18 min. The recoding is related to Java Microservices with MicroProfile and OpenLiberty in Visual Studio Code . The source code is available in... Continue Reading →
