🚀It is "official" now
🔍We are looking for senior software engineers to join the @auth0 SRE team: https://t.co/Dk69xrPBnu
⏱ Preferred timezones are AU, EU, PST as the existing team is in EST/ART
❓DMs are open for questions https://t.co/BlTdL6ZbgA
BTW, in my experience the sweet spot for accomplishing really innovative things in software is Tiny-sized projects.
Beyond that you usually can’t expect much more than solid well-engineered incremental advances (which is nothing to be ashamed of) https://t.co/aPDLagW9Vw
escape room concept:
- you are a software engineeer
- there is a production issue related to a legacy codebase
- no one knows how it works
- various credentials are scattered around the office on post-it notes
- there's some printouts of git diffs
- you have an hour to fix this
This sucks. Firefox is the second most used web browser and Mozilla one of the bigger pushers for a truly open web. I expected better from Slack 👎 https://t.co/gdUKKsF3lL
@geoffdoesstuff@firefox It requires significant effort for us to build out support and triage issues on each browser, so we're focused on providing a great experience in Chrome and our desktop apps. We are listening to all feedback, though. 👂
What advanced #Angular tips do you want to learn? Advanced templating and lifecycle hooks? Lazy loading routes with parameters and CanLoad guards? Custom reactive form validation? RxJS magic? CLI-fu? Please RT for reach!
TIL JavaScript effectively has mixins:
let M = (base) => class extends base {
constructor() { super(...arguments); }
method() { super.method(); }
}
class S {}
class C extends M(S) {}
https://t.co/rH4p1FM8Qn