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…
How To Use Indexed DB – a Database in the Web Browser
Can I Use IndexedDB – the Database of the Web Browsers? IndexedDB Database is the accepted (standardized) way of storing semi-structured & organized information in the Web Browsers. It is supported by most of them in their latest version: https://caniuse.com/indexeddb. In programming terms – you could check the support programmatically this way: window.indexedDB = window.indexedDB…
How to Scan Barcodes or QR Codes?
How to Scan Barcodes or QR Codes? In most cases you could read them with a smartphone, but to make them useful, you’ll need an application or service. Depends who you are and for what you are using the codes. Specialized Readers In the cashiers, storages and warehouses you will find specialized barcode readers (pistols…
How to Generate Barcode?
My next #utility is a simple #java desktop app that can a generate barcode. It Works independently from the Internet to #encode a text you type in into #qrcode readable by all modern #smartphones. I’ve seen them in receipts, in menus in the restaurants, on products in the supermarket, the code of the Wi-Fi. I’ve…
What are Barcodes? 10 Usages in the Real World
Barcodes and QR codes display information that is more easily read by computers than humans. Although software has improved a lot, computers are still having tough time decoding the human languages because of several complicating factors. When humans write by hand the result is too often text not always mathematically aligned Transparent or semitransparent labels…
Pa$$W0rds Best Practices – Strong Passwords
With the progress of time – users, database administrators, developers, experts and all actors in the Internet World have embraced the truth that Passwords Break out. It doesn’t matter how secure the organization, no matter the effort of security experts and investments. There are ways to make this less of a problem from the user…
Getting Started with PreactJS with Material Design
This article is a “Getting Started” – the very first steps of how to start a PreactJS project offline and include Material Design CSS Library or Components. First You should have installed on your system the module required for all “modern” JavaScript frameworks – NodeJS and/or npm. Next, You should follow the steps from the…
Implementation of Programming Concepts & Apps
If you are coding software long enough, you could recognize how the same Programming Concepts are reimplemented again and again. It is just like the mathematical fractals or the evolution of species. Everything is new, but in the same time, the same old thing, just the package is different. It is different, because of the…
