Skip to content

leebissessar5/full-stack-open-part12-containers-applications

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course hosted by the Department of Computer Science at the University of Helsinki.

Main repository for Parts 1-7 located here.

Part 12

In this part, we will learn how to package code into standard units of software called containers. These containers can help us develop software faster and easier than before. Along the way, we will also explore a completely new viewpoint for web development outside of the now-familiar Node.js backend and React frontend.

We will utilize containers to create immutable execution environments for our Node.js and React projects. Containers also make it easy to include multiple services with our projects. With the flexibility, we will explore and experiment with many different and popular tools by utilizing containers.

Exercises Complete: 22/22 (100%)

Time Taken: at most 14 hrs

Course Certificate

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.9%
  • HTML 7.0%
  • CSS 2.7%
  • Dockerfile 2.0%
  • Pug 0.4%