by Jamie Tanna . #javascript.
Tag javascript
Binary Planting with the npm CLI
Recommended read: Binary Planting with the npm CLI https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli
Recommended read: Do We Really Need a Web API? https://liaison.dev/blog/articles/Do-We-Really-Need-A-Web-API-yq12wz
This is a brilliant talk about the quirks of JavaScript, from a number of years ago.
Although it's fun to hate on JavaScript, it can also be seen about other languages.
Definitely worth a watch if you've never seen it before, or are working with JavaScript and want to have to think very hard about what the language does.
Recommended read: Wat https://www.destroyallsoftware.com/talks/wat
JavaScript isn’t always available and it’s not the user’s fault
Recommended read: JavaScript isn’t always available and it’s not the user’s fault https://adamsilver.io/articles/javascript-isnt-always-available-and-its-not-the-users-fault/
Everyone has JavaScript, right?
Recommended read: Everyone has JavaScript, right? https://kryogenix.org/code/browser/everyonehasjs.html
FOSDEM 2019 (31 mins read).
Recapping my time at the Free and Open Source Developers Europe Meeting conference in Brussels.
TYKJS Middleware Gotcha When Base 64 Decoding Data (3 mins read).
How to workaround the Failed to base64 decode: illegal base64 data at input byte
error when trying to use b64dec
in TYKJS middleware.
Unit Testing Your TYK (TYKJS) Middleware (6 mins read).
Writing unit tests (in this case using Jasmine) for the TYK API Gateway's JavaScript middleware functionality.