Nitesh KumarforGeekyAnts Tech Bloghysterical-ambition-request-53.hashnode.net·Mar 26, 2021Implementing Flutter Maps With OSMIntroduction With the surge in availability of access to the internet, we all have moved from remembering neighborhood locations to marking them on Maps. So, as the users are getting quite comfortable with using maps on their devices, the necessity o...Discuss·93 likes·23.4K readsFluttermaps
I'm ParhamforPazelpazel.hashnode.net·Jul 25, 2021FeaturedFaster maps with lazy-loaded componentsHello friends 👋 Parham here, with another step-by-step guide. This time, we will learn how to use Angular Router to lazy-load UI pieces that are not visible and doing it without changing the main route. So we can keep the first context. Here is the ...Discuss·49 likes·1.7K readsAngular
TomTom DevelopersforTomTom Developerstomtomdevs.hashnode.net·Aug 5, 2021Adding TomTom Maps to a Django App: Building a Django Back EndIn 2021, front-end frameworks like React, Vue, and Angular got the most attention in web development. Front-end frameworks let developers build complex interactive single-page apps (SPAs) that dazzle users. But these SPAs are challenging to develop, ...Discuss·27 likes·149 readsDeveloper
Utkarsh SaxenaforJavascript Sets and Mapsutkarsh321.hashnode.net·Mar 18, 2023Maps in JavascriptIntroduction Map is a collection of elements where each element stores a key-value pair and remembers the original order of keys. Map is an object that can hold objects and primitive values as either keys or values. Syntax : const map1 = new Map() m...Discuss·96 readsJavaScript
Mustapha Rufai forhowtobuildx.hashnode.net·Mar 4, 2023How To Make Interactive SVG Map With HTML & CSSIf you're looking to create an interactive map of a country, follow these steps: Obtain an SVG map of the country: You can download one from websites like Wikipedia. If you can't find the exact SVG you need, consider asking a designer friend or usin...Discuss·126 readsHTML5
Aliyu AbubakarforSadiqfulsadiqful.hashnode.net·Feb 27, 2023A simple guide to JavaScript Array Map MethodMap is called on an existing array to return a new array based on what is returned from the function that’s passed as an argument. Here is an example const names = ['Bello', 'Abdullahi', 'Abdulqudus']; const nameLengths = names.map( name => name.len...Discuss·28 readsmaps
Aga KadelaforAga Kadela's blogcoderwoman.hashnode.net·Jan 30, 2023Rendering Leaflet clusters fast and dynamically - let's compare 3 methodsMaps in front-end development At some point in the career of every front-end developer, there will come a time when they will face the task of map implementation. There are many uses of maps in applications. Today I will focus on maps that contain a ...Discuss·3 likes·32 readsWeb Development
Atharva forlegolas12.hashnode.net·Jan 7, 2023Daily Dose of DSA - Day 3void printgreater(int arr[], int n) // naive approach θ(n²) { for (int i = 0; i < n; i++) // traverse the array { int count = 0; for (int j = 0; j < n; j++) if (j != i && arr[j] > arr[i]) count++; /...Discuss·98 readsstlinc++
TC CazyforTC Cazy Blogcodebrother1.hashnode.net·Dec 20, 2022How to Use a Map in JavaScript: A Beginner's GuideIntroduction Sometimes, we have a list of items and want to do something to each item in the list. For example, we might have a list of numbers, and we want to double each number in the list. Or, we might have a list of words and want to make each wo...Discuss·41 readsJavaScript
Nail the Codeforcoder47.hashnode.net·Nov 14, 2022Javascript the Basics: MapsBefore we begin... What is a Map? The map() function in JS should not be confused with the Map objects. Map are objects that hold elements in key-value pairs. What does this mean? It means every entry in a Map has a key and each key is associated wit...Discuss·40 readsJavascript the BasicsJavaScript
Plamen MushkovforAPEX App Lab - Blogplamen9.hashnode.net·Oct 25, 2022Getting the best address and location searches in Oracle APEXGeocoding and Reverse Geocoding - what is that? Geocoding is the process of taking an address or location and converting it to latitude and longitude geographic coordinates. Reverse Geocoding is the opposite - the process that takes a latitude and l...Discuss·5 likes·533 readsorclapex
Md. Rezwanul Haque RazibforRezwanul's Blogrezwanul-haque.hashnode.net·Oct 20, 2022Golang Mistakes: #1 Maps and Memory LeaksWhen it comes to software development we always want to ensure our code never uses excessive memory when a function finishes its work. That's why some of the language features like garbage collection (GC) were implemented so that memory leaks do not ...Discuss·228 readsleaks
Plamen MushkovforAPEX App Lab - Blogplamen9.hashnode.net·Oct 16, 2022Understanding better the APEX Map RegionWhy do you need to read this post? Having knowledge of the different types that represent a geometry can give you the opportunity to visualise more and highly complex geometries on your APEX Maps. Furthermore, at the end of this article you will know...Discuss·4 likes·533 readsorclapex