© 2022 Hashnode
#geolocation
Using Next Middleware to access geolocation I don’t use Middleware from Next.js often, but I have dabbled a few times. Recently someone in another Developer’s Discord, I also have a Discord if you wan…
Geolocation technology has become the foundation for all location-positioning services and applications. Its development was a significant turning point in the history of locational technology. The ab…
We are all familiar with the location button in our mobile apps or the Allow your location popup in a desktop browser when accessing a website. It’s probably due to too straightforward apps asking you…
Hey buddy 👋, welcome here! If you are a usual suspect, glad to see you here again. Today, we shall learn how to get and extract some geo-information from a given IP or a range of IPs. Geolocating an …
GitHub CoPilot continues to impress me, even after a few months of using it almost everyday. No matter whether it is for my job or a personal project, Javascript or Typescript, React or Node.js, a co…
We can’t execute geo queries by simply storing latitude and longitude as distinct variables and querying a bounding box since Cloud Firestore only permits one range clause per compound query. One solu…
Introduction Angular is a development platform for building WEB, mobile and desktop applications using HTML, CSS and TypeScript (JavaScript). Currently, Angular is at version 13 and Google is the main…
Introduction In this article, we will try to explore an API provided by Foursquare (a company that is well known for its location-based services). With this API, we can power location-based experience…
Introduction SAPS (South African Police Service) has provided crime data via Kaggle which contains the history of crime statistics from 2004 to 2015 per province and station in South Africa. The datas…