Bazel is an open-source build automation tool that automates software projects’ building, testing, and deploying. It is a newer tool than Maven or Gradle, but it is gaining popularity due to its scalability and efficiency. What is Bazel? Bazel is a declarative build automation tool. This means you can specify […]
Devamını Oku
What is Gradle? Gradle is an open-source build automation tool that is used to automate the building, testing, and deploying of software. It is a general-purpose tool that can be used to build various software projects, including Java, Android, and Kotlin projects. Gradle is based on a concept called declarative […]
Devamını Oku
Rocky Linux is a free, open-source distribution that was forked from CentOS in December 2020. CentOS was a widespread distribution based on Red Hat Enterprise Linux (RHEL). However, Red Hat announced in December 2020 that it would no longer provide free updates for CentOS. This led to Rocky Linux, a […]
Devamını Oku
“system cls” komutu, bir komut satırı veya terminalde kullanılır. Bu komut, ekranı temizler ve ekranın üstüne yazılacak olan verilerin görüntülenmesine yardımcı olur. Bu komut, genellikle bir komut satırı veya terminalde çok sayıda komut çalıştırıldıktan sonra ekranın karışık görünmesini önlemek için kullanılır. Bu komut, ekranı temizler ve ekranın üstüne yazılacak olan […]
Devamını Oku
AWS Device Farm is a fully managed service that Amazon Web Services (AWS) provides. It lets you test your mobile apps on real devices to ensure they work correctly across various device types, operating systems, and network conditions. With AWS Device Farm, you can upload your app and test it […]
Devamını Oku
Flutter yazılımcısı için XCODE temel kullanım rehberi XCODE derin bir denizdir. Diplerinde hazine sandığı olabilir, olduğunu bilseniz dahi girmeyiniz. Flutter ‘da ilk kural “XCode’ a dokunma, ayarını değiştirme. ”
Devamını Oku
MACOS için terminalden ftp istemcisi olarak NCFTP ‘i kullanıyorum. Embedded cihazlarda genellikle garip FTP sunucuları oluyor ve komut satırı erişim en hızlı seçenek oluyor. Uygulamayı https://ncftp.com/. Adresinden indirebiliyoruz. Basit bir kurum sonunda kullanmaya başlayabiliriz. MACOS için TERMİNAL ‘i açtım. NCFTP ile artık NCFTP ‘bin shell ‘ine giriyorum. Burada çok […]
Devamını Oku
Kaotik Flutter hatalarına devam, Herhangi bir işlem yaparken “Unable to find DartDev snapshot” hatası alıyorum. MACOS kullanıyorum, sınırlı disk, sınırlı bellek ve yavaş internet erişimi var. Çözümü aşağıda anlattım.
Devamını Oku
when I build flutter application for IOS, I am giving “error: could not find included file ‘Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig’ in search paths (in target ‘Runner’)” error Solution is so simple 🙂
Devamını Oku