Close

özgür özkök

Sattas – Yalan Dünya (Neşet Ertaş Cover)

Sattas - Yalan Dünya (Neşet Ertaş Cover)

YALAN DÜNYA Hep sen mi ağladın sen mi yandınBende gülmedim yalan dünyadaSen beni gönlünce kutlu mu sandınÖmrümü boş yere çalan dünyada Ah yalan dünyada yalan dünyadaYalandan yüzüme gülen dünyada Sen ağladın canım ben ise yandımDünyayı gönlümce olacak sandımBoş yere aldandım boş yere kandımİrengi gözümde solan dünyada Ah yalan dünyada yalan […]

Devamını Oku

What is a Container?

What is a Container?

In this lightboard talk, Ben Corrie explains what a container is for beginners. A container is a lightweight, stand-alone, executable package that includes everything needed to run the software, including the code, a runtime, libraries, environment variables, and config files. Containers are designed to be portable and consistent across different […]

Devamını Oku

Kubernetes in 5 mins

Kubernetes in 5 mins

In this lightboard talk, Steve Tegeler walks through Kubernetes fundamentals for beginners. And check Steve’s latest video: Mapping Kubernetes to your infrastructure Kubernetes, or K8s or “kube,” is an open-source system for automating deployment, scaling, and managing containerized applications. Google initially designed it, and it is now maintained by the […]

Devamını Oku

An Introduction To NoSQL Databases

An Introduction To NoSQL Databases

This is a beginners guide to NoSQL databases. We will talk about what they are, the advantages and disadvantages of NoSQL and relational databases and also the different types of NoSQL including document databases, column stores, key-value stores and graph databases NoSQL databases have grown significantly in popularity since their […]

Devamını Oku

The hardest part of microservices is your data.

The hardest part of microservices is your data

Hear from Christian Posta, Principal Architect, Red Hat, in this breakout session at Red Hat Summit 2017. One of the tenants of microservices, and a way to minimize dependencies, is that “a service should own its database.” This is easier said than done. Why? Because: your data. In working with […]

Devamını Oku

The Many Meanings of Event-Driven Architecture

The Many Meanings of Event-Driven Architecture

I’ve often heard people describe their systems as “event-driven” during my career. But that phrase seems to lead to some very different architectural assumptions. In a recent workshop, we identified four patterns that tend to appear under the title of “event-driven”: event notification, event-based state transfer, event sourcing, and CQRS. […]

Devamını Oku