Automation
Automation is the use of control systems and machines to perform tasks without human intervention, often to increase efficiency, quality and safety.
Awk
Awk is a powerful text-processing language that shines on the command line - perfect for filtering, formatting and analyzing data with minimal code.
AWS
AWS is Amazon's extensive cloud platform with hundreds of services for everything from compute and storage to AI and IoT.
AWS CloudFormation
AWS CloudFormation is an AWS service for defining, provisioning and managing cloud infrastructure as code, allowing you to treat whole sets of resources as a single unit.
AWS Lambda
AWS Lambda is Amazon’s serverless platform that lets you run code without managing servers - just upload your function and AWS handles the rest.
Azure
Microsoft Azure is Microsoft’s comprehensive cloud platform for building, running and managing applications globally.
Azure DevOps
A cloud-based Microsoft platform for CI/CD, version control, planning and collaboration packaged as a unified DevOps suite.
Azure Functions
Azure Functions is a serverless (FaaS) cloud service from Microsoft that lets you run code in response to events - without managing servers or infrastructure.
Azure Kubernetes Service
Azure Kubernetes Service (AKS) is a fully managed Kubernetes service from Microsoft Azure that simplifies deployment, management and scaling of containerized applications.
Azure Service Bus
Azure Service Bus is a cloud messaging service from Microsoft Azure that enables distributed applications to communicate reliably and asynchronously using queues and publish/subscribe patterns.
Bash
Bash is the command line's faithful companion - a powerful, scriptable shell that makes it easy to automate tasks on Unix-like systems.
Bicep
Bicep is a declarative language that makes it easier to define and manage infrastructure-as-code for Azure - a more readable alternative to ARM templates.
BigQuery
BigQuery is a serverless, fully managed data warehouse platform from Google that lets you run analytics on very large datasets without worrying about infrastructure.
Bitbucket
Bitbucket is a cloud-based Git hosting and collaboration service aimed at professional teams, with built-in CI/CD and integrations across the Atlassian ecosystem.
BizTalk
BizTalk Server is Microsoft’s legacy integration engine for connecting systems, automating business processes and handling B2B flows via adapters, orchestration and message handling - ideal when you need robust, transaction-safe on-prem integration, often in hybrid setups.
Blazor
Blazor is a modern web framework from Microsoft that lets you build interactive web UIs using C# and HTML instead of JavaScript.
Bryntum
Bryntum is a set of JavaScript libraries that provide advanced UI components for scheduling, project planning and data visualization - ideal for apps needing Gantt charts, calendars and scheduling.
Business Intelligence
Business Intelligence is an umbrella term for strategies, processes and techniques that turn data into insights for better business decisions.
C
C is the progenitor of programming languages - a powerful, low-level language that still powers everything from operating systems to embedded systems.
C#
C# is Microsoft’s elegant answer to modern programming needs - a versatile language that combines the power of the C-family with the flexibility of the .NET platform.