Close

(02) Software, Yazılım

It is all about software applications and software development.

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

Avoiding Microservice Mega disasters

Avoiding Microservice Mega disasters

You’ve spent months re-architecting your monolith into the new microservices vision. Everyone gathers around to flip the switch. You navigate to the first page…and nothing happens. Refresh…still nothing. The site is so slow that it won’t respond for minutes. What happened? In this session, I’ll walk through a post-mortem of […]

Devamını Oku

Rekabet Kurumu’ nun Google Soruşturması

google

Google Inc, Google International LLC ve Google Reklamcılık ve Pazarlama Ltd. Şti. Hakkında Soruşturma Açıldı. (6.3.2017) Google Inc, Google International LLC ve Google Reklamcılık ve Pazarlama Ltd. Şti.’den oluşan ekonomik bütünlüğün (GOOGLE) mobil işletim sistemi ve mobil uygulama ve hizmetlerin sunumuna ilişkin davranışlarının ve GOOGLE ile orijinal ekipman üreticileri arasında […]

Devamını Oku

Kubernetes: Unleashing the Power of Container Orchestration

Kubernetes: Unleashing the Power of Container Orchestration

Kubernetes (K8s) is an open-source container orchestration system for automating containerized applications’ deployment, scaling, and management. Google designed it. It is now maintained by the Cloud Native Computing Foundation (CNCF). Kubernetes provides a platform-agnostic way to manage containerized workloads and services, making running and scaling applications in various environments easier. […]

Devamını Oku