Open in app

Sign In

Write

Sign In

Backend Developer
Backend Developer

328 Followers

Home

About

Feb 20, 2022

Design Patterns — Abstract Factory Pattern && Implementation in PHP

Abstract Factory is a creational design pattern, which solves the problem of creating entire product families without specifying their concrete classes. Abstract Factory This design pattern is used for creating an interface for all related /dependent objects instead of concrete classes. Sounds good! Wait.. I did not get anything from this? Abstract…

PHP

2 min read

Design Patterns — Abstract Factory Pattern && Implementation in PHP
Design Patterns — Abstract Factory Pattern && Implementation in PHP
PHP

2 min read


Feb 13, 2022

DRY vs WET Principles — Php Implementation

DRY (Don’t Repeat Yourself) Every developer should know that repeating codes is not a preferable approach. Think that you have admin panel and you will have lots of forms in your code base. You will repeat all the inputs and other elements again and again. This will take much more effort and time. Why…

PHP

3 min read

DRY vs WET Principles — Php Implementation
DRY vs WET Principles — Php Implementation
PHP

3 min read


Feb 12, 2022

Singleton Pattern — PHP Implementation

What the hell is Singleton? Singleton Pattern This pattern is used to ensure that there is only one instance of an object and that the same (and single instance) is called everywhere in your code base whenever you need that object. First of all, each single object takes up memory space. Some…

PHP

3 min read

Singleton Pattern — PHP Implementation
Singleton Pattern — PHP Implementation
PHP

3 min read


Feb 8, 2022

SOLID Principles in PHP

We will look up SOLID in PHP in this article Today i want to explain SOLID principles and how we use them in PHP, firstly lets look closer to those principles. Single Responsibility In real life every material has only one ability. As you know you can not make a cup of…

PHP

5 min read

SOLID Principles in PHP
SOLID Principles in PHP
PHP

5 min read


Feb 1, 2022

Php 8.1-New Features | Array is a list? & Array Unpack

Today i want to write about new 2 features about array newly added in php 8.1. Array unpack method is added PHP in 7.4 version but we can only use this for integers. But now we can use that for all types of arrays. …

Arrays

2 min read

Php 8.1-New Features | Array is a list? & Array Unpack
Php 8.1-New Features | Array is a list? & Array Unpack
Arrays

2 min read


Jan 13, 2022

Php 8.1 New Features — Readonly Properties

With new version of PHP we have a new feature named Readonly properties. Readonly properties are init and set value just once and we can not change its value. This protects unwanted value changes from anywhere in codebase. Before php 8.1 we do this with creating private property and a…

PHP

3 min read

Php 8.1 New Features — Readonly Properties
Php 8.1 New Features — Readonly Properties
PHP

3 min read


Jan 12, 2022

Php 8.1 New Features — Fibers

If you are a PHP dev you know that php has a new version since 25 November 2021. This is my 2nd article that subject these changes in php language. There are lots of new things in PHP and in this article i will explain what are fibers and why…

PHP

4 min read

Php 8.1 New Features — Fibers
Php 8.1 New Features — Fibers
PHP

4 min read


Jan 11, 2022

Günümüz yazılım dünyasında proje yönetimi artık oldukça karmaşık ve içinden çıkılmaz bir durum…

Developer Takımlarına Yeni Katılanların Oryantasyonu Günümüz yazılım dünyasında proje yönetimi artık oldukça karmaşık ve içinden çıkılmaz bir durum olduğu için takım halinde çalışma sistemi kullanılmaktadır. Tabi ki bunun da bir çok sıkıntıları mevcut, işlerin orantılı paylaşımı , uzmanlığa göre iş yükünün belirlenmesi vs. İşin bir de takıma yeni katılacak yazılım…

Code Review

2 min read

Günümüz yazılım dünyasında proje yönetimi artık oldukça karmaşık ve içinden çıkılmaz bir durum…
Günümüz yazılım dünyasında proje yönetimi artık oldukça karmaşık ve içinden çıkılmaz bir durum…
Code Review

2 min read


Jan 11, 2022

Php 8.1 ve Yeni Gelen Özellikler -Enums

Merhabalar, uzun yıllardır php kullanan biri olarak her sene karşıma “php öldü mü?” sorusu çıkıyor. Güncelleme alan ve bir çok farklı sektör ve platformda aktif olarak kullanılan ve güncel frameworkleri(LARAVEL, Codeigniter,Symfony vs..) olan bir dilin ölmediğini ispatlarcasına 8.1 sürümü yayınlandı. 8.1 güncellemesi ile gelen özellikler ve yeniliklerden her birini ayrı…

PHP

2 min read

Php 8.1 ve Yeni Gelen Özellikler -Enums
Php 8.1 ve Yeni Gelen Özellikler -Enums
PHP

2 min read


Jul 4, 2021

REST ve RESTful dedikleri şey nedir?

REpresentational State Transfer kelimelerinin baş harflerinden oluşan basitçe Temsili Durum Transferi diyebileceğimiz bir kavramdır. Peki RESTful nedir derseniz REST yapısını kullanan servislere Restful demek basit olarak en doğru açıklama olacaktır. Peki diğer alternatiflerinden ne farkı var? En doğru açıklama çoğu benzer sistemler SOAP ve RPC gibi kanalları kullanırken WWW’nin doğasında…

Rest

3 min read

REST ve RESTful dedikleri şey nedir?
REST ve RESTful dedikleri şey nedir?
Rest

3 min read

Backend Developer

Backend Developer

328 Followers

Senior Php Developer | Javascript | Python | Ruby

Following
  • John Au-Yeung

    John Au-Yeung

  • Dino Cajic

    Dino Cajic

  • Atakan Demircioğlu

    Atakan Demircioğlu

  • Beau Beauchamp

    Beau Beauchamp

  • Gülçin ÖZER

    Gülçin ÖZER

See all (26)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech