Camila Ramoscamiinthisthang.hashnode.net路Jan 5, 2022My Villain Origin Story: The Reality for Latino/Black Kids In Silicon ValleyHow Public School Fails Students of Color For as long as I can remember, I have always wanted to be a teacher. My mom tells the story of how I would sit all my teddy bears down, facing a whiteboard, and stand up there and teach them. I never consider...139 likes路7.1K readsDiversity
Marko Denicdenic.hashnode.net路Feb 19, 2021GitHub repositories to learn programmingKnowing how to learn programming is not easy. It is essential to have a structured plan. These repositories will help you on your learning path. This list will be updated frequently. Please add more resources in the comments and I'll include them in...138 likes路14.7K readsResourcesJavaScript
Priyanka Yadavpriyanka488.hashnode.net路Oct 20, 2020FeaturedUnderstand Procedural vs OOPS Programming - once and for allI recently noticed that Hashnode calls its write-ups as stories!! So here's my effort of bringing up the concept of Traditional Procedural Programming vs Object-Oriented Programming in the form of a story. There were 2 associates - Harvey and Louis(...132 likes路770 readsLow Level Design2Articles1Week
JannikT1jannikt1.hashnode.net路Oct 9, 2024State Machines and Statecharts: What are they?State Machines and Statecharts: What are they? State machines are great. But what actually are they? Can you explain them to others? What is a statechart? I'll help you out. Jannik Wempe 路Aug 8, 2021路 9 min read Table of contents [ What are State M...Computer Science
J.betjebetcodes.hashnode.net路Apr 25, 2023CS50x - Week 2Introduction I have just completed the second week of the course, which focused on arrays. It has been an exciting and challenging week, as I learned the basics of working with arrays in the C programming language. What are arrays? Arrays are collect...Harvard CS50 course
Mohammed Faizan Ahmedknowledgewithfaizan.hashnode.net路Apr 25, 2023Getting started with Computer NetworksWhat is a Network? A network is just as simple where you can see a net to catch fish, in the same way, there is a net to which each computer is connected. A group of computers connected to the internet is a network. How does a computer know which one...networking
Grut grut.hashnode.net路Apr 24, 2023How does Mathematics improve decision-making ability?Mathematics is a powerful tool that can help individuals improve their decision-making abilities. It provides a systematic approach to problem-solving, allowing individuals to make more informed decisions based on data and evidence rather than intuit...Mathematics
Vaibhavvxibhxv.hashnode.net路Apr 23, 2023Scripting 101: The missed part of your Computer Science EducationShell We Begin? Computers are pretty good at doing the same thing over and over again as computer scientists we know that. But sometimes we forget that we can also do things better with them. While we have access to numerous tools that can enhance o...13 likesMissing education of your CS Studyshell scripting
Sahil Ali Khansahilkhan-1679777475631.hashnode.net路Apr 23, 2023Unleashing the Power of Shor's Algorithm: A Breakthrough in Quantum ComputingHey there! Let me tell you about one of the most fascinating things I learned recently - Shor's algorithm in quantum computing! It's a groundbreaking algorithm that was discovered by Peter Shor in 1994, and it's a real game-changer in the world of co...WeMakeDevs
Vimal Saraswatvimalsaraswat.hashnode.net路Apr 23, 2023CS50 Week 7: Manipulating Data with SQLWeek 7 SQL Welcome to week-7, its been two months since I enrolled in the Harward University's introduction to the intellectual enterprises of computer science and the art of programming course, CS50. This week we learned about SQL, the structured qu...CS50Computer Science
Harshit Jainhcodes.hashnode.net路Apr 22, 2023Discover the Power of Computer Vision: An Introduction to OpenCVWhat is open-cv and what it is used for? OpenCV is an open-source computer vision and machine learning library used for real-time image processing, object detection and tracking, facial recognition, robotics and much more, making it a powerful tool f...10 likesopencv
Debak Royslayeh17debakroy.hashnode.net路Apr 21, 2023The Amazing Dynamic ProgrammingHello there, reader馃憢. This is my first blog and I am very excited about this one. This blog is about Dynamic Programming and why you would want to use its amazing power wherever possible. Recently I started learning about DP, I gotta say it's amazi...algorithms
Bilal Khanibilalkayy.hashnode.net路Apr 21, 2023Terminating an EC2 Instance using TerraformIntro 馃弫 Managing your cloud infrastructure manually can be a daunting task, especially when deleting instances that are no longer needed. Manually deleting instances is not only time-consuming, but it also increases the risk of human error. This is ...31 readsKubernetes