PSPRABHAT SHRESTHAinprastha.hashnode.dev·Nov 4, 2025 · 2 min readInstall MinGW-w64 on Windows 11 (2025 November)AT First When I usually program in C++, I use Visual Studio Community. It’s free for personal use, and I really like that you can set breakpoints with the F9 key and press F5 to automatically build and run your program. Visual Studio Community is an ...00
PSPRABHAT SHRESTHAinprastha.hashnode.dev·Jan 3, 2025 · 4 min readJava Spring basic contentsJava Spring is a comprehensive framework for building enterprise-level applications in Java. Below is a breakdown of its basic contents and components: 1. Core Concepts Inversion of Control (IoC): This is the fundamental principle of Spring. It refe...00
PSPRABHAT SHRESTHAinprastha.hashnode.dev·Sep 29, 2024 · 2 min readInstall Ubuntu on WSL 2WSL2 (Windows Subsystem for Linux 2) is a compatibility layer allowing users to run a full Linux kernel and native Linux applications on Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11. Install WSL command Run PowerShell or...00