Contextual Abstractions in Scala 3: A cleaner approach to implicits
A hands-on look at Scala 3's given, using, summon, and Conversion, with examples that make implicit-heavy code easier to reason about.
#scala #functional-programming
Thoughts, stories, and ideas about development, design, and technology.
A hands-on look at Scala 3's given, using, summon, and Conversion, with examples that make implicit-heavy code easier to reason about.
Learn the basics of automating your CI/CD workflows using GitHub Actions, including workflows, jobs, and steps.
Learn how to detect user internet connectivity (online/offline status) in Angular applications and notify users about connection changes.
Learn how to load environment-specific application settings from external JSON files in Angular, enabling configuration changes without rebuilding the app.