Close

Kod İncelemede 10 Kusurlu Hareket

Extreme Programming Values

12 Mayıs 2018 tarihinde Nişantaşı Üniversitesi’nde düzenlenen Developer Summit İstanbul’da Lemi Orhan Ergin’in sunduğu Kod İncelemede 10 Kusurlu Hareket oturumu.

Devamını Oku

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 dünyadaYalandan yüzüme gülen dünyada Bilirim […]

Devamını Oku

Sattas – Eskitilmiş

Sattas - Eskitilmiş

ESKİTİLMİŞ Soğuk yağmurlu bir gün olsun ama evdesin televizyonda bir filmEski aşkları anlatır sen sadece usulca izlersinBir kadın bir adam var terazinin ucunda iki insanBir hüzün bir gülmece var aşk dediğin sadece bir kumar Hep izleriz biz böyle her şeyin eskisini siyah ve beyazEskitilmiş sadece hüzünlü mutluluklar Benim filmim burada başlar, özne, eylem, drama ve […]

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 development and deployment environments. Here […]

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 Cloud Native Computing Foundation. Kubernetes […]

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 inception, especially in the age […]

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 data in information systems for […]

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. Understanding and using these more […]

Devamını Oku