After almost 2 years a new major release of React is ready. This is an interesting one, because it does not come with a hell of a lot of new featured, but it's more focused on making React easier to extends and integrate. Find out more about this upcoming release!
Before CSS, well... there were other ideas! If you are curious about what kind of things could have happened instead of CSS, this is the history of all the languages which almost became CSS!
This is really happening: WebAssembly finally allows languages other than JavaScript to be used as FullStack web languages! In this article, you can find out how to build a SPA using Rust, WebAssembly and Yew.
A no-jargon guide on Git and Github for beginners. A great guide if you are doing your first steps in the field of software engineering or simply if you want to make sure you know all the basics of Git and GitHub.
How to center text vertically in buttons and input elements using the padding and line-height CSS properties. Yes, vertical-alignment on the web is always fun!
What is Redux? What is the State? How to Modify the State? A new revamped guide on how to get started with Redux and get the best out of it!
Book of the week
Eloquent JavaScript: A Modern Introduction to Programming
by Marijn Haverbeke
JavaScript lies at the heart of almost every modern web application, from social apps to the newest browser-based games. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications. Eloquent JavaScript, 2nd Edition dives deep into the JavaScript language to show you how to write beautiful, effective code.