Learnings
How can you implement a "usePrevious" hook and why it works?

7 Web Features You Did not Know Existed

Avoiding common mistakes in React Hooks

A collection of popular layouts and patterns made with CSS

Create, customize, and compose animations using CSS classes and variables and without having to write a single keyframe

Compassionate Code Reviews

Write code. Not too much. Mostly functions:

Safety-Critical Systems

How and Why You Should Use React Query

What is NPS? And why you should know how it works

How to Leverage NPS for Greater Retention and Product Stickiness

How to build a Rapport

Command Line Interface Guidelines:

Beginner’s Guide To Abstraction

An overview of end-to-end entity resolution for big data:

A great, and very complete, talk on Postgres configuration options and how to properly manage your database server

select pg_reload_conf()
is a handy command to unnecessary database restarts, it reloads the configuration file with the changes you made. To check if there are no unapplied configuration changes, use select * from pg_file_settings where applied = false
. For a better understanding on PostgreSQL configuration parameters, their values and whether or not they require a restart, check:

Most Common Neural Net PyTorch Mistakes:

Adding non-code files to your lib:

Less known packaging features and tricks:

Introduction to computational thinking

Django API Domains

WebSockets in 100 Seconds & Beyond with Socket.io

Options for public facing IDs in Django
