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…
How to Code Native – a Technical Attachment
How far Native are the Technologies the pretend to execute Native Code that is closer to the hardware and executed faster? If you dive into a Real World problem you will 100 percent find out. Yeah, a Flutter App compiles to “Native Code” using LLVM and Ahead of Time Transformation. Android and iOS applications could…
The Sneaky Level above Software Development
There is hidden to the naked eye – Sneaky and hidden level above Software Development. The Online Platforms and Content Management Systems – Free and Paid, self-hosted and rented bring you to the next level of human society. On one level there is the technical detail. The programming language language, the server, JavaScript, Web, Native,…
Should you STOP Coding To-Do and Notes Apps
You should STOP Coding To-Do and Notes Apps! I’ve also have been one of those for the longest time: to-do and note apps. Their idea is to make first steps to new technologies and see results and progress fast. The main reason to STOP Coding To-Do and Notes Apps is – they do not add…
Layers above the Software
You will find several Layers above the Software Source Code. Someone in a company has to take them into account before creating a business if he, she or them have created a long-term one really. Programming As a software developer there are a lot of layers you could find. There are Model, Data Access, View,…
How to WordPress Pages JSON API & Demo: Flutter Web
Let me show you the WordPress Pages JSON API and how to display them in a Simple Flutter Web App. The Data Model I’ll first start by explaining the Data Model. You could open the pages from URL template like this: https://<wp>/wp-json/wp/v2/pages. The JSON Model is as follows: id: Integer title: Object with field “rendered”…