Our World is full of coding. In fact, the website that you are viewing this blog is made of Code! Technology is full of code! But, People have asked ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
Recycle Code This week, I did some work on the Starchart project where I reuse existing codes to accomplish my tasks. ...Read more
In this article, we will walk you through the steps required to write smart contract and deploy it on the Ethereum blockchain. We will cover the basics of the development environment, and the ...Read more
Did you know you can make empty commits in git? Have you ever needed to trigger a CI build but couldn't because manual re-trigger ...Read more
What is RxJS ? RxJS is a Reactive Extensions Library for JavaScript which is getting very popular. According to Wikipedia, Reactive Programming is a declarative ...Read more
SOLID PRINCIPLES SOLID is an Object Oriented Design principle SOLID is more about how you design your application or microservice internal layers and about decoupling dependencies between them. It is an essential ...Read more