Share,progress!
Categories
All Be AgileCraftsmanshipProduct OwnershipRemote workSoftware FactoryThe life at APUX/UI DesignSoftware Factory
Remote Python coding with VSCode on the Raspberry Pi
Raspberry Pi can be used for more than just a small linux host to run services, media server or a NextCloud server, learn how to use it to code in Python.
Read the articleSoftware Factory
Build a kubernetes cluster with eksctl
Kubernetes is available on AWS as a managed service. You can integrate ECR, EBS volumes, ELBs and IAM. But I find it more efficient to do it with eksctl.
Read the articleSoftware Factory
Install a small Elasticsearch development setup on AWS EC2
One of our developer teams is tasked to “renovate” the entire core business for one of our clients. Learn how we used used Elasticsearch for this process!
Read the articleSoftware Factory
Adding users to your EKS Cluster
Learn how to add users to your EKS cluster with IAM (Identity and Access Management on the AWS side) and RBAC (Role Based Access Management on Kubernetes).
Read the articleSoftware Factory
AWS Cloudformation – Part 2
In Part 1, we worked on a template to create a VPC. In this article, we will extend this template with public and private subnets and route tables.
Read the articleSoftware Factory
AWS Cloudformation – Part 1
AWS Cloudformation is a service that enables you to provision, update and delete AWS services. Learn how exactly this service is working and how to use it!
Read the article