99% of developers Don't Get Sockets

99% of developers Don't Get Sockets
99% of developers don't get sockets. What actually is a socket? You've probably seen electrical sockets, but I'm referring to a completely different kind of socket in the software industry or ...
0 Read More

Day 9 of Learning Python

Day-09 Practiced some more python. Learned that .index() only returns the first occurrence of an item in a list, even if there are multiple same items. Learned about enumerate() Solved two LeetCode pr...
0 Read More

JavaScript Conditional Statements

In JavaScript, conditional statements are used to perform different actions based on different conditions. They allow your program to make decisions and execute certain blocks of code depending on whe...
0 Read More