this post was submitted on 01 Aug 2024
4 points (100.0% liked)

Experienced Devs

12 readers
1 users here now

Welcome to Lemmy's corner for experienced developers, where the exchange of knowledge and expertise thrives in an atmosphere of camaraderie and collaboration. Much like Reddit's ExperiencedDevs community, our Lemmy space is a vibrant hub where seasoned programmers, engineers, and tech enthusiasts gather to discuss the intricacies of software development, share insights from their years of experience, and seek advice on complex coding challenges.

founded 6 months ago
MODERATORS
 

And whats it your favorite?

top 1 comments
sorted by: hot top controversial new old
[–] count_dongulus 2 points 1 month ago* (last edited 1 month ago)

React/preact for UIs with Redux toolkit for UI specific state management. Kubernetes with docker for infrastructure. Node for simple plumbing, or Go for more latency sensitive or performance intensive serverside operations. Rust for systems programming, unless you are ok with marshalling from Node/Go into an existing native lib and back. Database, caching, etc is "it depends". I actually like Capacitor/Ionic for hybrid mobile apps over React native since you can still author plugins in Swift/Java for system things not available via default browser APIs.