projects.js | Paul Cosma
main.jsprojects.js

  1// =============================================
  2// .My latest projects
  3// =============================================
  4//
  5
  6
  7
  8export default function projects() {
  9.return [
 10..{
 11...name: 'CloudMargin',
 12...type: 'fintech',
 13...link: 'https://cloudmargin.com',
 14...inProgress: true,
 15...summary: [
 16....'CloudMargin is the single-instance collateral',
 17....'management platform built to drive efficiency and',
 18....'reduce risk and costs for the world's banks,',
 19....'buy-side institutions, outsourcers and corporates.'
 20...],
 21...period: [2021, 2024],
 22...role: 'Full-stack Software Engineer',
 23...technologies: [
 24....'typescript',
 25....'mysql',
 26....'react',
 27....'docker',
 28....'aws'
 29...],
 30..},
 31..{
 32...name: 'Pacstall',
 33...type: ['ui', 'devops', 'cli'],
 34...link: 'https://pacstall.dev',
 35...inProgress: true,
 36...summary: [
 37....'An Arch User Repository implementation',
 38....'for Debian, Ubuntu and derivatives.'
 39...],
 40...period: [2021, 2022],
 41...role: 'Frontend Software Engineer',
 42...technologies: [
 43....'typescript',
 44....'go',
 45....'react',
 46....'docker',
 47....'linux'
 48...],
 49..}
 50.]
 51
 52// @FIXME: maybe add smaller projects too..?
 53