Delphi
Delphi is a powerful visual programming language based on Object Pascal, ideal for quickly building native apps for Windows, macOS, iOS, Android, and Linux.
DevOps
A cultural philosophy and practice that combines software development and operations to speed delivery and improve quality.
DevSecOps
DevSecOps is a way of working that integrates security as a natural part of development and operations-so that "dev", "sec" and "ops" collaborate from start to finish.
Django
Django is a high-level, open-source web framework for Python that makes it easy and fast to build robust web applications with a clean, pragmatic approach.
Docker
Docker is a platform for packaging, distributing and running applications in isolated containers in a consistent way.
Domain-Driven Design
A software architecture and design approach that models code around the business domain, with clear context boundaries and shared terminology.
DynamoDB
A fast, serverless NoSQL database from AWS that scales globally with millisecond latency.
Eiffel
Eiffel is an object-oriented language focused on robust, reliable software, known for its "Design by Contract" approach.
Elasticsearch
Elasticsearch is a distributed search and analytics engine built on Apache Lucene that handles JSON documents in real time with high performance and scalability.
Elixir
Elixir is a functional, dynamic language built on the Erlang VM, well suited for building scalable, distributed and fault‑tolerant systems with a modern developer experience.
Elm
Elm is a functional language that compiles to JavaScript and focuses on building robust, error‑free web applications using clear architecture and a strong type system.
Embedded Systems
A specialized computer-controlled system embedded in and optimized for a specific task within a larger device.
Entity Framework
Entity Framework is an open-source object-relational mapper for .NET that lets you work with databases using .NET objects instead of hand-written SQL.
Erlang
Erlang is a functional language with exceptional concurrency and fault‑handling capabilities - ideal for systems that must never go down.
ETL
ETL (Extract, Transform, Load) is a data integration process that extracts data from various sources, transforms and cleans it, and loads it into a target system such as a data warehouse or data lake.
Express
Express is a minimalist, flexible web application framework for Node.js that helps you quickly build web servers and APIs.
F#
F# is a functional‑first, strongly typed language that combines the power of functional programming with the flexibility of object‑oriented and imperative styles - all on the .NET platform.
Firebase
Firebase is a mobile and web platform from Google that provides backend services such as realtime databases, authentication, hosting and more - designed to let you build and run apps without managing your own server infrastructure.
Flutter
Flutter is an open development SDK from Google that lets you build apps for mobile, web and desktop from a single codebase.
Forth
Forth is a stack‑based, minimalist language that gives you direct control over hardware - ideal for embedded systems and developers who like low‑level control.