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…
Category: Software Development
Levels of Code Generation
There are several layers in Software Development where Code Generation happens. On every place – it has different purposes and accomplishes different goals. Speed of bootstrapping a new project If a software developer is able to present something minimally functional to a business owner or client, he will be able to enter the feedback loop…
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…
Types of User Applications
There are not that many types of User Applications around the Internet if you start to categorize them properly. Sure, there are different domains that have different topics, use variety of technologies on the backend or on the front end. The front end may be even totally non-comparable. There are coffee machines, smart speakers, watches,…
Flutter Bloc List Network
Here is the evolution of my personal – first – on-hand experience – with Flutter Bloc List Network example that uses different techniques and approaches. I’ve used a product that I’m developing – that is available for sell – with different variations. My goal is to include an app version in the near future. Before…
Flutter Bloc Minimal List – 4
In this post I’ll continue my previous one and go into Flutter Bloc Minimal List app/view. You could see the code here: https://github.com/tomavelev/dev_examples/tree/master/bloc/lib_bloc_minimal_list. There are not that many differences, but, here are the ones nonetheless: Minimal List What more minimal a list could be – a one located in the memory. I’ve stored it inside…
Portfolio Platform Flutter App – 2 – Code Structure
Here you have some code snippets of my Portfolio Platform Flutter App. I’ve written about the architecture and the software development approach in the previous post. The full code will be available in this package: https://programtom.com/dev/product/portfolio-platform-php some time in the future (currently 07.01.2022 – not). I’ll publish several versions between the beginning and the version…
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,…
How the Crypto stole Web 3.0
As technical individual with experience more than 13 years – I’ve heard the term Web 3.0 before the crypto technology was ever named with that label. I studied informatics bachelor degree 2005 and 2009, and master degree 2009-2010. During my master degree the cryptocurrency was at an entry point – new birth. It existed before…
Log4J Problem – Solutions
As the Log4J Problem swarmed the Internet, I’ve been thinking about the possible – Solutions. But, I found a blog post that pretty much covered it https://spring.io/blog/2021/12/10/log4j2-vulnerability-and-spring-boot. Solution for the older versions, Application Server Administrators could remove the unused Appenders from the Jar File. If an app is logging only to Files or to Console,…