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”…
How to read WordPress Products JSON API and show them with Flutter Web
The WordPress Products API returns JSON that contains all data. In the result are included the tags, the categories, the images and all fields. You could display the product info with one API call. The URL is formed like this: https://<wp>/wp-json/wc/store/products. The fields here are: id: Integer name: String description: String (HTML) – the explanation…
Facebook App Privacy Policy & Terms Of Use
Program Tom dot Com Apps may request users to Login via their Facebook Account. The Accessed Data is only the main profile and only for the purpose of authentication and authorization. You could request to see or to delete the data we store by email: bachillerko@abv.bg
FREE Apps – What – Video Converter – Softwares to use
I offer a Video Converter Software as a Paid Product that includes Executable Part and the Source Code. From a small talk I was reminded how important to start producing videos is. I’m also sharing here – some of the tools I have used or I am using – mine and free options from the…
10 Matrix Games – Data Model
This article will be about Matrix Games Data Model – a little bit slide away from business like apps, architectures, platforms and code. Game Developers also derive knowledge and wisdom from best practices – applied in all other areas. One aspect you could embrace – even in games is focus on the state. Several apps…
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…
