Gustavo Becellibecelli.hashnode.dev·Nov 15, 2024How to Make Your Digital World Work for Your Language Learning GoalsAs I shared in my article about my journey learning foreign languages, one radical decision that significantly impacted my progress was choosing to primarily consume content in my target language. This immersion strategy became the backbone of my lea...DiscussLanguage Learning
Anmol Singh Tutejablog.anmolthedeveloper.com·Oct 30, 2024How I achieved Flutter Background Location Tracking ? (even when app is being killed)After extensive research and trial, I recently discovered a reliable method for achieving background location tracking in Flutter something many other developers have been pursuing as well. Although there’s a package on pub.dev that provides backgrou...Discuss·175 readsFlutter
Go Top Ratedgotoprated.hashnode.dev·Jul 30, 2024The Node.js Journey: Crafting Solutions for SEO Page CreatorNode.js for Location Pages The Beginning It all started with a vision. When we launched SEO Page Creator, we wanted to build a robust system that could dynamically generate location-based pages to enhance our clients' online presence. I have been usi...Discussseo page creator
Olubunmi Alegbeleyeolubunmialegbeleye.hashnode.dev·Jul 15, 2024Location - the Android 14 (maybe 15 too) wayIntroduction Location awareness is becoming an essential part of many successful mobile applications. Whether you're building a fitness tracker, a navigation app, a ride-sharing app, a weather app, an augmented reality experience or a service that co...DiscussAndroid
Harish Kunchalaharishkunchala.com·Apr 28, 2024Get Your Location On: A Step-by-Step Guide to Creating a Flutter App with Riverpod and Geolocator with Clean ArchitectureIntro: While I was working on our upcoming app GotInfo. I needed to handle location permissions for my user since we use a google map to show the nearby posts pertinent to the user. While I could just use the default permission_handler and be done wi...Discuss·53 readsgeolocator
Daniel Bugingodanielbugingo.hashnode.dev·Jan 11, 2024Navigating Cartography: 5 Essential Map Elements of a mapFun fact: Maps can sometimes have 'trap streets'—fake or non-existent streets added by cartographers as a form of copyright protection. If another map includes the same fake street, it suggests they copied the original map! Introduction A map, as pe...DiscussElements of a good map
Mohammed Lawallawwee.hashnode.dev·Jan 5, 2024Building a Location-Aware Backend: A Comprehensive Guide to Implementing Nearby Places Feature with Node.js, and MongoDBIntroduction Have you ever wondered how applications can provide real-time information tailored to any location of choice? Like, how do they navigate delivery routes, find cool places nearby, or enhance user experiences with location-based features? ...DiscussNode.js
Rushi Chaudharirushichaudhari.hashnode.dev·Nov 11, 2021Shifting Docker Storage: Your Guide to changing docker cache storageYou can easily change the Docker default storage location by creating the daemon.json file and pointing to another location in that file. It happened to me several times that I didn’t have enough space in my root partition to store Docker containers ...DiscussDocker
nidhinkumarblog.nidhin.dev·Mar 22, 2020Get Current Location of a user using Helper Intents in Actions on GoogleIn this post, you will learn how to get the current location of a user for your action using Dialogflow Helper Intents Objectives What is Google Assistant What is Cloud Function Create a new action in Google Assistant Custom action using Dialogfl...DiscussGoogle Assistant