排序
Wednesday Links – Edition 2025-04-09
Wednesday Links - Edition 2025-04-09, Wednesday Links (244 Part Series) 1 Wednesday Links - Edition 2020-05-27 2 Wednesday Links - Edition 2020-06-03 ... 240 more parts... 3 Wednes...
Reverse-Engineering Cookies with Ktor and Ksoup
Reverse-Engineering Cookies with Ktor and Ksoup, Introduction Tabroom is a website used by the Speech & Debate community to check tournament data, read ballots, look at judges,...
Looking for feedback on my spring boot project
Looking for feedback on my spring boot project,I’ve been working on a personal full-stack project where users can browse and book event tickets via a native Android app backed by ...
Spring Web Console: Execute Groovy scripts directly in your browser with access to the Spring context
Spring Web Console: Execute Groovy scripts directly in your browser with access to the Spring context,Hey folks! I built a small library that lets you execute Groovy scripts right ...
Performance of Lock in Coroutines
Performance of Lock in Coroutines,Recently, while having a work conversation, I heard a thesis from a colleague that “In Kotlin coroutines you have to use Kotlin’s Mutex to synch...
Kotlin vs Java: Which One to Choose?
Kotlin vs Java: Which One to Choose?,When it comes to Android app development, the choice between Kotlin and Java is a critical decision that can shape the success of your project....
Implementing gRPC with Kotlin & Spring Boot 3: A Comprehensive Guide
Implementing gRPC with Kotlin & Spring Boot 3: A Comprehensive Guide,In modern microservices, efficient and reliable inter-service communication is paramount. gRPC, an open-source ...
Wednesday Links – Edition 2025-03-05
Wednesday Links - Edition 2025-03-05, Wednesday Links (240 Part Series) 1 Wednesday Links - Edition 2020-05-27 2 Wednesday Links - Edition 2020-06-03 ... 236 more parts... 3 Wednes...
Hands-on Android Development: Building Apps with Java & Android Studio
Hands-on Android Development: Building Apps with Java & Android Studio,What is Android Studio? Android Studio is the official Integrated Development Environment (IDE) for Android a...
Kotlin Onboarding Guide for Java Developers
Kotlin Onboarding Guide for Java Developers, Introduction What is Kotlin? Kotlin is a modern, statically-typed programming language developed by JetBrains. It runs on the JVM (Java...
Ed’s JavaLand 2025 Session Picks
Ed's JavaLand 2025 Session Picks,Cross posted at Ed's blog. I'm very blessed to have the opportunity to speak at the 11th anniversary JavaLand conference. This is the second year t...
Port Forwarding with Ngrok : Quick Guide
Port Forwarding with Ngrok : Quick Guide, Scenario: You're building a mobile app solo. The backend is ready, and now you're working on the UI. You run your server locally and try m...