What is Full-pack Developer Experience? It’s Integrated Development Environment with a lot of functional and non-functional items: Code Editors Code Generators No-Code utilities UI Designers / WYSIWYGArticles, Videos and all kind of tutorialsOpen Source Examples. IDE (Integrated Development Environment) IDE tooling can be very important for software development, particularly for larger projects with complex codebases….
Category: Choosing a Framework
What is the Correct Technology for a Specific Job?
What is the correct technology for a specific job before getting your hands dirty with code. It depends on multiple factors and you should get the checks right, before going on wrong path that will waste time, energy, reputation and more. Strengths and Weaknesses of the different technologies Professional Individuals tend to over-value the technologies…
The Most Search Engine Optimised article on Flutter
Flutter is an open-source mobile application development framework created by Google [so no wonder it has some search engine step ahead]. It is used to develop applications for Android, iOS, Linux, Mac, Windows, and the web. The framework is based on the Dart programming language and allows for the creation of high-performance, visually attractive apps….
Flutter vs Java Graphical User Interface Frameworks
Here is my presentation and prepared text for the lecture “Flutter vs Java Graphical User Interface Frameworks” – given at http://polyglot4dev.com/ presented in the summer of 2022. In this post I’ll try to tell stuff that I didn’t managed to say, write, or emphasise before. Flutter vs Java Graphical User Interface Frameworks – text from…
What are the Problems with Flutter Web?
As any other Platform, Flutter Web also has several problems. You can compare Flutter to a Swiss knife – that is hitting all places, but not always in a perfect way. It will minimize the work in some use cases, but it may increase or do not-optimally in another place. VMs – Virtual Machine inside…
First Principles thinking in Software
There are several perspective you could approach with First Principles thinking – when you dig into Software Development. What Software – the client needs or requires? If the client is simple and it’s not willing to pay a lot, one should not over engineer and put a lot of complicated architectures or new frameworks and…
Portfolio Platform Flutter App – 1 + BLOC & Overview
In this article I’ll extend my Portfolio Platform package with a mobile front end using the Flutter Framework with the bloc state management that is very semantic. It will output fully cross platform applications and I’m going to also try to learn a new stack. I’ll use the rx_bloc library. Finite State Machine All libraries,…
Design Architectures or Coding small Modules
The whole human existence makes you think in the small detail and modules and it doesn’t matter how big perspective and you have on Architectures of the society. It is somehow similar to the endless philosophical and spiritual battles between. Infinite and limited Philosophy/theory and practice Design Architectures This way of thinking inescapably is valid…
The base of all modern Software as a Service
There is a base of all modern Software as a Service. All modern applications, platforms and applications stand on the shoulders of several big and widespread protocols. Let me tell you first, a little bit of history and ways of architecting software. Socket & HTTP All big Platforms, Frameworks, Services and Applications stand on the…
Pixel Perfect is dead, long Live the Pixel Perfect! and Flutter
Pixel Perfect is death, long Live the Pixel Perfect, and I’ll recommend Flutter – without any personal gain from it! If you code for Web, Desktop, Android, iOS or Flutter as All – you know what I fight against. There are incoming requirements, there are users and customers, there are technical tools and limits. A…