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
Webpack — bundling for the modern frontend
15. 01. 2016development

Webpack — bundling for the modern frontend

How webpack changed the way we build frontend applications. Modules, loaders, plugins.

Ansible — Infrastructure as Code without agents
04. 12. 2015ai

Ansible — Infrastructure as Code without agents

How we started managing servers with code instead of SSH and manual commands. Ansible vs. Puppet vs. Chef.

Prometheus: Monitoring for the Cloud-Native World
03. 12. 2015devops

Prometheus: Monitoring for the Cloud-Native World

Prometheus, the monitoring system developed at SoundCloud, introduces a pull-based model, a flexible query language...

DevOps culture: more than tools and automation
25. 11. 2015devops

DevOps culture: more than tools and automation

DevOps is not just Jenkins and Docker — it is a cultural transformation. How to break down silos between development...

Infrastructure as Code: principles, tools, and best practices
18. 11. 2015development

Infrastructure as Code: principles, tools, and best practices

Infrastructure as Code transforms infrastructure management — versioning, testing, and code review for servers and...

The 12-Factor App — Principles for Cloud-Native Applications
12. 11. 2015data

The 12-Factor App — Principles for Cloud-Native Applications

Twelve principles for building modern, scalable, and maintainable applications.

REST API Design — Practical Lessons from Real Projects
08. 11. 2015development

REST API Design — Practical Lessons from Real Projects

How to design REST APIs that stand the test of time. URL conventions, versioning, error handling, HATEOAS, and...

Bootstrap 4 Alpha — a first look at the new version
25. 10. 2015ai

Bootstrap 4 Alpha — a first look at the new version

What Bootstrap 4 brings: Flexbox grid, SASS instead of LESS, new components. First impressions from the alpha.

Container orchestration: Kubernetes vs Mesos vs Swarm
20. 10. 2015cloud

Container orchestration: Kubernetes vs Mesos vs Swarm

A comparison of the three main container orchestration platforms — Kubernetes, Apache Mesos/Marathon, and Docker...

Service Discovery: Finding Services in Dynamic Environments
12. 10. 2015ai

Service Discovery: Finding Services in Dynamic Environments

In dynamic containerized environments, IP addresses and ports change constantly. Service discovery solves the...

Netflix OSS — Eureka and Zuul for Microservices
08. 10. 2015development

Netflix OSS — Eureka and Zuul for Microservices

How the Netflix open-source stack solves service discovery (Eureka) and API gateway (Zuul).

Docker Swarm — first steps with container orchestration
14. 09. 2015infrastructure

Docker Swarm — first steps with container orchestration

Docker Swarm mode for clustering and orchestration. Our first multi-node cluster.

Microservices Patterns: How to Properly Decompose Monoliths
09. 09. 2015architecture

Microservices Patterns: How to Properly Decompose Monoliths

Microservices architecture dominates architectural discussions. Practical patterns for decomposition, inter-service...

Microservices Patterns — From Monolith to Services
25. 08. 2015architecture

Microservices Patterns — From Monolith to Services

Practical experience with monolith decomposition. Strangler pattern, API composition, saga pattern.

PostCSS: Transform CSS with JavaScript
17. 08. 2015development

PostCSS: Transform CSS with JavaScript

PostCSS changes the approach to CSS processing — instead of a monolithic preprocessor it offers a modular plugin...

HTTP/2: a new protocol for a faster web
12. 08. 2015ai

HTTP/2: a new protocol for a faster web

HTTP/2 brings multiplexing, server push, header compression, and binary framing. What this means for the performance...

Circuit Breaker pattern — resilient microservices with Hystrix
05. 08. 2015ai

Circuit Breaker pattern — resilient microservices with Hystrix

How Circuit Breaker protects microservices from cascading failure. Netflix Hystrix in practice.

Electron: desktop applications with web technologies
28. 07. 2015development

Electron: desktop applications with web technologies

GitHub Electron (formerly Atom Shell) lets you build cross-platform desktop applications in HTML, CSS, and...

ELK Stack — centralised logging
22. 07. 2015development

ELK Stack — centralised logging

Elasticsearch, Logstash, Kibana — how we deployed the ELK stack for centralised log collection and analysis.

Redux: Predictable State Management for React
08. 07. 2015development

Redux: Predictable State Management for React

Dan Abramov introduced Redux — a minimalist library for application state management inspired by the Flux...