Tag: technology
-
Java Virtual Threads
Working Smarter Here are some trending topics in distributed space, that you may like Virtual Threads are picking up fast — simplify concurrency in microservices, often replacing reactive stacks for I/O-bound work. Spring Boot 3+ can flip them on with spring.threads.virtual.enabled=true. Jakarta EE 11 is out — adds Jakarta Data 1.0, alignment with virtual threads,…
-
F1 CoPilot
Start working with AI I was talking to few of my friends recently and they were worried about the usage of AI in the workplace specially Co-Pilot. It’s a new tech and even developers are hesitant in using it, and their fear could be genuine, some said it will take away their creativity few doubted…
-
Test Automation, TDD and Mockito
Automate middleware systems in a robust, future-proof way, you’ll want to adopt a layered and modular approach that covers both API and functional testing. Here’s a structured guide: 1. Define Your Scope and Requirements 2. Choose the Right Tools and Frameworks 3. Design a Modular and Scalable Test Framework 4. Future-Proof Your Testing Strategy 5.…