ALAmaan Laskarinamaanlaskar.hashnode.dev·Jun 19, 2022 · 10 min readSoftware Security PrinciplesGoal of software security: Maintain the confidentiality, integrity and availability of information resources in order to enable successful business operations It is accomplished through security controls What is risk? Risk is a combination of fac...00
ALAmaan Laskarinamaanlaskar.hashnode.dev·Apr 30, 2022 · 4 min readKubernetes For beginnersSome Back Story Configuration Management This basically means you can maintain all the changes in your infrastructure with the help of a software e.g. Ansible etc Previously it was mutable ( like you can make the changes to your servers that were r...00
ALAmaan Laskarinamaanlaskar.hashnode.dev·Apr 6, 2022 · 3 min readYAML file in Easy WayWhat is YAML file? It is basically a data format used to exchange data It is similar to XML and JSON Remember: It is not a programming language Note: In YAML, you can only store data and not commands Data serialisation: It is a process of conver...00
ALAmaan Laskarinamaanlaskar.hashnode.dev·Apr 5, 2022 · 11 min readMachine Learning in Python1. Machine Learning 1.1. What is machine learning? In 1959,Arthur Samuel thought of a new approach. He wondered if computers could infer a logic instead of giving them explicit instruction. In other words he wondered if machines could learn What if...00
ALAmaan Laskarinamaanlaskar.hashnode.dev·Apr 2, 2022 · 6 min readIntroduction to DockerWhat problems Docker is trying to solve? Earlier what is to happen is that One App used to run on One Server VMWare solved this problem -> Through Virtual Machines In VMs you can run multiple apps on the same server But There was a problem with thi...00