The Glitcher
The Glitcher

The Glitcher

Daily bits of new technologies, computer science concepts and crypto-currency concepts.


Hackers stole $611 million from Cross Chain protocol Poly Network

10 Aug 2021 2 minute read 2 comments The Glitcher

  What is Poly Network? Poly Network was built for interoperability between multiple blockchains to build the next generation Infrastructure. So, public blockchains connect to poly network and communicate with other blockchains. Poly Network has alr...

Insightful Cryptocurrency Quotes

10 Aug 2021 2 minute read 0 comments The Glitcher

As you all know, cryptocurrency is a digital asset which can be used as the medium of exchange. It is backed by cryptography and blockchain concepts which guarantees anonymity of users, trustlessness and decentralized transfer of assets.  Following...

Metamask Security Tips and Addressing a low quality post

9 Aug 2021 5 minute read 16 comments The Glitcher

Very recently, I came across a false blog post with a catchy title to disconnect metamask wallet from all Dapps (Decentralized applications which includes DeFi short form for Decentralized Finance)  over an invalid remark that it leads to phishing wi...

Fish Shell - User Friendly and Interactive Shell

8 Aug 2021 3 minute read 2 comments The Glitcher

  Previously, I used bash shell and zsh shell. After moving to the fish shell, a lot of things have changed and I am using it for  4 years now. The user experience is extremely comfortable and enjoyable compared to other shells. I am not planning t...

How do I Connect Polygon (MATIC) to MetaMask

7 Aug 2021 1 minute read 0 comments The Glitcher

Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. It provides scalable solutions on top of Ethereum multiple side chains ecosystem.  It is also known as layer 2 scaling solution as it provides...

Creating your own cryptocurrency on Ethereum Blockchain

6 Aug 2021 8 minute read 16 comments The Glitcher

A cryptocurrency is basically a form of digital cash or a digital currency. A currency acts as a medium of exchange and a digital currency is a digital medium of exchange. Cryptocurrencies are a digital medium of exchange. Bitcoin is the first-ever...

How do I Connect Binance Smart Chain (BSC) to MetaMask

6 Aug 2021 1 minute read 0 comments The Glitcher

The prerequisite to this blog is having a metamask wallet. If you do not have one, follow this blog and create one. Binance smart chain is a EVM compatible blockchain with ~3 second block time and Proof of Staked Authority as proof of concepts. What...

Bitcoin Halving

5 Aug 2021 1 minute read 0 comments The Glitcher

Everyone familiar with Bitcoin knows Bitcoin is created by a process known as bitcoin mining. Miners solve the difficult cryptographic puzzles to create a new block in the blockchain. This involves the usage of high computational power which needs a...

SOLID Principles in a Nutshell

5 Aug 2021 1 minute read 0 comments The Glitcher

  SOLID is just an acronym for the five design principles in Object Oriented Design by Robert.C.Martin famously known as Uncle Bob in the Clean Code Book.  This post explains those design principles in a nutshell.   S stands for Single Responsibilit...