Tag: tech

  • Debugging and Patching NodeJS Dependencies

    Debugging and Patching NodeJS Dependencies

    While working on a Shopify project, we employed Prettier for formatting our JavaScript, HTML, and CSS files. Shopify however, uses Liquid for templates which Prettier does not support out of the box but fortunately, Shopify developed a Liquid Prettier plugin to handle Liquid files. When using it, we noticed that the formatting of Prettier on…

  • Minimal Bounding Circle Area of Lon/Lat Coordinates

    Minimal Bounding Circle Area of Lon/Lat Coordinates

    How do you check if the GPS trajectory stays around an area for a certain amount of time? While working with GPS data in Sakay, this is the problem we’ve encountered when trying to detect if a vehicle is not moving. There are many ways to do this, but we decided to check if the…

  • Setting Up Your Apple Silicon MacBook as a DevOps Engineer in 5 Minutes

    Setting Up Your Apple Silicon MacBook as a DevOps Engineer in 5 Minutes

    Getting your M1 (Apple silicon)-based MacBook ready for DevOps with iTerm, AWS, and Google Cloud Note: This post was written by a developer on an M1 MacBook. However, the same steps apply to all other M1 or M2 machines. Introduction As a DevOps engineer, you know the importance of having a reliable and efficient development…