fromTheregister3 weeks agoDev ported DB coded in SAP's ABAP to a ZX Spectrum emulatorWhen I built ZVDB, I deliberately applied every Z80 optimization I knew. Why? Because these 'old' techniques are timeless - they just happen to make modern code blazingly fast.Software development
CryptocurrencyfromHackernoon1 year agoNavigating MySQL Numeric Data Types | HackerNoonChoosing the right MySQL numeric data type is crucial to avoid pitfalls like integer overflow and floating-point rounding.