Yazılım Mühendisliği
Designing Restful API (Study Notes)
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)
SOLID Principles Study Note
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