Issue #153 · March 9, 2020

500+ Customizable CSS Icons

“The human spirit must prevail over technology”

Best 7 links of week #10, 2020

500+ Customizable CSS Icons

500+ Customizable CSS Icons

Minimalistic icon library Designed by code, Customizable & Retina-Ready icons — built 100% in pure CSS. Easy integration: Embed, NPM & API

Articles

Being Glue

A wonderful talk by Tanya Reilly about "Glue Work" in a tech team. Glue work means working away from code and investing in auxiliary (and necessary) activities such as writing docs, setting up meetings, defining coding standards, improving processes, mentoring and onboarding. How much do we underestimate glue work?

To Get Good, Go After The Metagame

A-non-strictly techincal article about getting better at anything... What do metagames have to do with the acquisition of expertise? What actually is the metagame and how can we leverage it to get better at something?

A half-hour to learn Rust

In order to increase fluency in a programming language, one has to read a lot of it. But how can you read a lot of it if you don't know what it means? This article, instead of focusing on one or two concepts, tries to go through as many Rust snippets as possible to make the syntax easier to understand and to set the foundation for learning more about the language.

sharkdp/fd

A simple, fast and user-friendly alternative to the UNIX "find" command. If you use "find" a lot, you are going to love this alternative!

How to brainstorm great business ideas

It's been said that ideas don't matter, execution does. In reality, you need both to succeed, but you can only get so good at execution... A great idea gives you much more leverage! So how can we discriminate ideas to find the best ones?

Book of the week

Test Driven Development: By Example

Test Driven Development: By Example

by Kent Beck

Developers face complex programming challenges every day, yet they are not always readily prepared to determine the best solution. More often than not, such difficult projects generate a great deal of stress and bad code. To garner the strength and courage needed to surmount seemingly Herculean tasks, programmers should look to test-driven development (TDD), a proven set of techniques that encourage simple designs and test suites that inspire confidence.