Issue #194 · December 28, 2020

Centering in CSS

“The use of COBOL cripples the mind; its teaching should therefore be regarded as a criminal offense”

๐ŸŽ„ Best 7 links of week #52, 2020 ๐ŸŽ

โญ๏ธ FullStack Bulletin has outgrown its free plan! If you enjoy this newsletter, consider supporting us:

Donate on Patreon - Discuss sponsorship

Centering in CSS

Centering in CSS

Follow 5 centering techniques as they go through a series of tests to see which one is the most resilient to change. Because centering things in CSS is never boring and always a challenge!

Articles

What Can You Put in a CSS Variable?

CSS variables (also known as CSS custom properties) can hold all sorts of things. Some of these things were are obvious, others are not. In this article, you will learn everything that can be a CSS Variable!

5 Ways to install Node.js

Are you interested in getting started with Node.js and you are trying to figure out what's the simplest and best way to get Node.js installed in your development machine? If that's the case this article is definitely for you. But even if you are a seasoned Node.js developer, this article can provide you some useful tips to make you even more productive with Node.js.

Sticky Table Header with React Hooks

Long tables with an endless scroll. Tables are great presentational medium for data, but it's not straightforward to stick their headers on top. Confronting that limitation with React hooks.

Jamstack in 2020

Jamstack chapter of the 2020 Web Almanac covering the use of Jamstack, the performance of popular Jamstack frameworks, as well as an analysis of real-user experience using the Core Web Vitals metadata.

The art of code

Considered by many the best technical talk of 2020, this presentation by Dylanย Beattie gives an entertaining look at the art of code. From Conway's Game of Life to the 1970s demoscene and the earliest Obfuscated C competitions. Esoteric languages and quines - how can you create a program that prints its own source code? Code golf and generative art, the phenomenon of live coding as performance - from the pioneers of electronic music to modern algoraves and live coding platforms like Sonic Pi.

Book of the week

RESTful API Design

RESTful API Design

by Matthias Biehl

this book is packed with best practices on many technical aspects of RESTful API Design, such as the correct use of resources, URIs, representations, content types, data formats, parameters, HTTP status codes and HTTP methods. You want to design and develop APIs like a Pro? Use API description languages to both design APIs and develop APIs efficiently. The book introduces the two most common API description languages RAML and OpenAPI/Swagger