Why PostgreSQL Part 2
A detailed exploration of advanced PostgreSQL features like concurrent indexing, transactional DDL, and foreign data wrappers.
A detailed exploration of advanced PostgreSQL features like concurrent indexing, transactional DDL, and foreign data wrappers.
A technical guide on using latches (CountDownLatch, dispatch_semaphore_t) to write unit tests for multi-threaded code that executes on background queues.
Explains how to implement auto-retry for concurrent commands in CQRS using the ncqrs framework to handle ConcurrencyExceptions.
Introduces Akka, an open-source toolkit for building concurrent, scalable, and fault-tolerant applications using the Actor Model in Scala and Java.
A final review of the 'Python Essential Reference' book, highlighting its in-depth coverage of concurrency and network programming.
Introduces Active Objects, a Scala library combining actors, supervisor hierarchies, and OO methods for fault-tolerant, concurrent asynchronous components.
A technical guide on using Python's multiprocessing library with PyGTK to offload intensive calculations from the main GUI thread.
A developer shares their experience adopting Scala and Functional Programming for a real-world financial software project, discussing risks and benefits.
A summary of Bob's presentation on the Erlang programming language, its growing popularity, and his history with emerging tech trends.
Introduces a Scala library implementing Erlang-style Supervisor hierarchies for building fault-tolerant actor systems.
A guide to clustering Scala Actors using Terracotta for distributed, fault-tolerant, and highly available concurrent applications.
A tutorial on implementing Erlang-style hot code swapping in Scala using the Actors concurrency model and pattern matching.