Furkan Sandal https://furkansandal.com Yazılım ve Siber Güvenlik Thu, 28 Sep 2023 15:25:30 +0000 tr hourly 1 https://wordpress.org/?v=6.4.3 97661142 Grand Central Dispatch (GCD) in Swift: Harnessing the Power of Concurrency https://furkansandal.com/grand-central-dispatch-in-swift/?utm_source=rss&utm_medium=rss&utm_campaign=grand-central-dispatch-in-swift https://furkansandal.com/grand-central-dispatch-in-swift/#respond Thu, 28 Sep 2023 15:25:30 +0000 https://furkansandal.com/?p=4277 Introduction Applications on iOS, macOS, and other Apple platforms often require concurrent programming to perform tasks efficiently. Tools like Grand...

The post Grand Central Dispatch (GCD) in Swift: Harnessing the Power of Concurrency appeared first on Furkan Sandal.]]>
https://furkansandal.com/grand-central-dispatch-in-swift/feed/ 0 4277
What is the Builder Pattern? How to use it in Swift? https://furkansandal.com/what-is-the-builder-pattern-how-to-use-it-in-swift/?utm_source=rss&utm_medium=rss&utm_campaign=what-is-the-builder-pattern-how-to-use-it-in-swift https://furkansandal.com/what-is-the-builder-pattern-how-to-use-it-in-swift/#respond Sun, 20 Mar 2022 08:38:53 +0000 https://furkansandal.com/?p=3902 The Builder Pattern is a creational design pattern that separates the construction of a complex object from its representation, so...

The post What is the Builder Pattern? How to use it in Swift? appeared first on Furkan Sandal.]]>
https://furkansandal.com/what-is-the-builder-pattern-how-to-use-it-in-swift/feed/ 0 3902
What is the Abstract Factory Pattern? How to use it? https://furkansandal.com/what-is-the-abstract-factory-pattern-how-to-use-it/?utm_source=rss&utm_medium=rss&utm_campaign=what-is-the-abstract-factory-pattern-how-to-use-it https://furkansandal.com/what-is-the-abstract-factory-pattern-how-to-use-it/#respond Sun, 27 Feb 2022 08:30:33 +0000 https://furkansandal.com/?p=3899 The Abstract Factory Pattern is a creational design pattern that provides an protocol for creating families of related or dependent...

The post What is the Abstract Factory Pattern? How to use it? appeared first on Furkan Sandal.]]>
https://furkansandal.com/what-is-the-abstract-factory-pattern-how-to-use-it/feed/ 0 3899
Creational Design Patterns https://furkansandal.com/creational-design-patterns/?utm_source=rss&utm_medium=rss&utm_campaign=creational-design-patterns https://furkansandal.com/creational-design-patterns/#respond Wed, 23 Feb 2022 07:46:13 +0000 https://furkansandal.com/?p=3895 Creational design patterns are design patterns that deal with object creation mechanisms, trying to create objects in a manner suitable...

The post Creational Design Patterns appeared first on Furkan Sandal.]]>
https://furkansandal.com/creational-design-patterns/feed/ 0 3895
Swift Dispatchgroup How it Works? https://furkansandal.com/swift-dispatchgroup-how-it-works/?utm_source=rss&utm_medium=rss&utm_campaign=swift-dispatchgroup-how-it-works https://furkansandal.com/swift-dispatchgroup-how-it-works/#respond Tue, 22 Feb 2022 16:34:26 +0000 https://furkansandal.com/?p=3880 In Swift, a DispatchGroup is a way to group together multiple tasks and track when they all complete. You can...

The post Swift Dispatchgroup How it Works? appeared first on Furkan Sandal.]]>
https://furkansandal.com/swift-dispatchgroup-how-it-works/feed/ 0 3880
What is the Grand Central Dispatch? How it works? https://furkansandal.com/what-is-the-grand-central-dispatch-how-it-works/?utm_source=rss&utm_medium=rss&utm_campaign=what-is-the-grand-central-dispatch-how-it-works https://furkansandal.com/what-is-the-grand-central-dispatch-how-it-works/#respond Wed, 16 Feb 2022 16:28:43 +0000 https://furkansandal.com/?p=3868 Grand Central Dispatch (GCD) is a powerful tool in Swift for managing concurrent tasks and improving the performance of your...

