Click here to Skip to main content
15,879,535 members
Articles / DevOps

Introduction to Cloud Native

Rate me:
Please Sign up or sign in to vote.
5.00/5 (11 votes)
8 Apr 2021CPOL8 min read 8.6K   2  
This introductory article will aim to reach out to Node.js web developers where they are right now - which is usually creating apps in Express and deploying them to cloud VMs.
Here we'll provide a lay of the land, look at concepts that underpin Cloud Native development (concepts like DevOps, microservices serverless, containerization, Kubernetes, scalable cloud databases like CosmosDB), explain how these concepts affect the design and architecture of cloud-native apps, and highlight how they differ from the Wild West approach of Node apps deployed on an ad-hoc basis to VMs.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Beginner's Guide to Cloud Native Development in Node.js View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO JUUN Software
Netherlands Netherlands
Sander Rossel is a Microsoft certified professional developer with experience and expertise in .NET and .NET Core (C#, ASP.NET, and Entity Framework), SQL Server, Azure, Azure DevOps, JavaScript, MongoDB, and other technologies.

He is the owner of JUUN Software, a company specializing in custom software. JUUN Software uses modern, but proven technologies, such as .NET Core, Azure and Azure DevOps.

You can't miss his books on Amazon and his free e-books on Syncfusion!

He wrote a JavaScript LINQ library, arrgh.js (works in IE8+, Edge, Firefox, Chrome, and probably everything else).

Check out his prize-winning articles on CodeProject as well!

Comments and Discussions

Beginner's Guide to Cloud Native Development in Node.js