Paolo Redaelli personal blog

Category: Javascript

Javascript insanity?

On Facebook they write I enjoy JavaScript but this is insanity Welcome to a language that has approximate math as the only math you can use. In fact 7110 / 100 * 100 is 7109.99999999 because the first division cannot be exactly represented with with a floating point representation. Sites like https://baseconvert.com/ieee-754-floating-point come handy… Those are…

Link

I’ve been a web application developer for over 20 years. I’ve seen all kinds of UI libraries come and I’ve seen them go. I’ve been in the…

Source: Why You Should Stop Using UI Frameworks | by Beau Beauchamp | Nerd For Tech | Medium

I once interviewed with a really big video game company. You know what their development policy was changing to? Plain ECMA (JavaScript) and CSS. No compilers. No CoffeeScript. No TypeScript. They even ripped out jQuery. I was impressed.

Link

typeorm.io is Object–relational mapping for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.