Kayıtlar

BLOG

Memcached nedir ve komutları nelerdir

Resim
  Memcached nedir ve komutları nelerdir?  (Ek olarak farkı nedir, neye göre neyi seçebiliriz?)

Redis

Resim
Tüm Makaleler İçin Tıklayınız Redis Nedir? Redis Komutları Nelerdir?

Docker WebApp Startup - Microservices | Monolithic

Resim
Github  https://github.com/muratcakmaksoftware/docker-webapp-pattern PHP NGINX Postgresql (Relational Database Management System (RDBMS)) Redis (Cache Disk & Memory) Memcached (Cache Memory Alternative) RabbitMQ (Message Queue) MongoDB (NoSql) & Mongo Express (isteğe bağlı) Veya yerine Studio 3T & MongoDB Compass ELK Stack Elasticsearch (Full Text Search Engine)  (Indexing & Storage)  Verileri indeksler ve saklar. Logstash  (Data Aggregation & Processing)  Verileri toplar ve işler. İstenilen veritabanlarına dağıtır. Kibana  (Analysis & visualization)  Analiz edilen verileri panel üzerinden görselleştirme sağlar.

Symfony

Resim
  Tüm Yazılar İçin Tıklayın What is Symfony? Symfony Creating a Project from Scratch Using Symfony Twig Using Symfony Routes What is Symfony Commands? Using Symfony Doctrine Symfony Form Usage How to do Symfony Authentication? Using Symfony Services ÖRNEK AUTH & TODO UYGULAMASI GITHUB

Docker

Resim
GITHUB / WEBAPP İÇİN STARTUP DOCKER Docker Nedir ? Dockerfile Nedir ? Docker Komutları Docker Compose Nedir ?

Software Design Patterns

Resim
Wiki https://en.wikipedia.org/wiki/Software_design_pattern https://en.wikipedia.org/wiki/Design_Patterns Medium üzerinde örneklerle kısaca yaptığım Design Patterns listesindeki linklerde mevcut. Hepsini görmek için buraya  tıklayın . List of Design Patterns Creational Patterns Singleton Abstract Factory Builder Factory Method Prototype Structural Patterns Adapter Bridge Composite Decorator Facade Flyweight Proxy Behavioral Patterns Chain of Responsibility Command Interpreter Iterator Mediator Memento Observer State Strategy Template Method Visitor

SOLID Principles

Resim
  SOLID PRINCIPLES Single Responsibility Principle Open Closed Principle Liskov Substitution Principle Interface Segregation Prenciple Dependency Inversion Principle