Fortran
Fortran, short for Formula Translation, is one of the earliest high-level programming languages, originally developed in the 1950s for scientific and engineering computations. It is designed for numeric computation, array processing, and high-performance computing, particularly in domains such as physics simulations, climate modeling, computational fluid dynamics, and large-scale engineering applications.
Express
Express, short for Express.js, is a minimal and flexible web application framework for JavaScript that provides a robust set of features for building web and mobile applications, APIs, and server-side solutions. It simplifies routing, middleware integration, and request handling, making it a popular choice for developing scalable server-side applications in Node.js environments.
Svelte
Svelte, short for Svelte Framework, is a modern JavaScript framework for building user interfaces and single-page applications (SPAs). Unlike traditional frameworks, Svelte shifts much of the work from the browser to the build step, compiling components into highly efficient JavaScript at build time. This approach eliminates the need for a virtual DOM and allows applications to run with minimal runtime overhead.
Xamarin
Xamarin, short for Xamarin.Forms, is a cross-platform framework for building native mobile applications using C# and the .NET ecosystem. It allows developers to write a single codebase that runs on iOS, Android, and Windows devices while providing access to native APIs, UI controls, and hardware features.
ASP.NET
ASP.NET, short for Active Server Pages .NET, is a web application and services framework from Microsoft used for building dynamic, data‑driven websites, APIs, and real‑time web applications that run on the .NET developer platform. You can install and begin developing with ASP.NET by downloading the free and cross‑platform .NET SDK, which includes tooling such as the command‑line `dotnet` tool and IDE support in editors like Visual Studio (Windows/macOS) or Visual Studio Code.