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
Jenkins Pipeline — CI/CD as Code
08. 12. 2014ai

Jenkins Pipeline — CI/CD as Code

How we moved from Jenkins freestyle jobs to Pipeline as Code. Groovy DSL for build pipelines.

Mobile-first design — a strategy for enterprise applications
15. 11. 2014ai

Mobile-first design — a strategy for enterprise applications

Why design for mobile first and then expand to desktop. Practical experiences from client projects.

Node.js in the enterprise — a bold experiment
30. 10. 2014development

Node.js in the enterprise — a bold experiment

Why we tried Node.js for a real-time backend and what we found. Seen from a Java team's perspective.

Responsive design in the enterprise — mobile web is not a luxury
20. 10. 2014ai

Responsive design in the enterprise — mobile web is not a luxury

Implementing responsive design in enterprise applications. Bootstrap 3, mobile-first approach, and arguments for management.

RabbitMQ — asynchronous messaging in practice
25. 09. 2014development

RabbitMQ — asynchronous messaging in practice

How we deployed RabbitMQ for asynchronous task processing and service decoupling.

AngularJS for Enterprise SPAs
22. 09. 2014development

AngularJS for Enterprise SPAs

How we deployed AngularJS 1.3 in an enterprise single-page application. Architecture, lessons learned, directives,...

docker-compose — Multi-Container Development
18. 08. 2014ai

docker-compose — Multi-Container Development

How docker-compose simplified local development with multiple services. From docker run to declarative configuration.

LDAP and Active Directory Integration
05. 08. 2014infrastructure

LDAP and Active Directory Integration

A practical guide to integrating applications with Active Directory via LDAP. Authentication, authorization, groups,...

Redis — fast cache and session management
10. 07. 2014development

Redis — fast cache and session management

How we deployed Redis as a cache layer and session store. Practical tips for Java developers.

OpenStack — building a private cloud from scratch
23. 06. 2014cloud

OpenStack — building a private cloud from scratch

How we deployed OpenStack as a private cloud platform for a mid-sized company. Nova, Neutron, Cinder, and lessons...

MongoDB — when does a document database make sense
22. 06. 2014data

MongoDB — when does a document database make sense

When to use MongoDB instead of a relational database. Our experience from the first NoSQL project.

Big Data and Hadoop in Enterprise
10. 06. 2014data

Big Data and Hadoop in Enterprise

Practical experience deploying Apache Hadoop in an enterprise environment. MapReduce, HDFS, Hive, and why Big Data...

SSL/TLS — security best practices for 2014
22. 05. 2014security

SSL/TLS — security best practices for 2014

Heartbleed changed the rules of the game. A complete guide to SSL/TLS configuration for 2014 — cipher suites, HSTS,...

SASS and LESS — the end of CSS chaos
15. 05. 2014development

SASS and LESS — the end of CSS chaos

How CSS preprocessors changed our frontend workflow. Variables, mixins, and nested rules in practice.

Apache Cassandra — Distributed Database for Large-Scale Data
14. 04. 2014data

Apache Cassandra — Distributed Database for Large-Scale Data

Practical experience with Apache Cassandra in production. Data modeling, replication, tunable consistency, and when...

AngularJS — Single-Page Applications in Enterprise
08. 04. 2014development

AngularJS — Single-Page Applications in Enterprise

How we started using AngularJS for internal enterprise applications and what surprised us.

NoSQL and MongoDB — a practical deployment
18. 03. 2014data

NoSQL and MongoDB — a practical deployment

How we deployed MongoDB in a production environment. The document model, replication, sharding, and practical...

Docker — First Steps with Containers for Java Developers
15. 03. 2014development

Docker — First Steps with Containers for Java Developers

An introduction to Docker for Java developers. How to containerize a Java EE application, Dockerfile basics, and why...

Microservices — breaking the monolith into independent services
10. 03. 2014ai

Microservices — breaking the monolith into independent services

Why and how we started decomposing monolithic Java applications into microservices. Practical experience, patterns,...

Migrating from Oracle to PostgreSQL — why and how
12. 02. 2014data

Migrating from Oracle to PostgreSQL — why and how

Our experience migrating an enterprise application from Oracle Database to PostgreSQL. What worked, what did not.