This blog is about Typescript, JavaScript, Docker, Java, VSCode and more.
Authors are:
Handling passwords as a hosted application is still a common practice. Did you know there is a industry standard to handle it ? · Most web applications...
This blog explores the ability to run cron, and other system services, thus mirroring the production setup inside VS Code DevContainer and Docker ·...
Recently, LastPass, my favourite password manager until then, reported a leak. It got me thinking. Do I need another "paid" service, or have the...
Example of `async/await` in Typescript to demonstrate the "push back into queue" and "unpredictability of sequence" · Here is a Typescript example of...
Developing multiplatform mobile apps in a portable dev environment · I am a productivity freak. I want my dev environments to be the best and most...
Using String array constants to create Enums quickly, and other uses · The most common use cases for an enum are: Keys and associated non-string values...