Home

Welcome to Technical Park

  • DOCKER AND KUBERNETES IMPORTANT EXAMPLES

    March 29, 2020 by

    Docker Installation commands In ubuntu 16.04, docker installation commands sudo apt-get -f install Install some required packages on your system for installing Docker on Ubuntu system. sudo apt-get install apt-transport-https ca-certificates curl software-properties-common Now import dockers official GPG key to verify packages signature before installing them with apt-get. Run the below command on terminal. curl… Read more

  • Microservices With CQRS and Event Sourcing

    March 29, 2020 by

    The main topic of this article is to describe how we can integrate an event-driven architecture with microservices using event sourcing and CQRS. Microservices are independent, modular services that have their own layered architecture. When microservices share the same database, the data model among the services can follow relationships among the tables associated with the microservices.… Read more

View all posts

Follow My Blog

Get new content delivered directly to your inbox.

Design a site like this with WordPress.com
Get started