Functional programming is finally gaining more traction and becoming a mainstream approach in software development. It is a programming paradigm that emphasizes writing programs using “pure functions”, which are stateless functions that always return the same value when given the same input and produce no side effects. In functional programming, […]
Devamını Oku
PyCharm is an IDE that makes it easy to build Python applications. To build a web app in Python with PyCharm, create a new project and select the “Web Application” project type. Once you have created a new project, you will need to add the following dependencies to your project: […]
Devamını Oku
PyLint is a Python static code analysis tool that helps you find potential bugs, improve code quality, and enforce coding standards. It is a free and open-source tool that can be used on any Python project. How PyLint Works PyLint analyzes your code without actually running it. It looks for […]
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
Python virtual environments are a great way to isolate different projects and their dependencies. PyCharm is a powerful IDE that makes creating and managing virtual environments easy. Python Virtual Environments A Python virtual environment is a self-contained directory tree that contains all the necessary Python libraries and binaries for a […]
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
Yeni arkadaşlara faydası olması için kendi araç kutumu açıklıyorum 🙂 PENCIL Flowchart, akış diagramlarını hazırlamak için çok pratik bir araçtır. Pencil kurumsal site TRELLO Tek başımıza dahi olsak, çevik yöntemleri uygulamaya devam edelim. Yalnız çalışmak, takım üyesi olmaktan daha fazla disiplini gerektiriyor. Kendi işlerinizi kendiniz izleyeceksiniz. TRELLO görsel […]
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
I am using Android Studio for flutter development on MacBook-pro. Everything was normal. Now I am getting this “class BuildConfig is public, should be declared in a file named BuildConfig.java” error whenever I want to run my application on Android simulator. Solution is “ “
Devamını Oku
Flutter projects sometimes give similar errors ” The named parameter ‘colors’ isn’t defined.” Generally, the solution is simple Flutter -clean Under File –> Invalidate Caches / Restart
Devamını Oku