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
Use a message envelope
Event-driven architectures have various styles of communication. In my previous post I described a couple of event types you may see in these kinds of architectures. In this post I’d like to go over a...
Development shared a link
Hybrid Rendering: the secret way to smoothly test Vue.js components
Find out how to combine Deep and Shallow Rendering in order to achieve a flexible solution to test your Vue.js combining the best of both worlds.
Russell James likes this.
Development shared a link
How to Add Refs Dynamically in Vue.js? - The Web Dev
Spread the love Related Posts How to Render Newline Characters in Vue.js?Sometimes, we want to render newline characters in our Vue.js app. In this article, we’ll… How to Disable Input Conditionally i...
Destiny Blue likes this.
Development shared a link
Leaflet was created 11 years ago by Vladimir Agafonkin, an Ukrainian citizen living in Kyiv.
Leaflet — an open-source JavaScript library for interactive maps
Leaflet is a modern, lightweight open-source JavaScript library for mobile-friendly interactive maps.
Development shared a link
You basically need to buy a Macbook to compile the app and then £100 to put it on the app store!
Ben Wiser | I just spent £700 to have my own app on my iPhone
I just spent £700 to have my own app on my iPhone
Development shared a link
JS Funny Interview / "Should you learn JS...Nope...Is there any other option....Nope"
Interview with Senior JS Developer in 2022
Javascript programming languageInterview with a Javascript developer in 2022 with Jack Borrough - aired on © 2022 The Javascript.Find more Javascript opinion...
Coz likes this.
Development shared a link
Samsung is reportedly throttling the performance of 10,000 popular apps
A new finding suggests Samsung is throttling the performance of thousands of Android apps on Galaxy smartphones.
Development shared a link
CSS was never designed to be a server-side language, but that doesn't mean that it can't be used as one. This article walks through how to use CSS as a server-side language to declare routing, do math... View More
⚠️ Don’t try this at home: CSS _as_ the backend - introducing Cascading Server Sheets!
Here we go again! Another one of these, and promise, you will be questioning my sanity after this...
Development shared a link
Composing Layouts with Vue Router - Vue.js Tutorials
Learn how to use Vue Router’s named views to compose layouts via route record definitions. The approach makes for flexible, reusable layout combinations.