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 –…
What You Eat – 2020 yearly update
What You Eat is a project that has been left practically alone – besides checking that it is online for several years now. There have been small fixes here and there, but nothing major, but practically and philosophically, it has grown on its own. You want numbers?! Here you have! These is the last year….
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…
How to grab WordPress Categories and show them in Flutter Web
I’ll continue my previous post about Consuming WordPress JSON API and Tags by showing you how to Grab the Categories and their related Posts or Products from the JSON API of a WordPress Web Site. Load Post Categories The Post Categories list endpoint is located under the address https://<wp>/wp-json/wp/v2/categories[?parent=<id>]. It has the following JSON Model:…
Add Watermark to your Creative Content
If you publish something on the Internet – with or without Watermark, no matter what or where – you must count it as pirated. The tool presented here is small part of a functionality of a project developed 4-5 years ago, that Facebook stole. The current rework is a minimal feature – minimal step to…
How to grab WordPress Tags from JSON API and show them with Flutter Web
I’ll continue my previous post about Consuming WordPress JSON API by showing you how to Grab the Tags and their related Posts or Products from the JSON API of a WordPress Web Site. If you have a WordPress Site, you probably also have available several REST endpoints described in technical detail in the WordPress.org documentation….
Consuming WordPress JSON API
In this article I’m gonna start explaining the WordPress JSON API. This may be useful for Theme Developers, for Application Creators, for Students and Learners. WordPress powers up one big percentage of the Internet. Many of the users of this software product are Marketers, Sellers, Bloggers and all kinds of people outside of programming. That…
How to migrate Spring Boot – From Jar to War
In this article I’ll enumerate the few steps to migrate Spring Boot Project Configuration – From Jar to War File. Let me start with – if you’ve started your project from the scratch with the idea of building a war file, you could select this option on https://start.spring.io/. This way you will not need any…
Types of Users & Their Experience
There are several types of Users out there in the world that Experience the digital transformation in different ways. You – as a creator, developer, business owner or entrepreneur – have very small chance of influencing on these types of groups alone. You may convince single individuals and transform them into your digital world. But,…
