Categories

Blog categories

IT

Sub Categories


Blog Posts


Posted by Ziyan Junaideen 29 September 2021
Linux by default does not prompt confirmation before deleting a file using the rm command. There are occasions where we should configure user accounts such that they alert the user before deleting a file.
Posted by Ziyan Junaideen 23 April 2021
Natural languages are complex to master especially if it's not your mother tongue. Grammarly helps you effortlessly improve your writings. One can't go wrong with good English. That is why you should invest in Grammarly Premium.
Posted by Ziyan Junaideen 20 May 2022
Are you joining a new team with an official e-mail address while using your personal devices? Then you should configure the name and e-mail address you use to sign git commits as described here.
Posted by Ziyan Junaideen 29 October 2021
The apt package manager is great but has a relatively old version of packages. This is usually ok but sometimes you need a newer version of the lib. This is how you can install the latest Node JS.
Posted by Ziyan Junaideen 21 September 2021
The National Medicines Regulatory Authority (NMRA) lost 2000GB of files when a "maintenance engineer" accidentally deleted a folder in the Sri Lanka Government Cloud. This "accident" should have not happened.
Posted by Ziyan Junaideen 29 April 2023
Use ASDF to manage multiple versions of PostgreSQL in the same machine without the need for virtual machines.
Posted by Ziyan Junaideen 22 March 2022
Every developer has his preference. I love recursion, many others love iterations. You could use either most of the time. But if your task's complexity is high, it might be better to use iteration.