© 2023 Hashnode
#4weeks4articles
In this article, we will go over the Map and Set objects, what makes them similar or different to Objects and Arrays, the properties and methods available to them, and examples of some practical uses.…
Hey Developers🤓😎‼ In this part of the series, we discuss there are two very similar statements in JavaScript: for...in and for...of. And while they can be easily confused, they're actually quite dif…
Day 11 Continuation As I noted on my 1st day 1 post, my plan was to break down this project into multiple parts. I worked on it throughout the weekend and finally finished it up. I will say, while I w…
Techie, someone who is obsessed with everything about technology, either an Apple or Andriod fanboy, but not both, someone that wants a Tesla. Synonyms: nerd, geek, hacker, programmer, developer, tech…
The Rest and Spread operator are two features of JavaScript introduced in ES6. They work entirely different but their similar syntax (triple dots ...) brings some misconceptions when working with them…
I have chosen to write on this topic as I have a keen interest in Data Structures and Algorithms and I have also learnt a lot about them. DSA isn't a topic but more of a journey dealing with your problem-solving skills and building the best…
For anyone new to the web3 space or with limited experience, the word “mining” may come up frequently. It is a very important part of the web3 ecosystem. First off, what is mining? Mining is simply …
Let's learn about python decorators. This is one of the patterns I love to use in python and It is widely used by senior programmers out there. What are decorators 🤔 A decorator in python is a design pattern that allows us to extend the fu…
I believe that many people today are confused about the Ethereum Merge. Some are simply concerned with not being left out by following the trend. If you fall into either of these two categories, I'm h…
Introduction ⚡ The ultimate baseline of networking is being continuously connecting with random people and interacting with them so that it makes us more familiar with the common crowd. Sometimes peop…