Create a modern web application with Spring Boot, MongoDB, Angular 4 and TypeScript and deploy it in cloud as Microsoft Azure Webapp – Part 2

Here is the previous part of the article: Part 1

Create a View

Now we move to the “templates” folder and create a new HTML file that we call “index.html”. This will be the view rendered by the controller mapped on the root URL of the application, that is, ‘/’. For … (Read the full article)

Creare una web application con Spring Boot, MongoDB, Angular 4 e TypeScript e deployarla in cloud come Microsoft Azure Webapp – Parte 4

Qui la parte precedente dell’articolo: Creare una web application con Spring Boot, MongoDB, Angular 4 e TypeScript e deployarla in cloud come Microsoft Azure Webapp – Parte 3

Procediamo ora analizzando, con un esempio, alcuni dei meccanismi base di Angular.

Creeremo infatti:

  • una classe TypeScript
(Read the full article)

Creare una web application con Spring Boot, MongoDB, Angular 4 e TypeScript e deployarla in cloud come Microsoft Azure Webapp – Parte 3

Qui la parte precedente dell’articolo: Creare una web application con Spring Boot, MongoDB, Angular 4 e TypeScript e deployarla in cloud come Microsoft Azure Webapp – Parte 2

In questa terza parte affrontiamo il setup del progetto Angular 4 che utilizziamo come framework per lo sviluppo… (Read the full article)

Creare una web application con Spring Boot, MongoDB, Angular 4 e TypeScript e deployarla in cloud come Microsoft Azure Webapp – Parte 2

Qui la parte precedente dell’articolo: Creare una web application con Spring Boot, MongoDB, Angular 4 e TypeScript e deployarla in cloud come Microsoft Azure Webapp – Parte 1

Creare una View

Ora ci spostiamo nel folder “templates” e creiamo un nuovo file HTML che chiamiamo “index.html”. Questa… (Read the full article)

Creare una web application con Spring Boot, MongoDB, Angular 4 e TypeScript e deployarla in cloud come Microsoft Azure Webapp – Parte 1

Spring Boot and Angular 4 Web Application Architecture LayersIn questa nuova serie di articoli vedremo come creare una semplice web application utilizzando Spring Boot come framework di accelerazione per lo sviluppo del back-end e dei servizi REST, MongoDB come database NoSQL e Angular 4, con il supporto di TypeScript, come framework javascript per il front-end.… (Read the full article)

Microsoft Azure Logic Apps: using the do-until construct to implement a retry policy for a step

In this post we still talk about Microsoft Azure Logic Apps , and in particular of how to implement a retry policy, on a step went into error, through the use of the do-until construct.
We take as an example the Logic App we had created in the previous post, where we analyzed the bug on the SFTP connector and… (Read the full article)

Microsoft Azure Logic Apps: implementare una politica di retry di uno step con il costrutto do-until

In questo post parliamo ancora di Microsoft Azure Logic Apps e in particolare di come implementare una politica di retry, su uno step andato in errore, tramite l’utilizzo del costrutto do-until.

Riprendiamo come esempio la Logic App che avevamo creato nel post precedente, dove avevamo analizzato… (Read the full article)

Microsoft Azure Logic Apps: fixed the bug on the content-type of SFTP Connector

Recently I was designing a cloud solution based on the Microsoft Azure platform, when I ran into a problem.
To implement the retrieval of a file from an SFTP server, and its copy into an Azure blob storage account I decided to use an Azure Logic App. In this way, using the appropriate connectors, SFTP and… (Read the full article)

Microsoft Azure Logic App: risolto il bug sul content-type del connettore SFTP

Di recente stavo realizzando una soluzione cloud sulla piattaforma Azure di Microsoft, quando mi sono imbattuto in un problema.
Per implementare la parte di recupero di un file da un server SFTP e della sua copia in un account di archiviazione blob di Azure ho deciso di utilizzare una Azure Logic App(Read the full article)

Microsoft Azure Cloud: how to reset Linux Virtual Machine password from command line

If we forget the credentials to log into a Virtual Machine Linux on Azure , the Microsoft cloud platform, it is a big problem. From the Azure administraton web portal in fact, the feature that allows to reset a VM password it’s still not available and they say it will be available “soon.”… (Read the full article)