Görkem·Aug 18, 2023SOLID: Dependency Inversion Principle in Dart- High-level modules should not depend on low-level modules. Both should depend on abstractions.
Görkem·Aug 16, 2023SOLID: Interface Segregation Principle in DartNo code should be forced to depend on methods it does not use.
Görkem·Aug 13, 2023SOLID: Liskov Substitution Principle in Dart“Derived classes must be usable through the base class interface, without the need for user to know the difference.”
Görkem·Aug 2, 2023SOLID: Open-Closed Principle in DartIn this article Open-Closed Principle is simply explained with the given Dart examples. Let’s go ahead.
Görkem·Aug 1, 2023SOLID: Single Responsibility Principle in DartWhen it comes to creating maintainable, clean and sustainable software, some principles and standards such as SOLID are the game changers…
Görkem·May 28, 2023Flutter: How to Highlight a Substring in Text WidgetAs front-end developers, there are times we would like to render a text content with a highlighted sub string. Especially in some cases…
Görkem·Mar 13, 2022Briefly Explanied — How Flutter framework optimizes widget rendering?I had a simple question in my mind for a long time about widget rendering in Flutter. My question was simply like below:
Görkem·Feb 14, 2021Robets Edge Detection and Applyig In MatlabIf you are reading this article I think it’s quite possible you’ve heard something about edge detection and Roberts Cross Operator. But if…
Görkem·Oct 18, 2020Web Scraping in PythonWeb Scraping in Python using lxmlA response icon1A response icon1