https://jrsinclair.com/articles/2019/elegant-error-handling-with-the-js-either-monad/
Category: Lambda
A Lazy Developer’s Guide to Tensorflow.js – Google Slides
A Lazy Developer’s Guide to Tensorflow.js – Google Slides
— Read on docs.google.com/presentation/d/1xq7Wi6X582kT0HpH3eb0vpq-9H9oC5TH4uupI-j4KE8/present
Colorizing and Restoring Old Images with Deep Learning
Colorizing and Restoring Old Images with Deep Learning
— Read on www.google.com.au/amp/s/blog.floydhub.com/colorizing-and-restoring-old-images-with-deep-learning/amp/
How I started with learning AI in the last 2 months
Everyone is very busy these days. There is just so much going on with our personal and professional lives. On top of it, lo and behold, something like artificial intelligence starts to gather steam…
— Read on hackernoon.com/how-i-started-with-learning-ai-in-the-last-2-months-251d19b23597
Tern
Tern is a stand-alone code-analysis engine for JavaScript. It is intended to be used with a code editor plugin to enhance the editor’s support for intelligent JavaScript editing. Features provided are:
Autocompletion on variables and properties
Function argument hints
Querying the type of an expression
Finding the definition of something
Automatic refactoring
Tern is open-source (MIT license), written in JavaScript, and capable of running both on node.js and in the browser.
— Read on ternjs.net/
Cloud Computing without Containers
Here is a very lightweight serverless solution that runs JavaScript in isolated worker threads without the overhead of containerisation. Looks like something that will become increasingly important in coming years as we continue to run things at greater and greater scales.
Cloud Computing without Containers
— Read on www.google.com.au/amp/s/blog.cloudflare.com/cloud-computing-without-containers/amp/
Defining custom elements in HTML
This is great. The purpose here is to use custom elements declaratively, in html. This markup is not for complex components but for repeated sections of a web page HTML which would benefit from reusable components. It can be done without getting bogged down with JavaScript.
A WebAssembly backend for OCaml – Sander Spies – Medium
This article was made a lot better with feedback from Cristiano Calcagno, Simon Fowler, and Thomas Barras. In recent years JavaScript has become a compilation target for many languages. Even…
— Read on medium.com/@sanderspies/a-webassembly-backend-for-ocaml-b78e7eeea9d5
Purify – Functional programming library for TypeScript
Purify is a library for functional programming in TypeScript. It’s purpose is to allow developers to use popular patterns and abstractions that are available in most functional languages. It is alsoFantasy Land conformant.