Issue14
How to make your app's architecture secure right now
A good starting point for building secure application architecture: Separate your storage: Don’t mix core application files & assets with other data. Keep user-uploaded files and activity logs separate from the main app.…
Issue14
Kubernetes in production vs. Kubernetes in development: 4 myths
Running Kubernetes in dev/test gave you a firm handle on your operational needs. You have got reliability & security all figured out. Orchestration makes scaling a cinch. Kubernetes runs the same in every environment.…
Issue14
How should you structure your engineering team?
Answer: No one size fits all. Structure your team in accordance to what works best in your company's context. Here are 5 things to think about…