Issue #243 · January 3, 2022

Papers with Code

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

Best 7 links of week #52, 2021

Papers with Code

Papers with Code

If in 2022, you are looking into expanding your horizons and start to dive into machine learning, "Papers With Code" is a great resource that highlights trending Machine Learning research and the code to implement it.

Articles

Modern Web App Design Patterns

Patterns.dev is a free book on design patterns and component patterns for building powerful web apps with vanilla JavaScript or React.

What’s new in Next.js 12

Next.js has been one of the most successful web frameworks of 2021. During the year, version 12 came out bringing a bunch of intersting features and improvements.

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