Keep third party analytics scripts from loading until a user has opted in to tracking.
Respect user preferences & comply with GDPR regulations π
This is baked in to latest version of analytics library & works for all plugins π
getanalytics.io/conditional-β¦
"The Future of Programming" by Bret Victor remains one of my all time favorite talks.
He runs through the history of how programming evolved with a powerful message on the striving to keep the beginner's mind.
Worth a watch
invidious.snopyta.org/watch?v=8pTEmbeEβ¦
Interesting counter-trend - maintainers of large open source projects like @Sveltejs and @Deno_land are moving *AWAY* from writing their internals in TypeScript
Just at the same time when the wider dev world is falling in love with TS.
Reasons: build times and code complexity.
The biggest reason
@goserverless
framework is so popular is their wast plugin ecosystem and community support.
Easy to use, and allows you to disagree with/extend/add functionality by writing your own plugin. π₯
#Serverless#AWS#NodeJS#SoftwareEngineering#Backend
Wowza @Cypress_io is even better than I remember. So easy to script & test flows π
Anyone using cypress for testing their app auth flows?
Looking for examples
Yesterday I learned that while ESbuild is super fast...
It will also disable your babel plugins if you use any.
This makes sense but tripped me up when some transpilation stuff stuff working. (E.g. removing test-id data attributes via babel plugin)