Skip to content
_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN DE
Let's talk
Home / Blog
CORE BLOG

Technology, Architecture, AI, DevOps & Security

Practical articles from real projects. From enterprise architecture to AI agents — we share what works in production.

513
Articles
8
Categories
15
Years of experience
Showing 20 of 513 articles
Docker 1.x — finally production-ready?
25. 06. 2015ai

Docker 1.x — finally production-ready?

Docker reached version 1.0 and claims production readiness. What changed and is it really true?

Docker networking — connecting containers in practice
10. 06. 2015infrastructure

Docker networking — connecting containers in practice

Bridge, host, overlay — how Docker networking works and how to connect containers across hosts.

Isomorphic JavaScript: shared code between server and client
07. 06. 2015development

Isomorphic JavaScript: shared code between server and client

Isomorphic (universal) JavaScript enables React and other frameworks to render on both server and client. Why it...

Swagger — Living Documentation for REST APIs
20. 05. 2015development

Swagger — Living Documentation for REST APIs

How the Swagger/OpenAPI specification changed the way we document and test REST APIs.

Microservices — Why (and How) We Are Breaking Apart Our Monolith
12. 05. 2015data

Microservices — Why (and How) We Are Breaking Apart Our Monolith

Practical experience transitioning from a monolithic Java EE application to microservices. Domain-driven design, API...

Babel: write tomorrow's JavaScript today
06. 05. 2015development

Babel: write tomorrow's JavaScript today

The Babel transpiler lets you use the latest ECMAScript features without waiting for browser support. How Babel...

Webpack: Intelligent Bundling for the Modern Web
03. 05. 2015development

Webpack: Intelligent Bundling for the Modern Web

Webpack revolutionizes the way we organize and deliver frontend assets. From modular bundling to code splitting and...

GraphQL: Facebook introduces an alternative to REST
24. 04. 2015development

GraphQL: Facebook introduces an alternative to REST

Facebook has open-sourced GraphQL — a query language for APIs that solves the over-fetching and under-fetching...

Terraform: Infrastructure as Code Across Clouds
16. 04. 2015cloud

Terraform: Infrastructure as Code Across Clouds

HashiCorp Terraform brings declarative infrastructure management supporting AWS, Azure, GCP, and on-premise. Why IaC...

Consul — service discovery and health checking
15. 04. 2015ai

Consul — service discovery and health checking

How Consul from HashiCorp handles service discovery, health checks, and distributed configuration.

Docker Hub and private registries — managing container images
25. 03. 2015development

Docker Hub and private registries — managing container images

How to manage Docker images effectively. Docker Hub, private registries, and best practices for tagging.

Spring Boot — Java Microservices Without the XML Hell
18. 03. 2015development

Spring Boot — Java Microservices Without the XML Hell

How Spring Boot changed Java application development. Auto-configuration, embedded server, and opinionated defaults.

Docker Compose: multi-container applications made easy
02. 03. 2015ai

Docker Compose: multi-container applications made easy

Docker Compose lets you define and run multi-container applications with a single command. A practical guide from...

ES6/ES2015: JavaScript has finally grown up
24. 02. 2015development

ES6/ES2015: JavaScript has finally grown up

ECMAScript 2015 introduces classes, arrow functions, modules, Promises, and destructuring. A guide to the most...

Let's Encrypt: Free SSL Certificates for Everyone
23. 02. 2015security

Let's Encrypt: Free SSL Certificates for Everyone

Let's Encrypt opens its public beta and offers automated, free TLS certificates. HTTPS is becoming the standard —...

REST API Versioning — Strategies for Long-Term Maintenance
18. 02. 2015development

REST API Versioning — Strategies for Long-Term Maintenance

How to version REST APIs so that older clients survive updates. URL path, headers, query params.

NPM — Dependency Management in the JavaScript Ecosystem
28. 01. 2015development

NPM — Dependency Management in the JavaScript Ecosystem

How to manage JavaScript dependencies effectively. package.json, semver, shrinkwrap, and security.

React Native: Native Mobile Apps from JavaScript
17. 01. 2015development

React Native: Native Mobile Apps from JavaScript

Facebook introduced React Native — a framework for building native iOS and Android applications in JavaScript. We...

CoreOS — an operating system for containers
12. 01. 2015infrastructure

CoreOS — an operating system for containers

CoreOS is a minimalist Linux designed for containers. How we tried it for Docker clusters.

Kubernetes 1.0: Production Container Orchestration Is Here
04. 01. 2015cloud

Kubernetes 1.0: Production Container Orchestration Is Here

Google released Kubernetes 1.0 and handed the project over to CNCF. What this means for enterprise container...