-
Social Network System Design
A generic system design for socila networking service.
-
Engineering Leadership and Architect Interview Toolkit for Cloud-Native SaaS Development
Software Interview toolkit for Engineering manager, Engineering Director, VP of Engineering and Architect. Cloud, Java based question and answers.
-
Docker Container Memory limits
By default there is no contraint and memory limit for docket container, it can use as much memory and cpu as much Host OS allow to it. But this can be controlled by docket container run time settings/configurations flags. Many of these features are dependant upon host OS kernel capabilities. Suppose some features are disabled…