Kod İncelemede 10 Kusurlu Hareket
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.
Özgür Özkök
It is all about software applications and software development.
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.
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 […]
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 […]
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 […]
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 […]
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. […]
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 […]
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 […]
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. […]