The end of May is here and we picked up the most interesting news of the month. The future looks bright and our lives can be easier.

JSON Feed Announced

Manton Reece and Brent Simmons have noticed that JSON has become the developers’ choice for APIs, and that developers will often go out of their way to avoid XML. JSON is simpler to read and write, and it’s less prone to bugs. They developed JSON Feed, a format similar to RSS and Atom, but in JSON.

How to use Fetch to handle both success and errors

Browsers nowadays have improved so much that they support the Fetch API, which is a modern way to Ajax without helper libraries like jQuery or Axios. Learn how to use Fetch to handle every situation encountered.

Create Web Apps Entirely By Writing HTML using Mavo

You can make any element editable and saveable just by adding one HTML attribute to it. In fact, you can store your data locally in the browser, on Github, on Dropbox, or any other service just by changing an HTML attribute. Here is how.

JavaScript modules – how and when to use ESM

Find out the current state of implementations and why the transition to ES modules (ESM) will not harm the Node.js ecosystem. This article lets you know what these changes will mean for webpack users and module authors.

Best habits that help you write flawless code

When writing code, we often face the problem of having to choose between the short-term advantages of bad practice and the long-term costs it generates. Here are four examples of what habits make us gain in the long run.

Until next month, work smart and be brave!