January 29, 2021
Welcome to part two of my blog on NgRx! In Part One we solved common Angular state management problems using NgRx. In Part Two we’re getting hands-on by building stateful animated GIF gallery using...January 26, 2021
On trend: handwritten and animated typography 2020 was the year of animated and hand-written typography. This design trend is likely to continue into 2021. A few CodePen examples of the latest "live...January 25, 2021
Last time, we had refactored our basic one-line install of StackStorm and our custom pack into an Ansible playbook. The Ansible playbook works well enough on its own but still requires us to already...January 21, 2021
Building complex web applications is hard. Building complex web applications that you can still understand once you’ve built them is even harder.January 11, 2021
This is the second part in a StackStorm tutorial series: Part 1: DevOps Automation using StackStorm - Getting Started Part 2: DevOps Automation using StackStorm- Deploying with Ansible Part 3: DevOps...January 8, 2021
When you design a microservice system, there are some key topics and tools you should be familiar with. Designing a successful microservice system differs from developing a successful monolithic...December 18, 2020
Terraform is one of the best tools for provisioning cloud infrastructure, but when working with virtual machines lacks good support for SSH'ing on to the server to configure it. This is where Ansible...December 10, 2020
Event driven DevOps automation is a concept based around listening for desired events and then performing a task in response. There are a wide variety of applications for the event driven 'cause and...December 8, 2020
When it comes to Node.js design patterns, microservices are useful patterns that can improve the flexibility and reliability of applications. However, microservice architectures must be carefully...December 2, 2020
BitOps works well with different deployment tools and today’s focus is on Terraform. By the end of this you will have used BitOps to create a prod and test AWS VPC.