All
Articles 109,533Blog Posts 120,414Tech Tutorials 27,863Research Papers 22,435News 16,514
⚡ AI Lessons

Dev.to · RockAndNull
🔧 Backend Engineering
7mo ago
Introducing Pale Blue Spring Admin: auto-generated admin UI for Spring Boot
At Pale Blue, we’ve always admired the magic of Django Admin - that moment when you define your...

Dev.to · RockAndNull
📅 Project Management
9mo ago
Automatic resource cleanup in Jetpack ViewModels using AutoCloseable
When building Android applications with Jetpack ViewModels, proper resource management is crucial...

Dev.to · RockAndNull
🖌️ UI/UX Design
⚡ AI Lesson
1y ago
A primer into native interactions in Compose Multiplatform apps
Kotlin Multiplatform (KMP) offers a powerful way to write shared code across multiple platforms...

Dev.to · RockAndNull
⚡ AI Lesson
2y ago
Kotlin's `when` with enums: `else` considered harmful
Kotlin's when statement is a versatile and powerful tool for handling conditional logic. When...

Dev.to · RockAndNull
2y ago
How to style a Text in SwiftUI
Back when I was still working with UIKit, I'd often find myself wincing at the thought of styling...

Dev.to · RockAndNull
🖌️ UI/UX Design
⚡ AI Lesson
2y ago
How to use SwiftUI + Coordinators
Transitioning from UIKit to SwiftUI can be both exciting and challenging. When I made a similar...
DeepCamp AI