From 0625def4634f26ca2d5ef988816a123568d848fa Mon Sep 17 00:00:00 2001 From: thatmlopsguy <165834479+thatmlopsguy@users.noreply.github.com> Date: Tue, 14 May 2024 17:11:45 +0100 Subject: [PATCH 1/2] Add ThatMLOpsGuy --- src/data.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/data.js b/src/data.js index c24e6b7c..8228dad7 100644 --- a/src/data.js +++ b/src/data.js @@ -19245,6 +19245,32 @@ module.exports = [ 'Designer', ], }, + { + name: 'That MLOps Guy', + description: 'Portuguse machine learning engineer', + url: 'https://thatmlopsguy.github.io/uses/', + emoji: '🧐', + country: '🇵🇹', + computer: 'linux', + phone: 'flipphone', + tags: [ + 'AWS', + 'Azure', + 'Backend', + 'Open Source', + 'Linux', + 'Kubernetes', + 'Docker', + 'Git', + 'CI/CD', + 'DevOps', + 'Python', + 'VS Code', + 'Firefox', + 'Machine Learning', + 'MLOps', + ], + }, { name: 'Ryan Daley', description: From a7084fffddbe1e722e8fbc3177a546f60db82a0d Mon Sep 17 00:00:00 2001 From: thatmlopsguy <165834479+thatmlopsguy@users.noreply.github.com> Date: Tue, 14 May 2024 17:19:28 +0100 Subject: [PATCH 2/2] fix: typo --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index 8228dad7..32598c7c 100644 --- a/src/data.js +++ b/src/data.js @@ -19247,7 +19247,7 @@ module.exports = [ }, { name: 'That MLOps Guy', - description: 'Portuguse machine learning engineer', + description: 'Portuguese machine learning engineer', url: 'https://thatmlopsguy.github.io/uses/', emoji: '🧐', country: '🇵🇹',