© 2023 Hashnode
#mapping
Photo by Lucas Law on Unsplash Two things come to mind when you hear the phrase Cloud Center of Excellence: Cloud financial management. You have invested lots of money but are you getting value and cost optimization? How good are those pe…
As usual, in the course of my internship with the ADA Software development program specifically during the fifth week, we were asked to create a student database for JSS1 using input from the Registra…
The Hon’ble Prime Minister’s speech about the country’s vision of Antyodaya (empowering the last person at the last mile), should bring inclusivity and equity across value chains in the country. Now, …
Hello readers, in this article, I will be explaining explicitly what we called Iterable mapping using code. First step is to declare your pragma solidity and the contract name. pragma solidity ^0.8.0;…
Hey everyone! I am Devdatta Tengshe, Over the last week, I’ve been planning a visit to Singapore. Along with the bare necessities like air tickets, visa, and hotel stay, I also had to plan my day-to-d…
The current floods in Bangalore are a perfect example of how even a developed city can be inundated in water. After weeks of continuous rainfall and waterlogging, daily commuters have suffered the mos…
Props are a great way on react to deal with data to make our component reusable. In our previous article, we have learned how to pass and receive props. Today we will learn how to map over data to mak…
Introduction I was just given the assignment of using client-side solely to redirect some of our existing QR Code URLs to new ones. I utilized JavaScript's built-inMap object for this, which debuted i…
One of the most important parts of a location-based game, for the typical game you envision with that description, is making the locations involved matter. If all you do is walk around, your game is just an exercise tracker. If every space …
Mapping is identical to a dictionary in every other language. In Solidity, it is a hash table that is used to store information in the form of key-value pairs, where the key can be any of the built-i…