The post What is the Grand Central Dispatch? How it works? appeared first on Furkan Sandal.]]>
https://furkansandal.com/what-is-the-grand-central-dispatch-how-it-works/feed/ 0 3868
PHP ile REST API Servisinizi Yazmak: v1.0 GET https://furkansandal.com/php-ile-rest-api-servisinizi-yazmak-v1-0-get/?utm_source=rss&utm_medium=rss&utm_campaign=php-ile-rest-api-servisinizi-yazmak-v1-0-get https://furkansandal.com/php-ile-rest-api-servisinizi-yazmak-v1-0-get/#comments Sun, 20 Sep 2020 09:06:28 +0000 https://furkansandal.com/?p=3520 Selamlar, kendi uygulamanızı ve web servisinizi yazmak istediğinizde imdadınıza yetişecek yazımda sizlere en basit şekilde PHP ile REST API yazmayı...

The post PHP ile REST API Servisinizi Yazmak: v1.0 GET appeared first on Furkan Sandal.]]>
https://furkansandal.com/php-ile-rest-api-servisinizi-yazmak-v1-0-get/feed/ 1 3520
Swift Array İşlemleri: Map, Flatmap, Compactmap, Filter, Reduce https://furkansandal.com/swift-array-islemleri-map-flatmap-compactmap-filter-reduce/?utm_source=rss&utm_medium=rss&utm_campaign=swift-array-islemleri-map-flatmap-compactmap-filter-reduce https://furkansandal.com/swift-array-islemleri-map-flatmap-compactmap-filter-reduce/#comments Sat, 19 Sep 2020 16:20:27 +0000 https://furkansandal.com/?p=3505 Selamlar, Yüksek mertebeli olan Map, Flatmap, Compactmap, Filter ve Reduce işlemleri nedir? Nerelerde kullanılır? Bunları sizlere güzel bir şekilde anlatmayı...

The post Swift Array İşlemleri: Map, Flatmap, Compactmap, Filter, Reduce appeared first on Furkan Sandal.]]>
https://furkansandal.com/swift-array-islemleri-map-flatmap-compactmap-filter-reduce/feed/ 1 3505
Swift UIKit + Charts ile Pie Chart Yapımı https://furkansandal.com/swift-uikit-charts-ile-pie-chart-yapimi/?utm_source=rss&utm_medium=rss&utm_campaign=swift-uikit-charts-ile-pie-chart-yapimi https://furkansandal.com/swift-uikit-charts-ile-pie-chart-yapimi/#respond Sat, 05 Sep 2020 13:02:19 +0000 https://furkansandal.com/?p=3489 Selamlar, Swift ile UIKit aracılığıla yaptığımız bir proje içerisinde Pie Chart – Pasta Grafiği ihtiyacı sırasında gelen verilere göre yüzdelik...

The post Swift UIKit + Charts ile Pie Chart Yapımı appeared first on Furkan Sandal.]]>
https://furkansandal.com/swift-uikit-charts-ile-pie-chart-yapimi/feed/ 0 3489
Singleton Pattern Nedir? Nasıl Kullanılır? https://furkansandal.com/singleton-pattern-nedir-nasil-kullanilir/?utm_source=rss&utm_medium=rss&utm_campaign=singleton-pattern-nedir-nasil-kullanilir https://furkansandal.com/singleton-pattern-nedir-nasil-kullanilir/#respond Sat, 06 Jun 2020 15:22:13 +0000 https://furkansandal.com/?p=3441 Tasarım Patterni yazılımcılar arasında karşılaşılan problemleri çözmek için kullanılan deneyimli yazılımcılar arasında deneme yanılma yoluyla bulunan birer çözüm yöntemleri sistemidir....

The post Singleton Pattern Nedir? Nasıl Kullanılır? appeared first on Furkan Sandal.]]>
https://furkansandal.com/singleton-pattern-nedir-nasil-kullanilir/feed/ 0 3441