/the-sacred-texts

🧙‍♂️✨Knowledge✨🧙‍♂️

MIT LicenseMIT

The Sacred texts

🧙‍♂️✨Here lies the ultimate knowledge of software engineering!✨🧙‍♂️

Table of contents

  1. Writing code
  2. Frontend development
  3. Backend development

Writing code

Here we show guidelines, discussions and patterns for writing code.

Articles

Goodbye, Clean code - Dan Abramov

The WET Codebase - Dan Abramov

The Wrong Abstraction - Sandi Metz

Clear is better than clever - Dave Cheney

Client-Side Architecture - Khalil Stemmler

Best practices for REST API design - John Au-Yeung and Ryan Donovan

Modern-Day Architecture Design Patterns for Software Professionals - Tanmay Deshpande

Daylight saving time and time zone best practices - Stack-Overflow thread

Frontend development

Here we will show various articles, guidelines, discussions and patterns regarding software development on the frontend side.

Articles

CSS Utility Classes and "Separation of Concerns" - Adam Wathan

Aspect Ratio Boxes - Chris Coyier

Named imports vs default imports - Javascript - Nathanaël Cherrier

Building dark mode on Stack Overflow - Aaron Shekey

Your dark mode toggle is broken - Kilian valkhof

Videos

The How and Why of Flexible React Components - Jenn Creighton ReactJS Girls Conference

Backend development

Here we will show various articles, guidelines, discussions and patterns regarding development on the backend side

Articles

The Big Little Guide to Message Queues - Sudhir Jonathan