RXJava by Example

https://www.infoq.com/articles/rxjava-by-example

Interactive diagrams of Rx Observables

http://rxmarbles.com/

Functional Java

Functional Java is an open source library facilitating functional programming in Java. The library implements numerous basic and advanced programming abstractions that assist composition oriented development. Functional Java also serves as a platform for learning functional programming concepts by introducing these concepts using a familiar language. http://www.functionaljava.org/

Jak ładują się samochody elektryczne: Kia e-Niro, Hyundai Kona Electric, Jaguar I-Pace, Tesla Model X

http://elektrowoz.pl/porady/jak-laduja-sie-samochody-elektryczne-kia-e-niro-hyundai-kona-electric-jaguar-i-pace-tesla-model-x-porownanie/

Dlaczego Tesla wybiera paluszki, skoro inni producenci wolą bardziej płaskie ogniwa?

http://elektrowoz.pl/auta/dlaczego-tesla-wybiera-paluszki-skoro-inni-producenci-wola-bardziej-plaskie-ogniwa/

Które samochody mają TMS, aktywny system zarządzania temperaturą baterii i dlaczego to ważne?

http://elektrowoz.pl/porady/ktore-samochody-maja-tms-aktywny-system-zarzadzania-temperatura-baterii-i-dlaczego-to-wazne/

Dlaczego ładowanie do 80 procent, a nie do 100?

http://elektrowoz.pl/porady/dlaczego-ladowanie-do-80-procent-a-nie-do-100-o-co-w-tym-chodzi-objasniamy/

IP Warming Schedules – an extremely important part of beginning to send email via a whitelisted, dedicated IP with any ESP (Email Service Provider)

IP warming is an extremely important part of beginning to send email via a whitelisted, dedicated IP with any ESP (Email Service Provider). IP Warming is designed to help you establish a positive reputation with ISPs (Internet Service Providers). Every time a new IP address is used to send email, ISPs programmatically monitor email from ...

Fix macOS Mojave Font Rendering Issue

How to fix the font rendering on macOS 10.14 Mojave Fix macOS Mojave Font Rendering Issue defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO

Mocks And Stubs – Understanding Test Doubles With Mockito

https://www.javaworld.com/article/2074508/core-java/mocks-and-stubs—understanding-test-doubles-with-mockito.html