4 followers
I am a developer who started programming when computer's were new to India, and the internet was still a distant future.
This blog is about Typescript, JavaScript, Docker, Java, VSCode and more.
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...
If you are one of the "Write Once Run Anywhere" advocates, here is my analysis of where the Mobile/Desktop application world is going. The world is...
Continuing from the previous post where we setup a docker-compose file, in this part, we will connect to the environment and do some...