This Week I Learned - Week #49 2024
This Week I Learned - * “Over time, the architectural diagram is mirrored in the org chart of the organization that designs and builds it.” - James Gosling , the creator of Java, refers to himself as a "Software Engineer" * Azure DevOps has been the end-to-end DevOps platform for Microsoft since it replaced Team Foundations Server, but in 2018, Microsoft purchased GitHub and also launched GitHub Actions. This session from PASS Data Community Summit 2023 explains how to set up a CI/CD workflow in GitHub Actions and how GitHub Actions is different that Azure DevOps Pipelines . * Real-time inference means that your deployed model is constantly available on one or several instances, ready to process any data at any moment. Using Batch Deployment rather than processing requests individually in real-time , batch processing can be implemented where data is processed in groups and stored in a database on a regular basis. Open Food Facts processed and spellchecked 10...