Posts

Showing posts from 2019

Develop for the next billion users

Image
The next Billion users The next billion users will be on low-end devices, in regions where there is barely internet or even electricity. But even today there are people in your neighbourhood that have old computers, low-end notebooks, low-end smartphones. Another issue is data, mobile data is expensive. In Africa there are regions where people come together at antennas and generators to connect and charge. People don’t need your new shiny update if it only tweaks the UI and adds a lame feature, it’s too expensive. In that same population are a lot of people that would benefit from having an identity on a blockchain. But we don’t reach them because our apps are too fat, too many files, too much JavaScript, too many network calls, too much online. In the beginning there was HTML5 & Friends I started during the HTML5 period and have been a fan since the first hour. I got even better HTML/CSS/JS super powers with all the new Web API's. I was very again...

Using an Singleton with Observer Pattern to manage State?

A general question, I created a Singleton which will use an Observer Pattern where the Singleton becomes the Subject. And every Web Component in my app could become an Observer. What is Pro/Con here? The main issue I found is that with Pub/Sub the Subject & Observer are loose coupled and work over messages. But is it so bad to use the Observer pattern in a Single Page app in a way everything should be together no? I wonder what you people think of this? And no I don't want to use Redux or NGRX or any other library. Looking forward to your feedback or comments. -- Als je vragen hebt, aarzel dan niet om Contact met ons op te nemen. We helpen je graag verder. We kijken er naar uit om je te helpen bij de groei van je bedrijf. © 2023 WebWizArt.be BV. 🇧🇪 🏳️ 🌈 🏴 ☠️ All rights reserved.