"First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack"
|
—
George Carrette,
Computer Scientist
|
|
|
Best 7 links of week #24, 2018
|
|
|
In this talk Ryan Dahl, original Node.js creator, describes 10 things that he regrets about architectural choices in Node.js and describes what he would have done differently if he had to rewrite Node.js from scratch today. By the way, he is already building a new V8 runtime called deno, introduced at the end of the talk!
|
|
|
|
Programming with dates, times, and timezones is hard. But here's some help from Zach Holman, who goes about the meaning of time and delves into a deep dive about all the aspects the programmers need to know when working with time.
|
|
|
|
Write cleaner and more readable code by making use of modern JavaScript array and object methods. Never touch a for/while loop again!
|
|
|
|
Ballerina makes it easy to create resilient services that integrate and orchestrate transactions across distributed endpoints.
|
|
|
|
Node is a very versatile platform, but one of the predominant applications is creating networked processes. In this article, we’re going to focus on profiling the most common of these: HTTP web servers.
|
|
|
|
In this post, we’ll look at how to build fully serverless & backendless mobile applications with AWS Amplify & React Native.
|
|
|
|
ml5.js aims to make machine learning approachable for a broad audience of artists, creative coders, and students. The library provides access to machine learning algorithms and models in the browser, building on top of TensorFlow.js with no other external dependencies.
|
|
|
|