Alexander Arlund Nørgaardblog.alexnorgaard.dk·Sep 11, 2024Building an Events Application: Choosing the right toolsSo much water has flowed under the bridge since my last blog post. Mind you that I have been working quite a lot on this project, I just didn't get around to write about it. So, let's pick up where we left off! In my last post I talked about some of ...Discuss·26 readsgolang
vansh Kapoorvanshkapoor.hashnode.dev·May 31, 2024Unlocking the secret: How to Find Nearby Restaurants in Seconds!In our day to day we use features like find restaurants near me or show dates near 10km, but ever wondered how does it work? Well don't worry because this blog will help you design the most scalable system to find anything within any radius. Note: W...Discuss·239 readsproximity search
Joseph Caudlejosephcaudle.hashnode.dev·Apr 17, 2024PostGIS and Heroku Postgres… Location, Location, Location!I’ve lost too much time fiddling around with configurations and services just to spin up a compute instance in AWS. Sometimes, I just need a production-ready environment to play around with to test out applications and ideas. With Heroku, I can get t...DiscussHeroku
सूरज गुप्ताsurajgupta.hashnode.dev·Feb 26, 2024Integrating Spatialite with SequelizeSequelize ORM is a robust tool for Node.js developers, offering a streamlined interface for interacting with databases using JavaScript. It supports all major SQL relational databases, including MySQL, PostgreSQL, SQLite, Oracle, and MSSQL. Sequelize...DiscussSQLite