meetjainblogs.hashnode.devBlockchain foundation and smart contracts (BFSC)Blockchain Decentralization Consensus Everyone coming to an agreement 1980 Two general problem Imagine you live in the Land of Computing and you鈥檙e a general of the army. Your title is General A. You and your soldiers are strategically positioned in ...May 15, 2024路54 min read
meetjainblogs.hashnode.devBasic features for designing a secure systemWe all might have looked and some of us have created many apps as well as websites but have you ever focused on the security of that software? Is your software safe from hackers attacking it? If not, what security features should a software contain? ...Feb 6, 2024路3 min read
meetjainblogs.hashnode.devWhat are POAPs?Hello readers馃憢 The NFT space is booming so much and so are its applications. Whether used as digital artwork, an avatar, or an in-game asset, the applications of non-fungible tokens (NFTs) have grown exponentially over the past few years. One of the...Feb 6, 2024路2 min read
meetjainblogs.hashnode.devOperating System(OS) Preparation for InterviewsWhat is an operating system? An operating system is a program that acts as an interface between the user and the computer hardware and controls the execution of all kinds of programs. Following are some of the important functions of an operating Sy...Aug 23, 2022路27 min read
meetjainblogs.hashnode.devGraph data structureWhat are graphs? A graph is a non-linear kind of data structure made up of nodes or vertices and edges. The edges connect any two nodes in the graph, and the nodes are also known as vertices. This graph has a set of vertices V= {1,2,3,4,5} and a set...Jul 7, 2022路15 min read