Join us

ContentUpdates and recent posts about TypeScript..
Link
@koukibadr shared a link, 2 weeks 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 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 ago.
 Activity
@smh started using tool Terraform , 2 weeks ago.
 Activity
@smh started using tool Python , 2 weeks ago.
 Activity
@smh started using tool OpenTelemetry , 2 weeks ago.
 Activity
@smh started using tool Node.js , 2 weeks ago.
 Activity
@smh started using tool Next.js , 2 weeks ago.
 Activity
@smh started using tool New Relic , 2 weeks ago.
 Activity
@smh started using tool Kubernetes , 2 weeks ago.
TypeScript, developed and maintained by Microsoft, extends JavaScript by adding static type definitions, interfaces, and advanced tooling support. It allows developers to catch errors early through type checking, improves IDE autocompletion, and enables more robust refactoring in complex codebases. As the preferred language for many modern frameworks like Angular and default scaffolds in React, Vue, and Next.js, TypeScript has become the foundation of enterprise-scale and AI-assisted coding. In 2025, it overtook Python and JavaScript as the most used language on GitHub, marking a significant milestone in developer evolution.