Hector OrozcoRecursionTo begin, I want to make it clear that my purpose of studying a career as a full stack programmer is to learn to program, therefore if my…Feb 3, 2021Feb 3, 2021
Hector OrozcoWhat happens when you type “https://holbertonschool.com" in your browser?…and press Enter.Jan 6, 2021Jan 6, 2021
Hector OrozcoWhat is IoT?The internet of things (IoT) is a catch-all term for the growing number of electronics that aren’t traditional computing devices, but are…Jan 6, 2021Jan 6, 2021
Hector OrozcoWhat are firewalls for?A firewall is a network security device that monitors incoming and outgoing network traffic and permits or blocks data packets based on a…Nov 22, 2020Nov 22, 2020
Hector OrozcoWhat distribution algorithm your load balancer is configured with and how it works ?In computing, load balancing refers to the process of distributing a set of tasks over a set of … The efficiency of load balancing…Nov 22, 2020Nov 22, 2020
Hector OrozcoWhat is a server?A server is a computer program or device that provides a service to another computer program and its user, also known as the client. In a…Nov 21, 2020Nov 21, 2020
Hector OrozcoWhat is Machine LearningIn the real world, we are surrounded by humans who can learn everything from their experiences with their learning capability, and we have…Nov 5, 2020Nov 5, 2020
Hector OrozcoPython3: Mutable, Immutable… everything is object!Every variable in python holds an instance of an object. There are two types of objects in python i.e. Mutable and Immutable objects…Sep 29, 2020Sep 29, 2020