article thumbnail

An educational side project

The Pragmatic Engineer

I’d like to share a story about an educational side project which could prove fruitful for a software engineer who’s seeking a new job. Juraj created a systems design explainer on how he built this project, and the technologies used: The systems design diagram for the Rides application The app uses: Node.js

Education 364
article thumbnail

Best Practices for MLOps Documentation

KDnuggets

Whether it's an ML side project or adding a new feature to a enterprise production deployment, technical documentation throughout the MLOps lifecycle is vital in every project by increasing quality, transparency, and saves time in future development.

Project 140
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Introducing Accelerator for Machine Learning (ML) Projects: Summarization with Gemini from Vertex AI

Cloudera

Were thrilled to announce the release of a new Cloudera Accelerator for Machine Learning (ML) Projects (AMP): Summarization with Gemini from Vertex AI . We built this AMP for two reasons: To add an AI application prototype to our AMP catalog that can handle both full document summarization and raw text block summarization.

article thumbnail

opam-nix: Nixify Your OCaml Projects

Tweag

This is a problem for modern software stacks, which often feature multiple programming languages in a single project. If that sounds scary, don’t worry, opam-nix also provides high-level tools which make Nixifying your OCaml projects a breeze. Also, the templates are suited to building opam projects.

Project 145
article thumbnail

7 AI Portfolio Projects to Boost the Resume

KDnuggets

Get noticed by recruiters and hiring managers by creating and documenting the following AI projects.

Portfolio 128
article thumbnail

Unlocking Your dbt Projects With Practical Advice For Practitioners

Data Engineering Podcast

Summary The dbt project has become overwhelmingly popular across analytics and data engineering teams. Dustin Dorsey and Cameron Cyr co-authored a practical guide to building your dbt project. In this episode they share their hard-won wisdom about how to build and scale your dbt projects. What was your path to adoption of dbt?

Project 147
article thumbnail

How to get started with dbt

Christophe Blefari

dbt Labs also develop dbt Cloud which is a cloud product that hosts and runs dbt Core projects. a dbt project — a dbt project is a folder that contains all the dbt objects needed to work. You can initialise a project with the CLI command: dbt init. In a dbt project you can define YAML file everywhere.