4
What is your favorite stack at the moment?
(lemmy.world)
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.
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.