“That’s been one of my mantras — focus and simplicity. Simple can be harder than complex; you have to work hard to get your thinking clean to make it simple”
A vast wiki focused on common errors that Bash programmers make. File iterations, assignments, word splitting, quotes and a lot more... with a total of 55 common mistakes, after reading this guide, your bash skills will definitely feel more solid!
Let’s take a look at some useful upcoming features in JavaScript: Optional chaining, Nullishcoalescing and the glorious Pipeline operator. In this article, you’ll see the new syntax, some meaningful example and, finally, some links to keep up to date with these features and figure out when they'll be officially included in the language.
A few strategies for dealing with hard problems, and the frustration that comes with them. As programmers, we often face hard problems, but this guide is not specifically focused on programming and it can be useful in all sort of complex problems you might find in your own personal path.
Using JavaScript modules on the web By Addy Osmani & Mathias Bynens is an article that describes how to get started with JavaScript modules, now supported in all major browsers! This article explains how to use JS modules, how to deploy them responsibly, and what's coming next in this field.
An introduction to Architect, a new serverless framework in the block. The idea of Architect is to be opinionated but simple to understand and use, even for those who are not experienced already with the whole serverless idea.
It's not new that you can draw fairly complicated pictures by crafting particularly obscure CSS declarations. This article will explore a new technique to draw images with CSS that is based on using the "background" property in combination with gradients.
In this post, we will use React and Elasticsearch to build a MovieSearch app. A very interesting project to improve your full stack skills.
Book of the week
Graph Databases: New Opportunities for Connected Data
by Ian Robinson
Discover how graph databases can help you manage and query highly connected data. With this practical book, you’ll learn how to design and implement a graph database that brings the power of graphs to bear on a broad range of problem domains. Whether you want to speed up your response to user queries or build a database that can adapt as your business evolves, this book shows you how to apply the schema-free graph model to real-world problems.