1 follower
Tech-notes on everday noticings and learnings.
Instantiation methods now() and now(ZoneId zone) // Current datetime from system clock with system's default timezone ZonedDateTime nowDefault =...
Quick pointers on the formats and standards to be aware when working with date and time data. Epoch Time (Unix Time/Posix Time) The number of seconds...
Shell scripting in bash isn't walk-in-the-park, even for those experienced in C, Java or Python. It's largely due to the quirks we need to accommodate...
yt-dlp is a handy CLI tool for downloading videos from YouTube, especially the playlists. We can download an entire playlist like so: 1. Get the...
What follows are the steps to get MongoDB container up and running, with the emphasis on docker-compose.yml file and configuration options. 1. ".env"...
This post is an attempt to collect all the oh-I-didn't-know-that tidbits pertaining to the installation of Postgresql, as a docker container. Most are...