Blog: NoBlogDefFound (Tomasz Nurkiewicz) |
218 blogs
updated: 27 min. ago
|
||
In sales, you can hear the acronym ABC: Always Be Closing. Closing means making a deal with a customer. Last decade gave rise to another acr...
|
||
The idea behind GraphQL is to reduce the number of network round-trips by batching multiple, often unrelated requests, into a single network...
|
||
In part I we developed a really simple GraphQL server. That solution has a serious flaw: all fields are loaded eagerly on the backend, even ...
|
||
Near Zegrzy skie LakeSuperficially, there is no reason GraphQL servers are typically written in Node.js. However callbacked-based languages ...
|
||
AbstractFallbacks in circuit breakers replace failure with some pre-configured response so that the scope of the malfunction is limited and ...
|
||
SuwalszczyznaI don't often explain a single method in JDK, but when I do, it's about Map.merge(). Probably the most versatile operation in t...
|
||
Warsaw Old TownMartin Kleppmann, the author of Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintaina...
|
||
Summary:Stick to whichever library you already have on your CLASSPATH.If you get a choice, Reactor is preferable, RxJava 2.x is still a good...
|
||
From StackOverflowSomething was bothering me for almost two decades. It was a pen and paper game that I learned when I was around 13. The ru...
|
||
Summary (reading time: 10 minutes)Deadlocks are caused by many threads locking the same resourcesDeadlocks can also occur if thread pool is ...
|
||
Made better & faster using https://www.yourkit.com/ Java Profiler