Sembra assurdo che l'unico modo per capire se Γ¨ un vostro disservizio o meno e quello di ricercare su Twitter per hashtag o segnalare su siti terzi. Non dico di mettere su voi un servizio per aiutare le persone a capire questo, ma almeno usate i social networks.
@FASTWEBHelp internet non funziona da ieri pomeriggio intorno le 16. Il modem ha luce rossa lampeggiante nei led 4g e 5g. Ho provato a spegnere, attendere e riaccendere ma niente. Potete almeno pubblicamente dire che sapete del disservizio e che darete aggiornamenti?
So I'm on my way home and I see this person running with a laptop opened on her hands. I wonder why. She stops at the traffic lights, I see a Windows update is running. Everything suddenly make sense.
Huh! I just learned that optional chaining can be used for function calls, too.
You can avoid throwing exceptions using `?.()` when executing undefined object properties.
```
const foo = {};
const result = foo.doesNotExist?.(); // undefined
```
π Docs https://t.co/jIUCy1ZHnc
So far so good π here at @dotJS in Paris. The morning talks have been about web frameworks, modern frontend routing and accessibility. Thank you @AutoTraderLife for sending us!
If youβre chronically stressed and up late working, youβre doing something wrong. Youβre the average players from the UniversitΓ€t der KΓΌnste β not the elite. Youβve built a life around hard to do work, not hard work. https://t.co/98cH5xN4ti
Created a dummy app for monitoring the #PerformancePaintTiming (first paint and first contentful paint) with the #PerformanceObserver. It's a shame that these API are not supported by all the major browsers.
We're working with @Google to decrease mobile web page loading times using a technology called Portal. Learn more in this presentation from #ChromeDevSummit: https://t.co/Y3UGCNCViF
π Launching Lighthouse CI! π
Run Lighthouse automatically on every commit. Validate changes are good before they go live.
You can also monitor your progress over time. π
β https://t.co/bSRpO0I6tq