I picked up React Native as a web developer and here’s what I’ve learned dev.to/walaura/i-picked-up-react-native-as-a-web-developer-and-here-s-what-i-ve-learned-59h6
React vs. Angular: The Complete Comparison – Programming with Mosh
Flexbox ultimate cheatsheet
DevDocs API Documentation
Great frontend api documentation page. Select your favorite fw in preferences and start searching.
devdocs.io/
Introduction to Queries in PostgreSQL (General SQL query examples)
An Introduction to Queries in PostgreSQL dev.to/digitalocean/-an-introduction-to-queries-in-postgresql-44la
Chrome devtools tricks
DevTools – My Favorite Tips and Tricks dev.to/atapas/devtools-my-favorite-tips-and-tricks-32c7
Firefox Developer Tools – filtering in the network tab request list
The current filter will only show the request matching a GET and contains url user:
method:GET user
(used under F12, tab network, filter text input)
Source: Network request list – Firefox Developer Tools | MDN
30 Seconds of CSS
A curated collection of useful CSS snippets you can understand in 30 seconds or less.
30-seconds.github.io/30-seconds-of-css/#truncate-text-multiline
30 seconds of code – great javascript code snippets resource
> The core goal of 30 seconds of code is to provide a quality resource for beginner and advanced JavaScript developers alike. We want to help improve the JavaScript ecosystem, by lowering the barrier of entry for newcomers and help seasoned veterans pick up new tricks and remember old ones. In order to achieve this, we have collected hundreds of snippets that can be of use in a wide range of situations.
30secondsofcode.org/about
curl – Manual
command line tool and library for transferring data with URLs
curl.haxx.se/docs/manual.html