Most Real World Internet Systems have Authentication and Authorization and currently the world is mind-blown by State focused Frameworks and Development Approaches. So I decided to describe what could be the mix of both areas. From an Authentication & Authorization point of view – the modern way to implement a backend is the Application Layer…
Utility Apps are Gone – Long Live the Social Ones
Utility Apps are gone – Long Live the Internet Social Platforms and Services. We are year 2021 and the technology sector has grown up and is here to stay. It doesn’t matter what are our feelings to the Gadgets, the Apps, the Companies and Corporations. There are apps for everything – even social. Whatever functionality…
GPS Location Explained – Android & Flutter point of view
In this article I’m gonna explain some details of GPS Location Access and architectural aspects in Android Native and the Flutter Framework. The Application Programming Interfaces by Google on these frameworks will probably use their private API. That’s why probably, I am expanding my learning and research beyond them. GPS Location Evolution In the beginning…
Process Video – on Device – with FFmpeg Flutter
In this article I’ll describe the how to Process Video on Device with FFmpeg and Flutter. The first part is some general thoughts and architectural aspects about doing so. Second is the Plugin, the Code Samples and references. Common Benefits Give more work to the client! It doesn’t matter what type of front-end technology you…
Pick a File with Flutter from the underlying System
There is a plug-in for Flutter that enables you to pick a file from the underlying System. As application creators we should not worry (that much) about platform specifics. The developers of the plugin have wrapped the edge cases in a common programming interface (API). The environment details of the platforms should stay hidden for…
Start Programming the Mind with WordPress
WordPress is a content management system used all around the Internet With the unconscious or the unconscious purpose of programming the mind. Professional individuals and non-technical users adopt it. It allows them to get things done. The purposes could go – from simple web site or blog, online shop/marketplace, to newsletter and media platforms, email…
Lazy Programming with Flutter
There is a broad trend in Programming to approach the flow of the code with Lazy manner and the Flutter Framework is no exception. On one hand there are functional and reactive programming. The modern frameworks enforce wrapping logic in callbacks, listeners, events, messages or self-contained requests. The other side is a better User Experience…
How to Play Video & Audio with Flutter Web
In this article you’ll learn How To Play Video & Audio using the Flutter Framework – build for the Web Platform. You’ll need probably few extra steps described in the plugins, if you target the Mobile Platforms. Both media types are not native to any platform and cannot be drawn by the Skia Library –…
How to show Responsive Images? HTML Markup
In this article you will learn to code Responsive Images with Just Markup HTML Code. In the past making images on Web Sites and Apps involved several solutions: (JavaScript) Code Listeners CSS classes, attributes and properties – grouped with around Media Queries. Totally different Web Pages An alternative approach nowadays is using Progressive Images. But,…
Looking at Technologies Beyond The Magic
After Looking at Different Technologies and Tech Stacks Beyond The Magic that the words that describe them draw, you either become guru or skeptic. There are endless numbers of different Programming Languages, Frameworks, Libraries, Technologies and approaches. Do you think where it is located. There is the very basic Client-Server architecture – old as the…
