Prasoon Abhinawblog.pabhinaw.dev·Aug 12, 2023Mastering C#: Unraveling the Power of C# & OOPSIntroduction You might have already come across this multithreading word or multithreading concept in C# .NET, or in any other programming language. Here, in this article, I’ll try to explain the concept in an easy way. I’ll try focusing on what is m...Discuss·42 readsC#
Mladen Drmacsenselessevents.tech·Jul 26, 2023File lockingWe are continuing our journey through Unix IPC by looking at the concept of file locking. If you want to know how multiple processes can access the same file without causing chaos, let's dive right in! File locking allows us to coordinate read and wr...Discuss·32 readsInter-process communication in Unixunix
Antoine LOIZEAUblog.smartcloudarchitect.fr·Jun 29, 2023Créer une alerte sur la suppression d'un lock AzureEn utilisant les verrous dans Azure, vous pouvez vous assurer qu'aucune modification non autorisée ou accidentelle n'est apportée à vos ressources, ce qui contribue à renforcer la sécurité et la gestion des risques dans votre environnement Azure. Ajo...Discuss·157 readsAzureAzure
Bunmi Agbomejibunmicloud.hashnode.dev·Jun 16, 2023A Review of the Azure Compute GalleryAzure documentation defined Azure Compute Gallery as a service that simplifies the sharing of custom VM images and application packages with others in your organization, within or across regions, within a tenant. Choose what you want to share, which ...Discuss·44 readslock
Aryaman Singh Ranaaryamansinghrana.hashnode.dev·May 30, 2023Understanding the Difference between RLock and Lock in GoIn concurrent programming, it's crucial to synchronize access to shared resources to avoid data races and ensure consistency. In Go, the sync package provides two types of locks: RLock (read lock) and Lock (write lock). These locks serve different pu...Discuss·361 reads A Beginner in GolangGo Language
Harsh Mangeharshmange.hashnode.dev·May 9, 2023Shared Lock & Exclusive Lock in DB: Understanding the DifferencesIn the context of databases, a lock is a mechanism used to control concurrent access to data by multiple transactions. When a transaction wants to access a piece of data, it can request a lock on that data to ensure that it has exclusive access to it...Discuss·109 readsDatabases
shamnad sheriefshamnadsherief.hashnode.dev·Jan 30, 2023Recover Bitlocker in WindowsBitLocker is a built-in encryption tool in Windows 10 that provides an extra layer of security to protect your data. However, there may come a time when you need to remove the encryption, either because you no longer need it or because you are experi...DiscussWindows