Close

Docker Dersleri

Vehicle Routing Problem in Python

Vehicle Routing Problem in Python

The Vehicle Routing Problem (VRP) is a classic optimization problem that arises in many different contexts, such as delivery, transportation, and logistics. In the VRP, we are given a set of customers that need to be served, a fleet of vehicles, and a set of constraints, such as the maximum […]

Devamını Oku

Docker best practices with Node.js

Docker best practices with Node.js

Welcome to our comprehensive list of Docker best practices exemplified under Node.js. Note that every bullet has a link to detailed information and code examples. The entire list can be found in our repository Node.js Best Practices. It covers the basics but goes all the way to strategic decisions like how […]

Devamını Oku

Adım Adım Yazılımcılık Serisi

Yazılımda Ustalaşmak

GİT ve GitHub derslerimizde Branching ile ilgili uzun bir ders hazırlıyorum. Ardından github ‘a geçeceğiz. Python derslerinde sadece bir öğrencim vardı. O da pandemi nedeniyle devam etmiyor. Onu bekliyorum. Docker , Container ve microservices ‘ler konusunda güzel bir seri hazırlıyorum. Java ve C# serisi yapmayı düşünmüyorum. Benzerleri çok var. C++ […]

Devamını Oku

Virtual Machine ve Docker Container Sistemlerinin Tanıtımı

Virtual Machine vs Docker Containers

Virtual Machine (Sanal Makine) kendi bilgisayarımızda başka bilgisayarları sanal olarak çalıştırmamıza olanak sağlayan bir yazılımdır.   Yazılımcılar için sanal makineler yaşamı kolaylaştırıcı araçlardandır.  Kişisel olarak bir MacBook kullanıyorum.  Bilgisayarıma kurulu windows ve linux sanal makineleri sayesinde bu işletim sistemlerini de sorunsuz kullanabiliyorum.  Bu yazıda VM teknolojisini derinlemesine incelemeyeceğim.  Sanallaştırma işi […]

Devamını Oku