The Artima Developer Community
Sponsored Link

Java Buzz Forum
Day 1 of 30 Min Project 12/15/14

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Warner Onstine

Posts: 242
Nickname: warnero
Registered: Aug, 2003

Warner Onstine is Java programmer and writer of two tech books
Day 1 of 30 Min Project 12/15/14 Posted: Dec 16, 2014 5:46 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Warner Onstine.
Original Post: Day 1 of 30 Min Project 12/15/14
Feed Title: BlackBox
Feed URL: http://feeds.feedburner.com/Blackbox
Feed Description: Where technology and art disappear
Latest Java Buzz Posts
Latest Java Buzz Posts by Warner Onstine
Latest Posts From BlackBox

Advertisement
Endeavoring to document an experiment I’m going to try. Live-blogging (kind of) my daily habit of working on a side project for 30 minutes a night.

This particular side project is a deep dive into Docker. An attempt to go from basic Node application to a full-fledged, orchestrated, app that I can configure through Docker and some scripts.

Goals:
  • Be able to quickly and easily deploy a Node.js-based application through Docker
  • This should ultimately include these pieces:
    • Mongo container
    • Redis container
    • Node api container
    • Node/Angular web container
  • I want to be able to easily deploy this fully orchestrated suite of containers for unit and integration testing
There will undoubtedly be some additional pieces I have to build along the way. I’m starting with a basic api/web application that I can easily repurpose for later purposes.

Immediate goals:
  • Skeleton Node.js api app
  • Skeleton Node.js/Angular web app

Tonight:
  • Take an existing app that I have and repurpose it for my skeleton apps
  • I’ve decided that a simple Todo app is a decent starting point for this overall goal - not too complex, but it has enough moving pieces to be interesting (at least for now)
  • Starting with api first
    • Need to convert my custom settings file to a convict-driven one instead

Read: Day 1 of 30 Min Project 12/15/14

Topic: Java : Collection Framework : Vector (Constructors) Previous Topic   Next Topic Topic: Java : Collection Framework : Vector (lastIndexOf Overloaded Method)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use