Stars
CSE201: Advanced Programming Final Project | Re-implemented the strategy video game, Plants 🌱🌵 vs. Zombies 🧟♂️🧟♀️ , originally developed by PopCap Games | Working demo: https://www.youtube.com/wa…
javafx intelli j idea template with gradle plug in
🗺 Coronavirus interactive map of Poland
WebSocket protocol summary.
Parallel Collectors is a toolkit easing parallel collection processing in Java using Stream API.
How to create exception without stacktrace.
Why throwing exceptions in Java is expensive?
Vavr Partial Function and function lifting workshops.
Overview of changes of classloaders in Java 9.
Overview of StackWalker API in java 9.
How to traverse stack in java 8 environtment.
Example of handling uncaught exceptions in a thread.
Simple solution to producer - consumer problem.
Simple example of real-life problem solved with Semaphore.
Example of CyclicBarrier in java.
Simple example of real-life problem solved with CountDownLatch.
Simple example of real-life problem solved with Exchanger.
Example of mixing stream with completable future using composition.
Simple example of composing functors using Cats.
Simple implementation of Reader Functor.
Functional programming patterns in java.
Implementation of dedicated executor for parallel processing of completable future tasks.
Overview of parallel methods from Arrays utility class.