You are here |
solrevdev.com | ||
| | | |
techtldr.com
|
|
| | | | Note: Everything I've assumed was wrong, I am keeping track of things as I discover them via the medium post: https://medium.com/@akras14/omg-npm-clone-that-finally-makes-sense-3478588879 I'll update this post when the dust settles ?? Last week I came across a yet another NPM clone, called pnpm, but unlike other clones (cough Yarn) this one is actually interesting! What so [...] | |
| | | |
techtldr.com
|
|
| | | | This is another follow up to my 4 Month old blog post - how you may be loosing your mobile traffic to Google AMP pages. Note: AMP stands for Accelerate Mobile Pages - and it's a roughly year old project from Google that aims to optimize mobile browsing experience by providing a free cache/CDN layer, [...] | |
| | | |
techtldr.com
|
|
| | | | I wrote the following tool to do load test on Google Cloud PubSub. It's a pretty simple but effective tool to generate a lot of data. This assumes user is using gcloud auth application-default login for credentials. In this particular examples: Every third request is adding a different attribute. Python dict as a payload that [...] | |
| | | |
publicobject.com
|
|
| | Public APIs I work on lots of public APIs. For those, it's nice to have nicely-formatted Javadoc, following the Guava guidelines. This means lots of <p> tags, {@code} blocks! Here's an example from Okio: /** * Wait at most {@code timeout} time before aborting * an operation. Using a per-operation timeout |