© 2023 Hashnode
#beginners
Hey there, I am a newbie in learning JavaScript.this article will serve as a guide for newbies like me in learning JavaScript. It will introduce the basics of JavaScript in a way that is easy for newb…
List destructuring, also known as packing and unpacking, is a powerful technique in Python for assigning and manipulating lists. It allows you to quickly assign values from a list to multiple variable…
Introduction Have you ever wondered how people in real life are able to buy shares from a company they are interested in? Well, in this tutorial, we are going to create a vault smart contract Dapp on …
📍 Introduction: Securing your servers and restricting access to specific ports or IP addresses is an essential step in ensuring the safety of your infrastructure. One way to achieve this is by using …
Hello guys, happy Friday! Today I will inaugurate a new section that will be called “API Friday”. What will this API Friday be about? well, basically every Friday(or every two Fridays) I will post a .…
Python's zip() function is a built-in function that allows you to iterate over multiple iterables in parallel. It takes two or more iterables as arguments and returns an iterator that aggregates eleme…
As a web developer, 🖥 I always look for new ways to enhance my skills and develop more efficient and interactive web applications. In this blog, I will share my experience of creating a one page web …
Once you've started learning to code, one of the things you'd so often encounter is a README file while reviewing, learning from or contributing to open source software. I'm pretty sure you've heard t…
Introduction. According to Tim Berners-Lee, Web3 is a form of 'read, write, and execute'. Many people believe that Web3 is for geeks and can't be simplified for the layperson. Others believe that it's…
Introduction Welcome to my 29th blog post. Previously we have seen that whenever we enclose something into '''....''' triple quote in python, that statement is considered as a comment in python. Howev…