My Blogs

bitcoin

cryptocurrencies, and mining

20-Aug-2022

when Bitcoin (BTC) first appeared in 2009, few people had a clear idea of what it was, let alone the waves it would generate both financially and technologically. The underlying blockchain technology was more or less a new concept and was poorly understood in general.

read-more
pairprograming

Pair-Programming

12-Nov-2021

Pair programming is a programming methodology in which two (or more) programmers work side-by-side and collaborate together in real-time. There are many ways to do pair programming, one common format is having two roles: The Driver (host) and the Navigator (guest).

read-more
database

ACID proerties of DBMS

15-Aug-2022

A transaction is a single logical unit of work that accesses and possibly modifies the contents of a database.Transactions access data using read and write operations. To maintain a consistency of database before and after the transaction certain properties needs to be followedand they are called ACID properties.

read-more