Career ladder – (Notes)
My footnotes from the video below
My footnotes from the video below
These notes consists of my highlights from “Software Architecture For Developers” book that I strongly recommend to read: https://leanpub.com/software-architecture-for-developers What is software architecture? What is… Read More »Software Architecture Notes – 2
The course link: https://app.pluralsight.com/library/courses/designing-restful-web-apis API (Application Programming Interface): A set of functions and procedures allowing the creation of applications that access the features or data… Read More »Designing Restful API (Study Notes)
Single Responsibility A class should have one and only one reason to change, meaning that a class should only have one job. Define responsibilities Strive… Read More »SOLID Principles Study Note
Yazı, Microsoft’un yayınladığı .NET Microservices. Architecture for Containerized .NET Applications kitabının ilk 100 sayfasından kendim için aldığım notlardan oluşmaktadır. Ek olarak nginx’in Designing and Deploying Microservices kitabını da okumak iyi olur. Read More »Docker, Container, Microservice Notes
Kitabın yazarları daha önce notlarını paylaştığım Sil Baştan kitabı ile aynı. Kitap İngilizce ama ben vasat İngilizcemle anlayıp çeviri yapabildiğime göre siz de rahatlıkla İngilizce’sini okuyup anlayabilirsiniz. Belki benim kaçırdığım noktalar vardır. Bu defa önceki kitaba göre daha detaylı notlar paylaşacağım çünkü kitap ücretsiz dağıtılıyor.Read More »Getting Real Kitap Notları