Foundation models like large language models (LLMs) are a vast and evolving subject, but how did we get here? To get to LLMs, there are several layers we need to peel back starting with the overarching topic of AI and machine learning. Machine learning is within AI and it’s simply the process of teaching computers to learn from and make decisions based on data…
10 Best Practices for CI/CD Pipelines
CI/CD is the practice of continuous integration and continuous delivery/deployment. The two processes, typically referred to as a CI/CD pipeline, introduce ongoing automation and continuous monitoring throughout the lifecycle of apps, from the integration and testing phases to delivery and deployment. The use of a CI/CD pipeline introduces smaller iterations and faster deployment in the […]