PinnedJava sockets I/O: blocking, non-blocking and asynchronousJava IO, NIO, NIO2 sockets APIsAug 27, 20201501Aug 27, 20201501
Concurrent programming in Java with virtual threadsJava virtual threads are lightweight user-mode threads designed to increase throughput in concurrent applications.Feb 24, 202433Feb 24, 202433
Java Reflection, part 2: fields, methods, constructorsReflection is the ability of an application to examine and modify its structure and behavior at runtime.May 9, 20223May 9, 20223
Java Reflection, part 1: primitives, arrays, classesReflection is the ability of an application to examine and modify its structure and behavior at runtime.May 9, 20221May 9, 20221
Building a CI/CD pipeline for an AWS Lambda function using AWS CodePipelineA guide on building a CI/CD pipeline for a serverless Java application using AWS Lambda, AWS SAM, and AWS CloudFormationAug 23, 20216Aug 23, 20216
Asynchronous programming in Java with CompletableFutureThe CompletableFuture API is a high-level API for asynchronous programming in Java.Mar 3, 20211873Mar 3, 20211873
WebSockets With Spring, Part 3: STOMP Over WebSocketSTOPM is a subprotocol that works WebSocket to exchange messages between clients via message brokersNov 8, 20202023Nov 8, 20202023
WebSockets With Spring, Part 2: WebSocket With SockJS FallbackWebSocket emulation for outdated browsers and restrictive proxiesNov 7, 202058Nov 7, 202058
WebSockets With Spring, Part 1: HTTP and WebSocketFull-duplex communication between browsers and servers over a single TCP connectionNov 6, 2020223Nov 6, 2020223
Java barrier synchronizers (CountDownLatch, CyclicBarrier, Phaser)Java concurrency and parallelismJul 10, 2020803Jul 10, 2020803
Server-Sent Events (SSE) in Spring 5 with Web MVC and Web FluxWeb applications with Spring 5Jun 4, 2020983Jun 4, 2020983