Java Practices

javapractices.com offers concise presentations of Java practices, tasks, and designs, illustrated with syntax-highlighted code examples. Some general-purpose references are provided, along with some source code. See below for user comments on the site

Kotlin with Jackson: Deserializing Kotlin Sealed Classes

https://medium.com/@sergio.igwt/kotlin-with-jackson-deserializing-kotlin-sealed-classes-c95f837e9164

Kotlin Collections and Collection Extension Functions Cheat Sheet

http://jussi.hallila.com/Kollections/

Schedule Recurring AWS Lambda Invocations With The Unreliable Town Clock (UTC)

https://alestic.com/2015/05/aws-lambda-recurring-schedule/

If PHP Were British

https://aloneonahill.com/blog/if-php-were-british/

Your computer does not see the 5GHz WiFi but sees the 2.4GHz (Windows)

https://www.drivereasy.com/knowledge/computer-not-see-5ghz-wifi-sees-2-4ghz-windows/ netsh wlan show drivers If it says that the network adapter supports 802.11g and 802.11n network modes, it means that the computer has 2.4 GHz network capability only. If it says that the adapter supports 802.11a and 802.11g and 802.11n network modes, it means that the computer has 2.4 GHz and 5GHz network capability. ...

Common Java method names

https://blog.joda.org/2011/08/common-java-method-names.html

Open Source application generator for creating Spring Boot + Angular/React projects in seconds

https://www.jhipster.tech/ https://github.com/jhipster/generator-jhipster

Kalkulator wynagrodzeń (płac) netto-brutto

https://www.bankier.pl/narzedzia/kalkulator-placowy

Mastering Kotlin standard functions: run, with, let, also and apply

https://medium.com/@elye.project/mastering-kotlin-standard-functions-run-with-let-also-and-apply-9cd334b0ef84 Kotlin let, run, also, apply, with