At what level to technical knowledge and experience on low-level stuff – pointers, algorithms, design patterns and architectures will bring actual business value? Here is what chatGPT says: Technical knowledge and experience in low-level stuff such as pointers, algorithms, design patterns, and architectures can bring actual business value at different levels depending on the nature…
Tag: Algorithms
What is Bitcoin?
Bitcoin is a combination of several technologies – it is a balance sheet with who owns how much a torrent system and several algorithms that safeguard it. Bitcoin is a Spreadsheet Yes it is a little bit hidden with Pseudo names and addresses. But it is also public and open to participants to review. What…
NFT Minting App Development – steps in more detail
In this article I’m gonna lay out some NFT Minting App Development. These are Baby Steps that follow some “best practices” and guidelines that actually come from the “first principles”. In software development currently the recommended way is – separating apps independently or some kind sort of Micro Services. You could read more about that…
Bitcoin & Blockchain are NOT the Price & the Coins
According to my personal opinion the Bitcoin and Blockchain technologies are not about the price that the market sets on the coins – at whatever moment in time. It could go to million dollars or it could go to zero – it will not matter to the fundamental features build into them. Anyone that shares…
Pseudo Code – Algorithm for Web3 Crypto Login
Let me explain you with Pseudo Code – the Necessary steps – how to implement Web3 Crypto Login {Off-Chain}. You could program it in whatever language you like, or at least – the Back-end part. The User Lands on Your Site/App First thing is first. No matter if the User already knows you or your…
Web3 – Do you Really Need it?
Web3 is considered the next step in the evolution of the Internet. In terms of functionality – it means that some part of the software is interacting or is using source code based on the blockchain technology. Crypto Wallet The crypto wallet is in essence holder for private keys or accounts. It could sign, encrypt…
Good User Experience – Progress and State Now
A Good User Experience is one that shows what an App or whatever piece of software is doing at any particular moment. A meaningful message is one that shows to the user – the current state and if the app is actually doing something. A strategy often used in marketing is to include every time…
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 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…