Browse by Domains

tutorial

JIRA Tutorial - Everything You Need To Know About

JIRA Tutorial for Beginners & Advanced

While we talk about software, the topic of JIRA often comes up. Whether you are a student who needs to learn about JIRA or a professional who needs to brush up on information regarding this software, you can go through this Jira tutorial. Let us first try to understand what JIRA is, and how it […]

JIRA Tutorial for Beginners & Advanced Read More »

mysql tutorial

MySQL Tutorial | Everything you need to know about MySQL

Introduction to MySQL In the world of computing, we need to constantly store and retrieve our data to and from the database. The data can be stored in the form of databases, file structures or directories. We use various database software to store and extract the results to and from our databases. These include MySQL,

MySQL Tutorial | Everything you need to know about MySQL Read More »

PL SQL Tutorial

PL SQL Tutorial: Everything you need to know about PL SQL

PL/SQL is the Oracle Corporation’s procedural extension for SQL, i.e. Procedural Language for Structured Query Language (SQL) and the Oracle relational database. It was developed in the late 1980s. PL/SQL is out there in Oracle Database, TimesTen in-memory database, and IBM DB 2. PL/SQL is a block-structured language. The written programs in PL/SQL are logical

PL SQL Tutorial: Everything you need to know about PL SQL Read More »

Linux Tutorial

Linux Tutorial | Everything you need to know about Linux

Introduction to Linux Let’s get started with the Linux Tutorial! It is a free, open-source, and community-developed operating system. It was created as a hobby by Linus Torvalds in 1991. Linus, while at university, wanted to create an alternative, free, open-source version of the MINIX operating system that is based on the principles and design

Linux Tutorial | Everything you need to know about Linux Read More »

Multinomial Logistic Regression

Multinomial Logistic Regression

Multinomial Logistic Regression is similar to logistic regression but with a difference, that the target dependent variable can have more than two classes i.e. multiclass or polychotomous. For example, the students can choose a major for graduation among the streams “Science”, “Arts” and “Commerce”, which is a multiclass dependent variable and the independent variables can

Multinomial Logistic Regression Read More »

vectors in c++

Learning VueJS – A VueJS Tutorial

What is VueJS?  VueJS is an open-source JavaScript framework that is typically used to develop interactive interfaces. From an MVC point of view, while developing with VueJS, it focuses on the view part. What makes VueJS stand apart is its beginner-friendly learning curve and ability to easily integrate with any web project and libraries.  A

Learning VueJS – A VueJS Tutorial Read More »

scala tutorial

Scala Tutorial – Learn Scala Step-by-Step Guide

What is Scala? Scala stands for Scalable Language. It is a multi-paradigm programming language. Scala language includes features of functional programming and object-oriented programming. It is a statically typed language. Its source code is compiled into bytecode and executed by Java virtual machine(JVM). Scala is object-oriented Scala is an object-oriented language. In Scala, every value

Scala Tutorial – Learn Scala Step-by-Step Guide Read More »

Scroll to Top