Posts
My thoughts and ideas
My thoughts and notes on technology and programming
My thoughts and ideas
Don’t waste your compute and storage resources to store and process data that could be stored into client’s system. Your consumer’s system is your trusted storage.
We all know how to use Git. We all know Lean philosophy too. Now the question is “Do we use Git toward Lean philosophy?”
Using Linux containers and specially Docker solves lots of deployments problems easily that would be difficult otherwise. By adding some advanced networking features make it even more powerful.
How to implement Layer-4 in Docker containers. Layer-4 Load balance is a very powerful method and adding that to Docker eco-system is very interesting.
Load balancing is always an intriguing topic to me. There are plenty of ways to create a load balancer, but here I’m going to cover compelling ones in different network layers and compare them.
Creating Logstash forwarder (aka. Lumberjack) in Docker may look pretty easy and straight forward. But what if container dies and you want to start a new one! Something strange is going to happen…
In PHP, environment based configurations such as URLs hostnames and etc. is always a challenge. And it gets worse when you add more and more environments. Is there an easy way to overcome this challenge?
In agile world most common development method is the one which is known as iterative. Breaking tasks into small 2-4 weeks iterations. But there is another option, Flow model!
What is Imapact Mapping and how we can use it to deliver a software which impacts rather than just ship it.
Kanban is a tool not a process. You can use Kanban to visualize your process and collect metrics about your process health. But you can’t “Do Kanban”