PowerShell Shots: Use JSON File as ObjectsAs everyone is moving towards or have already moved to JSON file, lets explore PowerShell universe to play around JSON file.Jun 23, 2021Jun 23, 2021
Azure Shots: Just in Time AccessHackers are always looking for open ports on the Internet such to RDP and SSH into your machines. If you keep your public ports open, you…Jan 6, 2021Jan 6, 2021
Azure Shots: Run PS Commands in VM from PortalSometimes because of some issues, you can not get inside your virtual machine to check the issue. However you can run your commands from…Sep 11, 2020Sep 11, 2020
Azure Shots: LocksLocks are used to prevent accidental operations on Azure resources. There are two level of locks Delete and Read-only. As the name suggest…Sep 11, 2020Sep 11, 2020
Serverless ExplainedServerless architecture is a software design pattern in which applications are hosted on a third-party service that allows developers to…Dec 4, 2019Dec 4, 2019
How to Create Android NotificationsNotifications are really useful to display message to the user outside of your application in the phone. The notification also attracts the…Nov 24, 2016Nov 24, 2016
Singleton Class in JavaSingleton class helps to restrict the instantiation of the class to only one. It’s really useful in scenarios where you need only one…Nov 22, 2016Nov 22, 2016