"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"
|
—
Steve Jobs,
Apple co-founder
|
|
|
Best 7 links of week #26, 2018
|
|
|
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, Nullish coalescing 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.
|
|
|
|