/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.fmpwizard.com
| | felixge.de
3.6 parsecs away

Travel
| |
| | www.polarsignals.com
3.9 parsecs away

Travel
| | Why dynamic dispatch is necessary and how to fix it with devirtualizing and PGO.
| | artem.krylysov.com
1.0 parsecs away

Travel
| | [AI summary] A technical guide demonstrating how to profile and optimize Go web applications using pprof to identify bottlenecks in logging, memory allocation, and string manipulation.
| | www.sjoerdlangkemper.nl
17.7 parsecs away

Travel
| JSON Web Tokens or JWTs are used by some web applications instead of traditional session cookies. Because of their statelessness and the signature implementation there are some security issues that are specific to JWTs. This post describes some ways you can verify that a JWT implementation is secure.