Stitching ArcGIS Online apps together with webhooks
https://aubreydrescher.medium.com/stitching-arcgis-online-apps-together-with-webhooks-80672b25d3ea
https://aubreydrescher.medium.com/stitching-arcgis-online-apps-together-with-webhooks-80672b25d3ea
Medium
Stitching ArcGIS Online apps together with webhooks
Extending ArcGIS Survey123 and ArcGIS Dashboards with Microsoft Power Automate and a Python function on the Google Cloud Platform.
The Twelve-Factor App Methodology Part I: Introduction
https://ferilukmansyah.medium.com/the-twelve-factor-app-methodology-part-i-introduction-b0476cc5dfae
https://ferilukmansyah.medium.com/the-twelve-factor-app-methodology-part-i-introduction-b0476cc5dfae
Medium
The Twelve-Factor App Methodology Part I: Introduction
In the modern era, the software is commonly delivered as a service: called web apps, or software-as-a-service. The twelve-factor app is a…
Building a CI / CD Pipeline for a Python Project using GitHub Actions ♻
https://medium.com/@DNYFZR/building-a-ci-cd-pipeline-for-a-python-project-using-github-actions-a9a82a88bad0
https://medium.com/@DNYFZR/building-a-ci-cd-pipeline-for-a-python-project-using-github-actions-a9a82a88bad0
Medium
Building a CI / CD Pipeline for a Python Project using GitHub Actions ♻
In this post, we’ll walk through the steps of developing the YAML script in order to implement CI / CD on a Python project.
Numpy is much faster than for loop (Basic Math on Numpy)
https://naraekang20.medium.com/numpy-is-much-faster-than-for-loop-basic-math-on-numpy-4db5fc96114f
https://naraekang20.medium.com/numpy-is-much-faster-than-for-loop-basic-math-on-numpy-4db5fc96114f
Medium
Numpy is much faster than for loop (Basic Math on Numpy)
Basic math in Python Numpy
Numpy Math functions — Python2
https://naraekang20.medium.com/numpy-math-functions-python2-2c076c060d0e
https://naraekang20.medium.com/numpy-math-functions-python2-2c076c060d0e
Medium
Numpy Math functions — Python2
Math function
Why You Should Use Classes To Wrap 3rd Party SDK Calls?
https://medium.com/@mhstewart1994/why-you-should-use-classes-to-wrap-3rd-party-sdk-calls-12d4508066f
https://medium.com/@mhstewart1994/why-you-should-use-classes-to-wrap-3rd-party-sdk-calls-12d4508066f
Medium
Why You Should Use Classes To Wrap 3rd Party SDK Calls?
In this article I will cover a very simple pattern I use when interfacing with 3rd party SDK’s in a code base.