Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Arts & Entertainment Blogs  >  Anasayfa - Erkan Kavas - Allahlık adam! arts-and-entertainment Blog  > 

Anasayfa - Erkan Kavas - Allahlık Adam! Blog


erkankavas.com
Erkan Kavas'ın uzun sürelerdir yazdığı, çizdiği zaman zaman saçmaladığı web sayfası.
2024-02-16 02:55
Eskiler der hani, tebdil-i mekanda ferahlık vardır. Evet işte öyle bir ferahlık hissediyorum. Bir hafta öncesinde büyük bir karar verip rotayı fa… Read More
2024-01-23 11:25
Evet bu yazımda nodejs'in güncel versiyonu root yetkinizin olduğu ubuntu serverlara nasıl kurabileceğinizi göstereceğim. Oldukça basit bir olay. … Read More
2023-11-18 20:33
For a long time, I want to write an article about APIs. Today is the day. So, let's get started. Firstly, the acronym API stands for Application Programming Interface. APIs are generally use… Read More
2023-10-30 08:11
In the old days, creating a project in programming languages meant coding on a plain page. Later on, with the emergence of extensions and structures, certain methods started to be used in co… Read More
2023-10-29 07:56
I want to talk about the topic of Curl for a long time. Let's start with what Curl is. Curl is a command system that can be used with any programming language. With this command system, you… Read More
2023-10-23 05:40
I have been intensively working on frontend field for some time now. Since I already had a close relationship with HTML-based frameworks like Bootstrap, it wasn't really difficult, I can say… Read More
2023-10-14 08:04
In this article, I will provide information on how to run Kotlin code, especially a "hello world" level script, on macOS devices for those who want to get started with Kotlin programming. As… Read More
2023-09-29 16:29
For a while, Apple had been keeping quiet about SF Symbols. Apart from some minor improvements, we hadn't seen any significant changes, except for the arrival of new symbols. A : Firstly, an… Read More
2023-09-23 12:07
With iOS 17, we have acquired a new framework. Don't be fooled by its name, which is Tipkit; I believe it can become quite useful. Of course, since it's still in the experimental version, it… Read More
2023-09-22 19:14
Evet arkadaşlar IOS 17 ile beraber yeni bir framework'e daha sahip olduk. Adının Tipkit olarak konulmuş olmasına bakmayın baya baya işe yarar bir hale gele… Read More
2023-09-20 18:53
First of all, I'm not one of those people who generally view new frameworks positively during the development phase. However, this time, I realized I was mistaken. I think SwiftData has turn… Read More
2023-09-14 03:59
In Swift, a parameter is a variable that is used to pass information into a function or method. Parameters are an essential part of function and method declarations, as they define what inpu… Read More
2023-09-11 12:01
Actually, Objective-C is still in use, but it is likely to become less prevalent in the coming years. In 2021, Objective-C was gradually being replaced by Swift as the preferred language for… Read More
2023-09-08 20:03
In Swift, the Nil Coalescing Operator (??) is used to provide a default value for an optional if the optional is nil. It's a shorthand way of handling optionals that allows you to provide a… Read More
2023-09-07 12:48
Geçtiğimiz günlerde ingilizce olarak bir içerik yayınladım fakat bu konunun önemli olduğunu düşündüğüm için b… Read More
2023-09-07 06:24
In Swift, an inout parameter is a way to pass a parameter to a function or method by reference, allowing the function to modify the original value of the parameter. This is different from re… Read More
2023-09-06 05:56
In Swift, fallthrough is a keyword used within a switch statement to specify that control flow should continue to the next case label after the current one, even if the condition for the cur… Read More
2023-09-03 19:23
In Swift, an enum (short for "enumeration") is a data type that allows you to define a group of related values as a distinct type. Enums are a fundamental construct in Swift and are used to… Read More
2023-09-01 14:10
In Swift, data types are used to specify the type of data that a variable or constant can hold. Swift is a statically-typed language, which means that you must declare the data type of a var… Read More
2023-08-30 20:33
In Swift, a closure is a self-contained block of code that can be assigned to a variable, passed as a parameter to a function, or returned from a function. Closures are similar to functions… Read More
2023-08-29 01:38
SOLID, yazılım geliştirme prensiplerini ifade eden ve yazılım tasarımının daha anlaşılır, sürdürülebilir ve genişle… Read More
2023-08-20 15:24
The "guard let" statement in Swift is used to safely unwrap an optional value and make sure it has a non-nil value within a specific scope. It's primarily used for early exits or error handl… Read More
2023-08-18 01:45
Native mobile coding refers to the practice of developing mobile applications using platform-specific programming languages and tools, such as Swift for iOS and Java/Kotlin for Android. Whil… Read More
2023-08-18 01:43
Flutter is an open-source UI (User Interface) framework developed by Google that enables developers to create natively compiled applications for mobile, web, and desktop from a single codeba… Read More
2023-08-12 10:24
Kotlin and Java are both popular programming languages used for software development, but they exhibit notable differences in terms of syntax, features, and ecosystems. Kotlin, developed by… Read More
2023-08-10 20:48
The Model-View-Controller (MVC) and Model-View-ViewModel (MVVM) patterns are both architectural design patterns used in Swift and other software development. They aim to separate concerns wi… Read More
2023-08-10 11:57
Yes, you can download the source code of a Swift app from GitHub or other sources. However, you might encounter an issue with the Swift version. The article provides guidance on how to chang… Read More
2023-08-10 11:49
SwiftUI and Swift are two integral components of modern iOS and macOS app development, each playing a unique role in shaping the user experience and the underlying logic of applications. Swi… Read More
2023-08-10 04:28
Swift and Flutter are two popular technologies used for mobile app development, each with its own set of strengths and characteristics. Swift is a programming language developed by Apple spe… Read More
2023-07-04 11:41
Yeni bir go lang kodu ile beraberiz. Evet faktöryel hesaplmayı gösteriyorum ve bunu fonksiyon içerisinde yapıyoruz ki, senior modelde izlenim verin. Hemen buraya b… Read More
2023-06-05 11:02
Fox TV'nin reyting rekorları kıran dizisi Yasak Elma, uzun soluklu serüveninin sonuna yaklaşıyor. 177. bölümde yani 5 haziran günü final yapaca… Read More
2023-06-04 21:20
TDD yani Test-driven development üzerine biraz karalama yaptım. Normal tüm teknoloji alanına entegre edilebilen bir kavram olsa da ben olayı Swift üzerinden &o&hell…Read More
2023-05-03 22:56
Swiftui derslerine başladım, İlk dersimizde var, let ve string konularına odaklanıyorum. Öncelikle bir önceki ders öncesi giriş yazımda*, b… Read More
2022-12-25 01:12
Ay Yapımın önemli projelerinden birisi olarak gösterilen Darmaduman final yaptı. Yapımcılığını Kerem Çatay’ın üs… Read More
2022-12-20 09:15
Dizilerini uzun soluklu tutması ve iptal kararlarına direnmesi ile meşhur TRT'de yaprak dökümü başladı. Uzun süredir reytinglerde kötü… Read More
2022-09-11 05:32
Bir süredir reytinglerle ilgili sorun yaşayan ve yaz dizisi olarak Fox Tv ekranlarında yayınlanan Senden Daha Güzel dizisi için final vakti geldi. Fox Tv'de y… Read More

Share the post

Anasayfa - Erkan Kavas - Allahlık adam!

×

Subscribe to Anasayfa - Erkan Kavas - Allahlık Adam!

Get updates delivered right to your inbox!

Thank you for your subscription

×