Most people probably don’t need to work on side projects and are perfectly happy with the everyday work. 9-5 could pay the bills, cover vacations, earn some savings for investments. But, some people like adventure and the modern wrapping of it -is try and experiment with ideas. There are many advantages about exploring side projects…
Category: Choosing a Framework
Building Fully Cross Platform App with Flutter
In this article I’m gonna explain how I’ve build Fully Cross Platform Native Apps with Flutter. The Application I’ve build is an App Center that is listing and will contain all future software products. About App Center Some time ago I rented the domain “App Center . Online”. It was cheap, but I didn’t manage…
Flutter and React-Native are for Startups
Flutter and React-Native are Cross-Platform technologies for Startups – that access unite platform and half-access native features in a united way. They do optimize development time and also – Speed of deployment and delivery are crucial for fast interaction of features. In the end – Innovation is nothing more than statistics around the new features…
Independent Facebook Login Authentication
If you want to integrate the Facebook Login in your app, but you want at least some small part of the Authentication to be Independent – this article is for you. The World Wide Web is a Communication Layer present on almost every meaningful device form factor. If some functionality works on it, it could…
Secrets unspoken by Flutter Tutorials creating developers
In this article you will learn few secrets not spoken by tutorials creating developers. These are things that many tutorial creating developers aren’t saying, because they don’t know them or realize them. Many colleagues are often too attached to the tool they are using. It has become their fetish. Other times these things are purposefully…
For whom is Flutter for? Why not Native?
Developers tend to attach themselves to frameworks. They see some magic tricks like the ones The Flutter Framework makes in its cross platform efforts. In the past, there were also several other wizardly-like technologies. An experienced software engineer with more than technical skills sees beyond the bytes, the shiny animations and drawings. Flutter Framework is…
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…
How to read WordPress Users and show Them with Flutter Web
The Content Management Platform – WordPress – also has User System inside. User Centered are almost all the Applications around the Internet. WordPress offers Administrative Visual Interface, Roles Editing and many more things integrated or offered as a plugin. In this article I’m gonna explain how to read WordPress Users from the WP JSON Rest…
How to read WordPress Posts & show Them with Flutter Web
In this article I’m gonna continue the tutorial of reading the WP JSON API to how you how to read the WordPress Posts and display them in Flutter Web Application. The Information is located on the URL: https://<wp>/wp-json/wp/v2/posts. It has the following JSON Data Model: The important fields of this complex WordPress Posts array/object –…
How to WordPress JSON Media & show it with Flutter Web
I’ll continue my previous articles about Consuming WordPress JSON API, Tags and Categories by showing you how to Grab the Media (probably mostly Images) from the JSON API of a WordPress Web Site. The Endpoint for Images is: https://<wp>/wp-json/wp/v2/media?[offset=<0,10,20>]. It has the following – more complex Data Model: Important and probably most used fields of…