VS Code

wxWidgets with C++ on Linux
| |

wxWidgets with C++ on Linux

In this post, we will take the steps of installing and starting using wxWidgets libraries. Actually, we will take the source code of the officially provided “Hello World” program and will go step-by-step through it. Finally, as a ‘bonus’ we will see how we can set up VS Code with the minimum necessary settings for starting working with C++ and wxWidgets.

VS Code – Setting it up as your Java Spring Boot Development Environment
| |

VS Code – Setting it up as your Java Spring Boot Development Environment

VS Code is an awesome IDE from Microsoft, recognized as one of the best dev tools by developers’ communities worldwide. Spring Boot on the other hand is also a flag-ship framework for Java, that has been widely acknowledged by all developers as a heavy-duty tool for Java development projects. In this post, we will take the steps to see how we can set up our Spring Boot development environment, based on VS Code.