Different Types of Blockchain

Viewer RatingYou must sign in to voteIn the previous article we learned briefly about Blockchain, how it works and some of its applications. If you haven’t read it yet, read it here: Blockchain – A Brief Introduction Lets dive into three major types of Blockchain. Historically, Blockchain started as a public permission-less technology when it … Read more

What is CI/CD? Continuous Integration, Delivery, and Deployment

Viewer RatingYou must sign in to voteIntroduction Developing and releasing software can be a complicated process, especially as applications, teams, and deployment infrastructure grow in complexity themselves. Often, challenges become more pronounced as projects grow. To develop, test, and release software in a quick and consistent way, developers and organizations have created three related but … Read more

Java & Python – Present and Future of IT Programming

Viewer RatingYou must sign in to voteIntroduction According to IT programming trends, Java is currently more popular than any other programming language in terms of number of jobs, number of existing Java developers, and overall usage statics in IT. According to the latest usage statistics posted on a popular technology survey site, Java is being … Read more

Blockchain – A Brief Introduction

Viewer RatingYou must sign in to voteWhat is Blockchain? In simple terms, a Blockchain can be described as an append-only transaction ledger. What that means is that the ledger can be written onto with new information, but the previous information, stored in blocks, cannot be edited, adjusted or changed. This is accomplished by using cryptography … Read more