Sign Up
Welcome home! Here at WTMX you can make new friends and meet people with the same interests as you. All free and ad-free.
Development
Internet & Technology
Development shared a link
SLICK: Adopting SLOs for improved reliability
We built SLICK, a dedicated SLO store, to centralize SLI and SLO definitions and make it easy to find and understand another service’s reliability.
Development shared a link
Test Your Product on a Crappy Laptop
There is a huge and ever-widening gap between the devices we use to make the web and the devices most people use to consume it. It’s also no secret that the average size of a website is huge, …
Rodrigo RM likes this.
Development shared a link
Heaps explained in PHP
Heaps are an effective data structure for quick access to the highest value of a dataset.
Development shared a link
Ever had to resort to workarounds and libraries to create a deep copy of a value? structuredClone() to the rescue as a built-in function for deep-copying. Surma shows it off in this post, but note tha... View More
Deep-copying in JavaScript using structuredClone
For the longest time, you had to resort to workarounds and libraries to create a deep copy of a JavaScript value. The Platform now ships with structuredClone(), a built-in function for deep-copying.
Development shared a link
Introducing fuite: a tool for finding memory leaks in web apps
Debugging memory leaks in web apps is hard. The tooling exists, but it’s complicated, cumbersome, and often doesn’t answer the simple question: Why is my app leaking memory? Because of …
McGuire likes this.
UninformedConsent and DakotaEight reacted to this.
Development shared a link
How to build large-scale end-to-end encrypted group video calls
Signal released end-to-end encrypted group calls a year ago, and since then we’ve scaled from support for 5 participants all the way to 40. There is no off the shelf software that would allow us to su...