Cracking JWTs
ticarpi/jwt_tool is a toolkit for testing, tweaking and cracking JSON Web Tokens. If you like JWT tokens, you can definitely learn a lot by just looking at the guides in this repository!
“There are two ways to write error-free programs; only the third one works”
Best 7 links of week #25, 2020
ticarpi/jwt_tool is a toolkit for testing, tweaking and cracking JSON Web Tokens. If you like JWT tokens, you can definitely learn a lot by just looking at the guides in this repository!
"Compiler Compiler" is an incredible video series about building a JavaScript engine. Created by a Mozilla engineer and based on SpiderMonkey, Mozilla's JavaScript engine.
Are we ready to revisit some of the ideas of the early web again? There are trends that suggest we might just have come full circle - and I like it.
Learn how to use React Testing Library in this tutorial. You will learn how to test your React components step by step with unit and integration tests.
At the very heart of Actual is a custom syncing engine. I'd like to talk about a PostgreSQL feature that enabled a 9-10x performance improvement.
A long list of text to diagram tools. Next time you will have to generate a diagram, you should try one of these tools. What are the advantages? Well, just to name a few, you can keep your diagrams on git as text and you will always have a consistent graphic!
The most common mistakes I found writing react components, why they are mistakes and how to avoid or fix them.
by Asim Hussain
In this quickstart you'll get a 50,000 foot view of the major features of Angular 2 including: Typescript & ES6 Javascript, Components & Binding, Directives, Dependancy Injection & Services, Angular Modules & Bootstrapping your Angular application., SPAs & Routing, Angular CLI, Forms, Reactive Programming with RXJs, HTTP and finally Unit Testing.