The first major (1.0) release of tinyhttp, a 0-legacy, tiny and fast web framework which aims to replace Express for modern Node.js environments. (more…)
Read more »
Most developers I know should be classified with the trendy word polyglot. Polyglot means a person that speaks multiple languages, where as for programmers they're (programming) languages. Even if you consider yourself as a PHP developer, you're lik…...
Read more »
If you have read all blog post until now, you might have come to the realization that immutability is a core conecept in functional programming. In this blog post, we will take a look at a pattern that can help us update and extract data from large immuta... (more…)
Read more »
A 'CSS reset' for TypeScript, improving types for common JavaScript API's - GitHub - total-typescript/ts-reset: A 'CSS reset' for TypeScript, improving types for common JavaScri... (more…)
Read more »
This course explores the capabilities of TypeScript’s type system and shows how to use advanced static types in practice. For example, you’ll learn how to write safer code by using non-nullable types and being explicit about null and undefined in the type... (more…)
Read more »