Author name: furkansandal

Continuous Integration & Deployment with Swift: Get Started with CI/CD

Continuous Integration & Deployment with Swift: Get Started with CI/CD! Continuous Integration (CI) and Continuous Deployment (CD) are two essential parts of any development cycle. By automating the process of building, testing, and deploying code, developers can focus more on writing code and less on managing the process. The goal of CI/CD is to make

Continuous Integration & Deployment with Swift: Get Started with CI/CD Read More »

Swift Programlama: LLDB Debugger ile Hata Ayıklama

Swift Programlama: LLDB Debugger ile Hata Ayıklama Programlama dillerinin gelişmesiyle birlikte, hata ayıklamayı kolaylaştıran birçok araçlar mevcut. Swift programlama dilinin gelişmesiyle beraber, LLDB Debugger özelliği de ortaya çıktı. LLDB Debugger kod yazım sürecinde oluşan hataları bulmak ve çözmek için kullanılıyor. Bu blog yazısında, LLDB Debugger’ın nasıl kullanıldığını anlatacağız ve bunu nasıl kullanarak hata ayıklamanıza yardımcı

Swift Programlama: LLDB Debugger ile Hata Ayıklama Read More »

Swift, Flutter ve React Native: Mobil Uygulama Geliştirme Sürecinde Ne Yapılmalı

## Swift, Flutter ve React Native: Mobil Uygulama Geliştirme Sürecinde Ne Yapılmalı? Günümüzde mobil uygulama geliştirme, çoğu şirketin öncelikli hedeflerinden biri haline geldi. Herkesin kendi mobil uygulamalarını geliştirmek için iOS, Android ve Windows platformları arasından seçim yapması gerekir. Bunların her biri için farklı programlama dilleri vardır. Ancak bu dillerin tümünde ortak olan bir şey, bunların

Swift, Flutter ve React Native: Mobil Uygulama Geliştirme Sürecinde Ne Yapılmalı Read More »

Advanced Debugging w/ Swift: Unlocking Hidden Potential in Your Code

Advanced Debugging w/ Swift: Unlocking Hidden Potential in Your Code Swift is a powerful and versatile programming language, and as such it has a wide range of debugging tools and techniques available for developers to utilize. In this article, we’ll explore some of the advanced debugging tools and techniques that can help you unlock the

Advanced Debugging w/ Swift: Unlocking Hidden Potential in Your Code Read More »

Setting Up Swift CI/CD Pipeline: A Guide for Beginners

Setting Up Swift CI/CD Pipeline: A Guide for Beginners Continuous Integration (CI) and Continuous Delivery (CD) are two essential tools for any software development projects. They provide a framework for teams to quickly and easily build, test, and deploy applications. When used together, they create an efficient and automated process for continuously delivering quality software.

Setting Up Swift CI/CD Pipeline: A Guide for Beginners Read More »

Scroll to Top