Issue #43 · January 8, 2018

AI and Deep Learning in 2017

“Technology is anything that wasn’t around when you were born”

— Happy new year from Fullstack bulletin 🎉 Best 7 links of week #1, 2018

AI and Deep Learning in 2017

AI and Deep Learning in 2017

A number of Artificial Intelligence and Deep learning topics that made 2017 a great year for this field. If you are curious to see what 2018 will bring, this article is a good starting point.

Articles

The Future Belongs to CSS

A fantastic Codepen that demonstrates once again how much CSS is underrated. See how a combination of CSS Grid, Flexbox and position "sticky" can help you achieve dynamic layouts without a single line of JavaScript.

Minimum Viable Sharing Meta Tags

A super interesting research aiming at defining the minimum viable set of sharing meta tags to achieve good visibility on Facebook and Twitter and, at the same time, keep your markup as light as possible.

Top JavaScript Libraries & Tech to Learn in 2018

This article proposes few bets on the JavaScript libraries and related technologies that will be worth learning in 2018. Pretty interesting if you are trying to define your new learning paths for this year.

To Serve Man, with Software

An inspiring article by Jeff Atwood (founder of Stack Overflow and Discourse) that describes the role of software developers and delves into ethics in this "era of software". Can we be responsible developers and create software for a better world?

Best Data Viz Projects of '17

A collection of 10 fantastic data visualization projects that ruled the past year. This projects will not just inspire you but also teach you some of the most unexpected lessons ever, for instance "Why eggs are shaped like eggs"...

From Bootstrap to CSS Grid

Despite many clever hacks and creative workarounds, there hasn’t been a simple answer for creating a layout on the web. Developers have been saying for years that there has to be a better way to create responsive websites, and finally, there is: CSS Grid, a proper layout tool for the web baked right into CSS itself, is here.

Book of the week

Algorithms to live by

Algorithms to live by

by Brian Christian and Tom Griffiths

A fascinating exploration of how computer algorithms can be applied to our everyday lives, helping to solve common decision-making problems and illuminate the workings of the human mindAll our lives are constrained by limited space and time, limits that give rise to a particular set of problems. What should we do, or leave undone, in a day or a lifetime? How much messiness should we accept? What balance of new activities and familiar favourites is the most fulfilling?