ALAlden Luinalden.hashnode.dev·Jul 11, 2024 · 6 min readThe OSI model broken down for dummiesThis article are for dumb dumbs like me to understand the OSI model since I didn't remember it from college well enough What does the Internet mean? The Internet is a network of machines that allows access to the web. What does the web mean? The web ...00
ALAlden Luinalden.hashnode.dev·Apr 26, 2024 · 2 min readGoals/motivation/Scope for JobscraperGoal: Create a tool that scrapes data from a bunch of job descriptions to attempt to answer the question: What programming languages are in demand for 2024? Motivation: To gain a better understanding of what languages companies overall seek. This is ...00
ALAlden Luinalden.hashnode.dev·Apr 24, 2024 · 1 min readTHIS IS MY FIRST ARTCLE!! (here have some knowledge on default dictionaries)Hiya my name is Alden! A default dictionary is a dictionary where if a key doesn't exist in a dictionary, a key will be created and a default value will be assigned to it based on the function used to create the default dictionary. Example: a default...00