Skip to content

Commit

Permalink
moved the entry to a random point
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixmorgadas committed Jan 24, 2023
1 parent 1f165da commit 0a59ee7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -4307,6 +4307,13 @@ module.exports = [
"Software engineer",
],
},
{
name: 'Aleix Morgadas',
description: 'Articles on engineering strategy',
url: 'https://learnings.aleixmorgadas.dev/s/open-engineering-strategy',
twitter: '@aleixmorgadas',
tags: ['Software engineering', 'Strategy'],
},
{
name: "Max Kovalevsky",
description:
Expand Down Expand Up @@ -4368,12 +4375,5 @@ module.exports = [
url: 'https://mahdix.com',
twitter: '@mahdix',
tags: ['Java', 'SaaS', 'Kotlin', 'Linux'],
},
{
name: 'Aleix Morgadas',
description: 'Articles on engineering strategy',
url: 'https://learnings.aleixmorgadas.dev/s/open-engineering-strategy',
twitter: '@aleixmorgadas',
tags: ['Software engineering', 'Strategy'],
}
];

0 comments on commit 0a59ee7

Please sign in to comment.