Team structure

What might be the best structure for a product development team?


Agility on product

To formally define Agile through product development, Google describe as: ‘relating to a method of product management, used especially for software development, that is characterized by the division of tasks into short phases of work and frequent reassessment and adaptation of plans.’

Structure of development team would help the product development to know the size of phases...

Authored by Atabak Kh.
Published on 11 April 2020.


Containerize dotnet project

Config and build dotnet core project on docker container


Most of the time, dotnet developers setup and configure a windows server and then occupy the entire server for a single project or a micro service project using web services. Then handling and maintaining the server and IIS inside the server would cost a lot of load on server maintainance.

Contianerize environment would help devops culure and development to push...

Authored by Atabak Kh.
Published on 27 October 2019.
Category: Devops
Tags: ci/cd , docker , dotnet core


Clusterized Spark

Build a cluster of spark engines


Apache Spark is an engine for Big Data processing. One can run Spark on distributed mode on the cluster. In the cluster, there is master and n number of workers. It schedules and divides resource in the host machine which forms the cluster. The prime work of the cluster manager is to divide resources across applications. It works as an...

Authored by Atabak Kh.
Published on 16 September 2019.


Kubernetes in an easy way

Config and build a K8S environment


Before going thorugh configuration and build of kubernetes packages, we should install minikube or Kubernetes. My primary goal was to try Kubernetes on VMs the simplest way. I have chosen minimal version of k8s called minikube and used a Virtualbox VM with Ubuntu 18.04. minikube creates a single-node cluster.

There is a problem with minikube on VirtualBox VM: minikube uses...

Authored by Atabak Kh.
Published on 17 October 2018.
Category: Devops
Tags: ci/cd , docker , kubernetes



ABOUT ATABAK

Atabak is a Software and Data Engineering Consultant


FOLLOW ATABAK

© Copyright 2017-2023