What is immutable infrastructure?
Answer / Pallavi Pandey
"Immutable Infrastructure refers to the practice of managing and deploying IT resources as code artifacts, ensuring they cannot be modified once deployed. This improves reliability, reproducibility, and security in software development."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is 'protocol' on objective c?
How to call function in objective-c?
Who calls dealloc method? Can we implement dealloc in arc? If yes, what is the need to do that?
How to call objective c function in swift?
When is toll-free bridging useful?
How would I make a static strategy?
What is difference between datasource and delegate?
What is autoclosure?
What is the difference between c and objective c?
How do I open .m files?
How dispatch_once runs only once?
How to create uibutton programmatically in objective c?