JavaScript News

Seven wrongs don’t make the one right: Solving problem with Functional Javascript

Functional Programming has several advantages for better, more understandable and maintainable code. Currently, it's popping up in many languages and…

6 years ago

Implementing 5 Common Design Patterns in JavaScript (ES8)

In this tutorial, we'll see how common design patterns can be used as blueprints for organizing larger structures. Defining steps…

6 years ago

Thanks to DeepCode, AI can help you write cleaner code

DeepCode is a tool that uses artificial intelligence to help software engineers write cleaner code. It's a bit like Grammarly…

6 years ago

What’s new in ECMAScript 2018 (ES9)?

ECMAScript 2018 -  also known as ES9 - is now complete with lots of features. Since the major features released…

6 years ago

Scrivito launches serverless JavaScript CMS

Scrivito, a SaaS-based Content Management Service, launched a new breed of cloud-based serverless JavaScript CMS which is specifically targeted towards…

6 years ago

Web development news bulletin – Tuesday 17 April

Welcome to this week's web development news bulletin. There's some interesting new releases, and also news of conflict between 4…

6 years ago

Building your first Vue.js 2 Web application

Vue is a relative newcomer in the JavaScript frontend landscape, but a very serious challenger to the current leading libraries.…

6 years ago

Web Security Update: CASL 2.0 releases!

CASL has released a new version 2.0 bringing with it several compelling opportunities for enhancing web app authorization methods. CASL…

6 years ago

Mozilla is building bridge between Rust and JavaScript

Mozilla is building a bridge between Rust and JavaScript. The bridge - Wasm-bindgen - allows Rust to interact with Web…

6 years ago

6 JavaScript micro optimizations you need to know

JavaScript micro optimizations can improve the performance of your JavaScript code. This means you can get it to do more…

6 years ago