Tag: programming
-
Julia Lang (31 Mar 2021)
Introduction to Julia programming language, its JIT compilation, performance benefits over Python, and why finance companies like BlackRock use it.
-
JodaTime - week number in month of business date (12 Nov 2020)
Java code snippet to calculate the week number within a month for a given business date using JodaTime library.
-
Java Integer Cache (11 Jun 2020)
Understanding Java's Integer cache mechanism for values -128 to 127 and why == comparison behaves differently for small vs large integers.
-
Docker Dev Aliases (17 May 2020)
Speed up Docker development with bash aliases for common commands like docker ps, logs, exec, and docker-compose operations.