Close

IDE

An IDE, or Integrated Development Environment, is a software application that provides comprehensive facilities for software development. An IDE typically consists of at least a source-code editor, build automation tools and a debugger.  

Functional programming is finally going mainstream.

Functional programming is finally going mainstream.

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

Code, Commit, Deploy: Streamlining Web App Development with PyCharm and GitHub

Code, Commit, Deploy: Streamlining Web App Development with PyCharm and GitHub

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: A Python Static Code Analyzer

PyLint: A Python Static Code Analyzer

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

Python Virtual Environments and PyCharm: A Perfect Match

Python Virtual Environments and PyCharm: A Perfect Match

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

Unable to find DartDev snapshot

Unable to find DartDev snapshot

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

Freelance Yazılımcının Sırt Çantasında Neler Olur?

Yazılımcının çantası

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

error: could not find included file ‘Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig’ in search paths (in target ‘Runner’)

error: could not find included file 'Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig' in search paths (in target 'Runner')

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

class BuildConfig is public, should be declared in a file named BuildConfig.java

class BuildConfig is public, should be declared in a file named BuildConfig.java

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