Software Development
Notes, insights and learning pills
- engineeringtypescript
Error catching or handling
From assumptions to assurance. Building error-free software by design
- typescript
Introduction to fp-ts
A practical introduction to fp-ts. Functional programming in TypeScript
- javascript
Callbacks, Promises and Async/Await
The evolution of how to work with asynchronous code in JavaScript (ES6)
- javascript
Map vs Object, comparison in JS (ES6)
Differences between Map and Object collection data types in JavaScript
- algorithmsengineering
Recursion and dynamic programming (DP)
Finding the shortest path to a recursive problem by mathematical optimization
- javascript
How to build a RPG game with JavaScript
The process to plan, develop and deploy a basic RPG game made with JavaScript