Hey, Welcome...

Welcome to K2V Academy, where you can find stuff to learn about Development, Cloud, DevOps and everything in between.

Building Apps with Aurelia: #7 Dependency Injection in Aurelia - Part 1

Building Apps with Aurelia: #7 Dependency Injection in Aurelia - Part 1

Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop that leverages the latest web technologies available and simple conventions. Let's discuss using Dependency Injection in an Aurelia app.

Building Apps with Aurelia: #6 Separating Views and ViewModels into Different Directories & Override View Resolution

Building Apps with Aurelia: #6 Separating Views and ViewModels into Different Directories & Override View Resolution

Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop that leverages the latest web technologies available and simple conventions. Let's discuss how we can separate Views and ViewModels & override View Resolution

Building Apps with Aurelia: #5 Using compose Element to Implement MVVM

Building Apps with Aurelia: #5 Using compose Element to Implement MVVM

Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop that leverages the latest web technologies available and simple conventions. Let's discuss how the compose element to implement MVVM pattern in Aurelia.

Building Apps with Aurelia: #4 MVVM in Aurelia

Building Apps with Aurelia: #4 MVVM in Aurelia

Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop that leverages the latest web technologies available and simple conventions. Let's discuss how the MVVM pattern is implemented in Aurelia.

Building Apps with Aurelia: #3 Customizing Aurelia Application Startup

Building Apps with Aurelia: #3 Customizing Aurelia Application Startup

Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop that leverages the latest web technologies available and simple conventions. You can easily customize the Aurelia Application Startup by following this guide.

Building Apps with Aurelia: #2 Getting Started – Hello Aurelia

Building Apps with Aurelia: #2 Getting Started – Hello Aurelia

Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop that leverages the latest web technologies available and simple conventions. Let's create a Hello World app using Aurelia.

Building Apps with Aurelia: #1 Series Introduction

Building Apps with Aurelia: #1 Series Introduction

Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop. It’s a framework that leverages the latest web technologies available and simple conventions to make your developer experience smoother and focused on creating powerful web applications.

Installing Protractor for End-to-End testing of Angular.js Apps

Installing Protractor for End-to-End testing of Angular.js Apps

Protractor is an end-to-end test framework for testing Angular.js applications. You can use protractor to run end-to-end tests on your application running in a real browser and interact with your application as the same way a particular user would interact with it