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,…
Defining the Types of Records – Data Model Modeling
How to define a Data Model? Figuring out the way to actually store or transmit the information is the creative part of programming. New Programming Languages, new Frameworks and Code Libraries, Services and Products with same old concepts will continue to appear and rise. If you have the knowledge and the core abstractions defined, you…
How to List Files in a Folder with PHP & Java
In this article I’ll show you How to List the Files that are located in a Directory with PHP & Java. Here are the Source Code Samples and Hints: PHP PHP can List the Files in a Directory with two APIs: Option 1: $fileList = glob(‘*’); // place here a file system regex foreach($fileList as…
How to Sync Data to Custom Back-End Programmatically
Here are the Required Model Fields to include in every Data Record if you want to Sync (Synchronize) Data Records to Custom Back-End Programmatically – (without Private Clouds): On The Front-End To be able to Sync the Data – on every Client and Each Client Device or Software – each Data Record must have the…
Secret – SEO, Marketing, Solution-focused Clickbait
The Secret is to target the SEO, Marketing, Practical, Solution-focused – Click-bait. Whatever you do, you could naturally and without fakeness ask yourself – how to or how do I practice this? Someone, somewhere in the world doesn’t know. And nowadays, with the presence of internet search engines, people WILL ask the Internet. Having formulated…
Why to Think as a Microservice?
Why to Think as a Microservice? In two words – Being Independent – useful in real life and also in Software. Being self-sufficient to the Universe gives a person or a software the possibility to balance and even output more – energy and the value to the outer layers – with very small effort. Thinking…
How to Create a Web Site?
How to Create a Web Site? So you want a Web Site? Good. I have good news and a bad news for you. This wanting is the same as “I want love”, “I want money”, “I want success”, “I want happiness”. It all depends on your needs, your individual use case, your requirements and what…