Fortran
Fortran is one of the oldest programming languages - far from retired. It remains a heavyweight in scientific computing and high‑performance applications.
FoxPro
FoxPro is a classic database‑driven programming language combining SQL‑like syntax with procedural programming - well suited for building fast, local business applications.
FPGA
An FPGA (Field‑Programmable Gate Array) is a reconfigurable integrated circuit that can be programmed on‑site to implement custom digital logic designs.
GAMS
GAMS is a powerful tool for formulating and solving optimization problems - from linear to nonlinear and mixed‑integer models - suited for complex models in economics, energy and logistics.
GIS
GIS is a system for collecting, managing, analyzing and visualizing geographic data tied to locations or areas.
Git
Git is a distributed version control system that is fast, efficient, and designed to handle projects from small to very large.
GitHub
GitHub is a web-based platform for version control and collaboration built around Git, where developers can host, share, and collaborate on code.
GitHub Actions
GitHub Actions is a CI/CD platform from GitHub that lets you automate your software pipelines directly in your repositories.
GitLab
A complete DevOps platform with built-in Git hosting, CI/CD, issue tracking, and security - available as a cloud service or self-hosted.
GitOps
GitOps is a workflow where a Git repository serves as the single source of truth for infrastructure and application configuration, and automated processes ensure the real state matches the declared state.
Go
Go is a fast, compiled language with built-in concurrency - ideal for building scalable, reliable systems with minimal fuss.
Google Cloud Platform
Google Cloud Platform (GCP) is Google's modular cloud platform offering infrastructure, platform, and serverless services for compute, storage, data analytics, and machine learning.
Gradle
Gradle is a powerful, open, and flexible build tool used to automate compiling, testing, packaging, and distributing software - with strong support for Java, Kotlin, and Android projects.
Grafana
Grafana is a powerful, cross-platform open source tool for monitoring, visualization, and alerting of data from a wide range of sources.
GraphQL
GraphQL is a powerful and flexible API language that lets clients request exactly the data they need - nothing more, nothing less.
Groovy
Groovy is a dynamic and flexible JVM language that combines Java's power with scripting convenience - great for quick scripts and expressive DSLs.
gRPC
gRPC is a high-performance, open source RPC framework from Google that enables fast inter-service communication across languages and platforms.
Hack
Hack is a PHP-like language with static typing, developed by Meta to combine rapid development with robust type checking.
Haskell
Haskell is a pure functional programming language with strong typing and lazy evaluation - ideal for those who enjoy mathematically elegant solutions and expressive code.
Haxe
Haxe is a powerful, strongly typed language with a twist - it lets you write one codebase and compile to many platforms, from JavaScript to C++ and Python.