Portfolio item number 1
Short description of portfolio item number 1 Read more
Short description of portfolio item number 1 Read more
Short description of portfolio item number 2 Read more
Published in Journal 1, 2009
This paper is about the number 1. The number 2 is left for future work. Read more
Recommended citation: Your Name, You. (2009). "Paper Title Number 1." Journal 1. 1(1). http://academicpages.github.io/files/paper1.pdf
Published in Journal 1, 2010
This paper is about the number 2. The number 3 is left for future work. Read more
Recommended citation: Your Name, You. (2010). "Paper Title Number 2." Journal 1. 1(2). http://academicpages.github.io/files/paper2.pdf
Published in Journal 1, 2015
This paper is about the number 3. The number 4 is left for future work. Read more
Recommended citation: Your Name, You. (2015). "Paper Title Number 3." Journal 1. 1(3). http://academicpages.github.io/files/paper3.pdf
Published:
The world’s easiest introduction to Machine Learning Read more
Published:
A Beginner-Friendly Introduction to Containers, VMs and Docker Read more
Published:
All you need to know about chatbots (and not die trying) Read more
Published:
Amazon Web Services (AWS) is a secure cloud services platform, offering compute power, database storage, content delivery and other functionality to help businesses scale and grow Read more
Published:
Guide for releasing an application using Jenkins. Will also cover CI, CD, Automation etc. Read more
chapter, Online, 2016
// Simple Class
class MyClass {}
class Emp {
private var employeeNumber = 0
var employeeName =null
def display(empNumber: String, empName: String) = {
println(s"Employee Number is ${empNumber}")
println(s"Employee Name is ${empName}")
}
}
val emp = new Emp()
emp.display("8597","Dhananjay")
Workshop, Online, 2016
Scala is a deep and powerful language with many advanced features such as macros, implicits and existential types. This is a collection of basic training of Scala addressed at people who are getting started with Scala language or moving from Java to Scala. Read more
chapter, Online, 2016
chapter, Online, 2016
chapter, Online, 2016
If I were to pick a language to use today other than Java, it would be Scala.Read more
chapter, Online, 2016
chapter, Online, 2016
chapter, Online, 2016
Workshop, Online, 2017
Angular (2+) is here, and we’re all super excited about it. Let’s explore all the changes coming in Angular 2. If you come from the world of Angular 1, you may have heard that Angular 2 is a complete code change. While this can seem scary, let’s take a step back and look into what exactly is going on with the new version. There are reasons why Angular 2 is so different. In this course, we’ll take a look at how we can get started with Angular 2 and see all the cool new features Angular 2 provides. Read more
chapter, Online, 2017
Angular JS is an open source framework built over JavaScript. It was built by the developers at Google. This framework was used to overcome obstacles encountered while working with Single Page applications. Also, testing was considered as a key aspect while building the framework. It was ensured that the framework could be easily tested. The initial release of the framework was in October 2010. Read more
chapter, Online, 2017
To start working with Angular 2, you need to get the following key components installed. Read more