Friday Fun: Web dev music
You Give REST a Bad Name Bug in the JavaScript →
You Give REST a Bad Name Bug in the JavaScript →
Finally we get to hear one story how JavaScript was made in this MEME video. This might not be the widely believed truth, but this is an entertaining story. →
https://opensource.com/article/18/6/mqtt This article introduces you to MQTT protocol widely used in IoT. MQTT is a publish/subscribe (pubsub) wire protocol designed with small devices in mind. Pubsub systems work like a message bus. You send a message to a topic, and any software with a subscription for that topic gets a copy of your message. As →
https://medium.com/perfektio/google-sheets-aws-lambda-json-backend-d5e67ab4f660 Simple JSON API for simple people with simple purposes without any complicated servers. →
https://opensource.com/article/17/6/functional-javascript?sc_cid=70160000001273HAAQ Explore functional programming and how using it can make your programs easier to read and debug. →
https://risingstars.js.org/2017/en/#section-test-framework Let’s see by the numbers which projects got traction in 2017 by comparing the numbers of stars added on GitHub over the last 12 months. →
https://opensource.com/article/17/12/learn-javascript?sc_cid=7016000000127ECAAY HTML, cascading stylesheets (CSS), and JavaScript have experienced massive growth and evolution over the past two decades. More than 25 years have passed since the first web pages produced with JavaScript were developed, and things have improved immensely. There are tons of JavaScript libraries and frameworks out there. →
https://opensource.com/article/17/8/using-javascript-hack-web?sc_cid=7016000000127ECAAY Not all hacking is mischief. Here’s how you can use JavaScript to make your browser better. →
https://dev.to/anthonydelgado/javascript-is-eating-the-world JavaScript and NodeJS are single handedly eating the world of software. Once only thought of as “hipster” technology, NodeJS is quickly becoming one of the most commonly used environments for building web applications. This article has a list of 5 huge companies who have adopted NodeJS for use inside high traffic, high profile production projects. →
https://blog.acolyer.org/2017/09/19/to-type-or-not-to-type-quantifying-detectable-bugs-in-javascript/ Very interesting scientific analysis of using Flow/TypeScript annotations to autodetect 15% of bugs in JavaScript To type or not to type: quantifying detectable bugs in JavaScript Gao et al., ICSE 2017 Is it worth the extra effort to add static type annotations to a JavaScript project? Should I use Facebook’s Flow or Microsoft’s TypeScript if so? →