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…
Minimal Flutter Bloc App from scratch – 3
In this article I’ll explain the code of the Minimal Flutter Bloc App – version of an App that I’m building. Partial snippets you could see here: https://programtom.com/dev/2022/01/07/portfolio-platform-flutter-app-2-code-structure/. The full – working – minimal code you could copy from here: https://github.com/tomavelev/dev_examples/blob/master/bloc/lib_minimal_bloc/main.dart It’s a lot of times a good idea to complete the whole process of…
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…
How to Code a Product and do the Marketing?
If you are technical individual diving into coding a Product is a direct choice, but figuring out what to build and how it fits in the real world and what Marketing to apply is whole another challenge. Resolving a problem of small and focused amount of users This is a great idea. Focusing on single…
Smart Contracts – The Ultimate Open Source Micro Services
Smart Contracts are the incarnation of the Ultimate Open Source Micro Services. Their code is public. You could execute them – independently. Actually – anyone that has some coins for the Blockchain could. Smart Contracts in the eyes of Web 2.0 You expose services in the older world of technologies through REST Endpoints. Ethereum has…
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,…
