Join us

ContentUpdates and recent posts about Valkey..
Link
@koukibadr shared a link, 2 weeks, 5 days ago
Mobile Developer, Nventive

LiveData vs StateFlow

LiveData and StateFlow both stream data reactively, but differ in two key ways:

Initialization — LiveData needs no initial value; StateFlow requires one.

Lifecycle — LiveData is lifecycle-aware by default; StateFlow is not, so you need to wrap it in repeatOnLifecycle to avoid memory leaks.

Code templating
Story
@pramod_kumar_0820 shared a post, 2 weeks, 5 days ago
Software Engineer, Teknospire

How To Crack Senior Java Interviews (6–10 YOE) In 4 Weeks

Javadoc Searchspring

A practical 4-week roadmap to crack Senior Java Developer interviews (6–10 YOE), covering Core Java, Spring Boot internals, Microservices, System Design, and real-world interview strategies.

Senior Java Interviews (6–10 YOE) In 4 Weeks
 Activity
@smh started using tool TypeScript , 2 weeks, 5 days ago.
 Activity
@smh started using tool Terraform , 2 weeks, 5 days ago.
 Activity
@smh started using tool Python , 2 weeks, 5 days ago.
 Activity
@smh started using tool OpenTelemetry , 2 weeks, 5 days ago.
 Activity
@smh started using tool Node.js , 2 weeks, 5 days ago.
 Activity
@smh started using tool Next.js , 2 weeks, 5 days ago.
 Activity
@smh started using tool New Relic , 2 weeks, 5 days ago.
 Activity
@smh started using tool Kubernetes , 2 weeks, 5 days ago.
Valkey is a community-driven, open-source in-memory data platform built for speed, scalability, and reliability in modern distributed architectures. It provides a high-performance key-value store with support for clustering, replication, advanced data structures, and low-latency operations. Valkey 9.0 introduces major enhancements including atomic slot migrations, field-level TTL controls, improved memory prefetching for pipeline commands, multipath TCP support, and restored numbered databases in cluster mode.

Designed for high-scale applications, microservices, and cloud environments, Valkey delivers predictable performance and operational flexibility while maintaining full transparency and compatibility under a neutral open-source governance model.