Author: Krishna Singh

Automate Compilation and Testing of Rust Code using GitHub Actions. (Part -2)

Reading Time: 2 minutes Hello everyone, in a previous blog we discussed Github Actions and designed a basic workflow to Build rust program on Github. Now in this blog, we are going to do little advanced stuff. But I highly recommend you to visit my previous blog before going through this.  Okay, So the objective of this blog is that we are going to create a CRON Job which Continue Reading

Automate Compilation and Testing of Rust Code using GitHub Actions

Reading Time: 2 minutes DevOps became a crucial part of Software development in the past few years. And there are a lot of tools present out there to practice DevOps methodology.  In this blog, I am going to talk about Git hubs Actions which emerged as one of the popular tools to achieve automation in your project. So in this blog, I am going to create a simple workflow Continue Reading

Create Rust based Microservice using Rocket and Diesel

Reading Time: 3 minutes Planning to write a new application using Rust? Confused with the approach? So this blog is for you. In this blog, we are going to write a simple Rust based Application using Microservices.  Why Microservice? Using a Microservice approach developers can build an application in a modularised way rather than writing a monolithic way. Which allows enterprises to create software which is more agile and Continue Reading

Interact with Substrate Nodes using Light Clients in Rust

Reading Time: 3 minutes Humankind is standing on the brink of another industrial revolution. Few technologies which are going to play a vital role in this are IoT, Artificial Intelligence, Blockchain and some more. This blog contemplates more on Blockchain based framework i.e. Substrate. So let’s get started. In the last 2-3 years, Rust emerged as one of the best languages for Blockchain development as Rust gives Low-Level detail Continue Reading

Bleed Less during Runtime with Rust’s Lifetime

Reading Time: 3 minutes “Sweat more in training (Compile Time), Bleed less in Battle (Run-Time)”. I think this old warrior mantra fits best for Rust Programmers. There are few new concepts introduced by rust-like Ownership and Lifetime, which are hard to grasp even for an experienced coder in the beginning. So the question is, why new features? And how it makes Rust different from other languages. Why Rust? One Continue Reading

Why DApp is the Perfect Solution for your Business?

Reading Time: 4 minutes The world is changing…Humanity is standing on the brick of the next big Revolution so does the Business World. It is likely to impact every major Business from accounting to Operations. And the shift is already begun. Connectivity is the necessity of every Business. Modern Business must connect to with their customers, suppliers, and partners and in man case, these participants are in different geographical Continue Reading

Interacting with DAML Ledgers using HTTP JSON API

Reading Time: 2 minutes In my last blog DAML: Getting started with building Templates, I covered how to write a smart contract using  DAML for your Distributed Application using Templates and how to test it using Scenarios. I would recommend you all to go through them before going forward with this blog. In this blog, we will explore on how to interact with DAML Ledger using HTTP JSON API. Continue Reading

DAML: Getting started with building Templates

Reading Time: 4 minutes Humankind is standing on the brink of another industrial revolution. Few technologies which are going to play a vital role in this are IoT, Artificial Intelligence, Blockchain and some more. This blog contemplates more on Blockchain based language i.e. DAML. So let’s get started. Why Blockchain ? WEB 2.0 gave usage of information and blockchain grants digital ownership. So let’s take a basic example to Continue Reading