Spring Boot: Integrating Static Content

This guide will help you create a simple web application with Spring Boot. We will add static content (CSS and JS) and use it from a JSP view.

You Will Learn

* How to Bootstrap a simple project with Spring Initializr.
* How to initialize a basic web application for Spring Boot.
* How to add a JSP for a web application.
* How to add static content – JS and CSS.

Tools You Will Need

* Maven 3.0+ is your build tool.
* Your favorite IDE. We use Eclipse.
* JDK 1.8+

Overview of the Web application

We will build a static todo page (unformatted) rendered using a JSP. https://goo.gl/9ZMWiu #DataIntegration #ML

An Introduction to Q#

Introduction

In this article, I will be talking about Q# – the new programming language introduced by Microsoft for quantum computing. We will go over the data types, expressions, and statements of Q# with the help of code snippets.

Prerequisites

Please visit my earlier article An Introduction To Quantum Computing to get a basic understanding of Quantum Computing and to also know how to install Quantum Development Kit in Visual Studio 2017. https://goo.gl/PXm3AU #DataIntegration #ML