Enterprise Distributed Ledger Technology Platforms – Blockchain Technology

In this chapter you will learn about the Enterprise Distributed Ledger Technology Platforms, Hyperledger, Ethereum and some other dtl platforms. | Continue reading


@witscad.com | 4 years ago

Blockchain – Smart Contract Concepts and Practice

In this chapter you will learn about Smart Contracts and how they are incorporated and execution. A case study is also covered to understand the concept easily. | Continue reading


@witscad.com | 4 years ago

Cryptography Basics

In this chapter we are going to learn about the basic fundamentals, terminologies and process of Cryptography and how it is used in Blockchain technology. | Continue reading


@witscad.com | 4 years ago

About Blockchain Model – Nodes, Transaction, Block, Chain, Miners, Consensus

In this chapter we are going to learn about different Blockchain architecture models and their building blocks. | Continue reading


@witscad.com | 4 years ago

Consensus Algorithms – Blockchain Technology

In this chapter we are going to learn about different Consensus Algorithms used in blockchain transactions in a distributed network. | Continue reading


@witscad.com | 4 years ago

Blockchain Characteristics

In this chapter we are going to learn about different characteristics of blockchain technology and its applicability in various markets. | Continue reading


@witscad.com | 4 years ago

Blockchain Generation

In this chapter we are going to learn about the step by step generation of blockchain in detail and the blockchain transations. | Continue reading


@witscad.com | 4 years ago

Key Concepts of Blockchain Technology

In this chapter we are going to learn about the concepts of blockchain technology covering some of the blockchain terminologies. | Continue reading


@witscad.com | 4 years ago

Blockchain Technology Fundamentals

Start free Blockchain Technology course online to learn the basic fundamentals of Blockchain Technology and get started with most in-demand technology in FinTech world. Get 15 Chapters and 1 Assessment for free. | Continue reading


@witscad.com | 4 years ago

Python 3 – String Manipulation and Formatting

In any programming language, string manipulation is one of the most important aspect we can't live without. A string is something which holds any message or information. So, its important to know how to make some message or information from the available data. Python provides sev … | Continue reading


@witscad.com | 4 years ago

Python 3 – Functions and lambda expressions

Functions, like in any programming languages, are the smallest reusable building blocks of an application. In Python, we can declare and define the functions in the following ways. Lambda expressions are used create anonymous functions. | Continue reading


@witscad.com | 4 years ago

Python 3 Object Oriented Programming – Part II

In this chapter, we are going to learn about how to implement the advance concept of object oriented programming in Python. We are going to cover - Inheritance, Multiple Inheritance, Method Overloading, Method Overriding and making variables private. | Continue reading


@witscad.com | 4 years ago

Angular Life Cycle Hooks

Every component in Angular has its own lifecycle events that occurs as the component gets created, renders, changes it's property values or gets destroyed. Angular invokes certain set of methods or we call them hooks, that gets executed as soon as those lifecycle events gets fire … | Continue reading


@witscad.com | 4 years ago

An Introduction to Angular: Getting Started, Architecture and Components

What is Angular? Angular is a complete framework for building client application or primarily browser based applications. Angular allows us to write client application in component based design pattern. It offers us to write both in Javascript and Typescript, however it major pre … | Continue reading


@witscad.com | 4 years ago

Fast Paced Angular Open Course

Angular is Awesome! Angular developers know that. This a complete Angular tutorial (updated to Angular 7) covering all important features that you will be needing for a complete Angular end to end development. | Continue reading


@witscad.com | 4 years ago

Exception Handling – C# Intermediate Course

In this chapter, you will learn about different aspects of exception handling in C#. You will also learn about handling specific exceptions, the Exception class and writing your own custom exceptions. | Continue reading


@witscad.com | 4 years ago

C# File I/O Programming Concepts

In this chapter, you will learn about file and stream handling in C#. The file and stream input/output form a core part of .Net framework library which is used to send data to and receive data from different storage mediums. This chapter will introduce you to different stream cla … | Continue reading


@witscad.com | 4 years ago

C# Properties and Indexers

In this chapter, you will learn about C# properties and indexers. These are a great way to wrap data in a controlled manner. A Property in C# is a clean and controlled way to store and get data in a class. Indexers are a special type of properties that are indexed. | Continue reading


@witscad.com | 4 years ago

Python 3 Course with Jupyter Notebooks

Python is one of the most widely used programming language in current trend. This is a complete Python (updated to Python 3.7) course where you can learn Python from scratch. It covers almost all aspects of Python prgramming language from a professional development perspective. | Continue reading


@witscad.com | 4 years ago

Interfaces in C#

In this chapter, you will learn about Interface and its implementation in C#. Along with this, you will learn about interface references, its comparison with Abstract classes, interface implementing other interfaces, and explicit interface implementation. | Continue reading


@witscad.com | 4 years ago

Inheritance Concepts in C#

In this chapter, you will learn about one of the object oriented programming principles that is Inheritance and how to implement it in C# language. Inheritance is a way of including features of a class into some other class. Throughout this chapter you will learn Inheritance with … | Continue reading


@witscad.com | 4 years ago

C# Object Oriented Programming Principles and Overloading

In this chapter, you will learn about the concepts and basic principles of object oriented programming. You will also learn about implementing one of the principle that is overloading in C#. The rest of the principles will be covered in later chapters of this course. | Continue reading


@witscad.com | 4 years ago

C# Intermediate Course: Enumerations and Structures

In this chapter, you will learn about C# enumerations and structures in context to object oriented programming. An enumeration is a logical grouping of integers that are represented by names. A Structure in C# is used to define a limited number of variables as a group. | Continue reading


@witscad.com | 4 years ago

C# Intermediate Course: Classes and Objects Part 2

In this chapter, you will learn some more basic building blocks of classes and objects. Here, you will learn about the Access modifiers, ref and out keywords, Object initializers, Optional arguments, Named arguments, this keyword and static keyword in context to classes and objec … | Continue reading


@witscad.com | 4 years ago

C# Intermediate Course: Classes and Objects Part 1

In this chapter you will learn about the concepts of classes, objects and their implementation in C#. You will also learn about the methods, constructor, garbage collection and destructor that are used in context to classes in C#. | Continue reading


@witscad.com | 4 years ago

C# Basics for Beginners

C# is one of the widely used true object oriented programming language. C# along with Microsoft .Net framework provides a platform to build a variety of applications for Web, Windows, Native Mobile apps and many more. This course is for the ones who want to learn the basic fundam … | Continue reading


@witscad.com | 4 years ago

C# Intermediate Course

This C# course is designed for those who have some basic knowledge about C# language and want to learn more about doing the object-oriented programming in C#. This course focuses on different aspects of object-oriented programming in C# like classes, objects, structures, overload … | Continue reading


@witscad.com | 4 years ago