-
Recent Posts
Recent Comments
- kannaiah on Docker and Swarm Mode – Part 1
- BlueCar on Event sourcing applied – the read model
- Game Village on Testing and Debugging a Containerized Node application
- Ashok Mahalik on Service discovery – part 1
- yv on AngularJS–Part 9, Values and constants
Archives
- April 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- January 2015
- December 2014
- May 2014
- April 2014
- February 2014
- January 2014
- December 2013
- July 2012
- June 2012
- December 2011
- September 2011
- August 2011
- January 2011
- October 2010
- September 2010
- July 2010
- June 2010
- May 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
Categories
- .NET
- AngularJS
- architecture
- ASP.NET vNext
- asynchronous
- AWS
- book
- bootstrapper
- brownfield
- BUILD
- CI/CD
- ClickOnce
- commands
- Conference
- containers
- continuous deployment
- CQRS
- data binding
- DDD
- delegates
- design
- developer
- didactics
- docker
- E2E testing
- Elasticsearch
- Event sourcing
- Fluent NHibernate
- fluent Silverlight
- framework
- GetEventStore
- Git
- hiring
- How To
- installation
- interactive extensions
- introduction
- JAVA
- job
- jQuery
- lambda expressions
- learning
- legacy code
- Lucene
- methodology
- Micro services
- misc
- Mock
- mocking framework
- MongoDB
- Mono
- Mono Cecil
- MSIL
- multi threading
- MVVM pattern
- NHibernate
- no-database
- node
- NSIS
- patterns
- personal
- plugins
- practices
- presentation
- PTOM
- queries
- Read model
- refactoring
- reflection
- reporting
- REST
- review
- Setup
- Silverlight
- SOLID
- Styles and Templates
- TDD
- tutorial
- Ubuntu
- Uncategorized
- upgrade
- validation
- VM
- Windows
- WIX
- Workflow
- workshop
Meta
Author Archives: Gabriel Schenker
Up into the Swarm
Last Thursday evening I had the opportunity to give a presentation at the Docker Meetup in Austin TX about how to containerize a Node JS application and deploy it into a Docker Swarm. I also demonstrated techniques that can be … Continue reading
Containers – Cleanup your house revisited
In version 1.13 Docker has added some useful commands to the CLI that make it easier to keep our environment clean. As you might have experienced yourself over time our development environment gets really cluttered with unused containers, dangling Docker … Continue reading
Docker and Swarmkit – Part 6 – New Features of v1.13
In a few days version 1.13 of Docker will be released and among other it contains a lot of new features for the Docker Swarmkit. In this post I want to explore some of these new capabilities. In the last … Continue reading
Docker and SwarmKit – Part 5 – going deep
In this post we will work with the SwarmKit directly and not use the Docker CLI to access it. For that we have to first build the necessary components from source which we can find on GitHub. You can find … Continue reading
Posted in containers, docker, How To, introduction
Tagged containers, Docker, swarm, utility
1 Comment
How To Bootstrap Angular with Server Side Data
Today I needed to bootstrap our Angular 1.x Single Page Application (SPA) with some server side data. The data that I’m talking of is the set of feature toggles that are defined in our system. We need the value of … Continue reading
Docker and Swarmkit – Part 4
So far we have experimented with Docker Swarmkit on our local development machine using VirtualBox as our playground. Now it is time to extend what we have learned so far and create a swarm in the cloud and run our … Continue reading
Docker and Swarm Mode – Part 3
Refresher In part 1 we have created a swarm of 5 nodes of which we defined 3 to be master nodes and the remaining ones worker nodes. Then we deployed the open source version of the Docker Registry v2 in … Continue reading
Posted in containers, docker, Elasticsearch, How To, introduction
Tagged containers, Docker, logging, swarm, troubleshoot
8 Comments
Use Docker to build, test and push your Artifacts
Sue is a software engineer at BetterSoft. She is in charge of starting a new project which includes building up the CI/CD pipeline for the new application her team will create. The company has established some standards and she knows … Continue reading
Bulk Delete Queues in AWS
This is a post to myself. Due to a faulty application we have a lot of dead queues in AWS SQS. To get rid of them I wrote the following script that I executed in a container that has the … Continue reading
Easing the use of the AWS CLI
This post talks about a little welcome time-saver and how we achieved it by using Docker. In our company we work a lot with AWS and since we automate everything we use the AWS CLI. To make the usage of … Continue reading

