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.
“The use of COBOL cripples the mind; its teaching should therefore be regarded as a criminal offense”
Best 7 links of week #52, 2021
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.
Patterns.dev is a free book on design patterns and component patterns for building powerful web apps with vanilla JavaScript or React.
Why is Rust being used to replace parts of the JavaScript web ecosystem like minification (Terser), transpilation (Babel), formatting (Prettier), bundling (webpack), linting (ESLint), and more?
How the engineering team at Twitter architected a system to process large scale data in real time while reducing latency and improving accuracy.
A collection of free & fun SVG generators + other tools for web designers. Also, an upcoming collection of beautiful & modern HTML templates.
We expect that Rust will become even more prominent in 2022. If want to get a perspective on why is that, you can check out this interesting interview with Jon Gjengset, author of the book Rust for Rustaceans.
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.
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