class WorkDay {
    public static function repeat() {
        self::wakeUp();
        self::eat();
        while ($time < 13) {
            self::work();
        }
        self::eat();
        while ($time < 18) {
            self::work();
        }
        self::relax();
        self::eat();
        self::sleep();
    }
}
        

bigm.it - Software developer

๐Ÿ‡ฎ๐Ÿ‡น
๐Ÿ‡ฌ๐Ÿ‡ง

Chi Sono ๐Ÿ‘จโ€๐Ÿ”ฌ

About me ๐Ÿ‘จโ€๐Ÿ”ฌ

Ciao! Marco speaking. I'm a software developer from ๐Ÿ๐Ÿ•๐ŸŽธ Italy.

I was born in the golden era of PHP (which, hey! is currently alive, and yes, I feel the urgency of specifying that). I got a crush on JavaScript during my path and started loving TypeScript and Node.js applications. Nowadays, I play a part in several aspects of software development: from product design to its realization. I prefer the backend side of things, but I don't hold back from frontend tasks. Experimenting and playing to find a solution is part of the process for me.

I'm happy to join (coding) adventures or help you with solutions. Drop me a line.

In the "software" industry: +7 years
Previously in the "tech/network" industry: +4 years

I do use the Developer Tools on the right side of the screen.

Directions:
Ciao! Marco al microfono. Sono uno sviluppatore software dall'Italia ๐Ÿ๐Ÿ•๐ŸŽธ.

Sono nato nell'era d'oro di PHP (che, ehi! รจ attualmente vivo, e sรฌ, sento l'urgenza di specificarlo). Mi sono innamorato di JavaScript durante il mio percorso e ho iniziato ad amare TypeScript e le applicazioni Node.js. Oggigiorno, partecipo a diversi aspetti dello sviluppo software: dal design del prodotto alla sua realizzazione. Preferisco il lato backend delle cose, ma non mi tiro indietro dalle attivitร  frontend. Sperimentare e giocare per trovare una soluzione fa parte del processo per me.

Sono felice di unirmi a avventure (coding) o aiutarti con soluzioni. Scrivimi un messaggio.

Nell'industria del "software": +7 anni
Precedentemente nell'industria "tech/network": +4 anni

Uso gli Strumenti per Sviluppatori sul lato destro dello schermo.

Indicazioni:
sk-marco, GitHub contributions

Job ๐Ÿข

Currently employed as a senior software developer at Skipso
I'm part of the backend team and I take care of the core application and new business features. Involved in: core platform features & fixes, public & in-house APIs, microservices, modules, and components. Authored: Calendar module and related services, Public API.

Previously employed at Acenius B.V.
Involved in: core platform applications, middleware, and integrations with third-party services.

Previously employed at MC-link S.p.A. (now Irideos). Help Desk I/II tier

Lavoro ๐Ÿข

Attualmente impiegato come senior software developer presso Skipso
Faccio parte del team backend e mi occupo dell'applicazione principale e delle nuove funzionalitร  di business. Coinvolto in: funzionalitร  e correzioni della piattaforma, API pubbliche e interne, microservizi, moduli e componenti. Autore di: modulo Calendario e servizi correlati, API Pubblica.

Precedentemente impiegato presso Acenius B.V.
Coinvolto in: applicazioni della piattaforma principale, middleware e integrazioni con servizi di terze parti.

Precedentemente impiegato presso MC-link S.p.A. ( ora Irideos ). Help Desk I/II livello.

Skills & Knowledge ๐Ÿคน

  • Bachelor of Engineering (B.E.), Computer Engineering
  • PHP - JavaScript - Node.js - TypeScript
  • Symfony - Phalcon - Vue.js - Express.js
  • Redis - MongoDB - Elastic Search
  • Platforms - Micro services - Middleware - Integrations
  • CI/CD workflows setup and management
  • Code review and releases
  • Agile SCRUM
  • Product design, implementation, and management through all phases
  • Independent work management
  • Mentorship and onboarding of new members

Competenze & conoscenze ๐Ÿคน

  • Laurea Triennale in Ingegneria Informatica
  • PHP - JavaScript - Node.js - TypeScript
  • Symfony - Phalcon - Vue.js - Express.js
  • Redis - MongoDB - Elastic Search
  • Piattaforme - Microservizi - Middleware - Integrazioni
  • Configurazione e gestione dei flussi di lavoro CI/CD
  • Revisione del codice e rilasci
  • Agile SCRUM
  • Progettazione, implementazione e gestione del prodotto, durante tutte le fasi
  • Gestione autonoma del lavoro
  • Mentorship e onboarding dei nuovi memberi

Projects ๐Ÿ—๏ธ

Progetti ๐Ÿ—๏ธ

Walletty
A web app to manage expenses and income efficiently. It features a dashboard with summary information, entry tables with filters and sorting by period (day, week, month, year), monthly reports, graphs, and options for setting up recurrent payments.
Un'app web per gestire entrate e uscite in modo efficiente. Include una dashboard con informazioni di riepilogo, tabelle delle voci con filtri e ordinamento per periodo (giorno, settimana, mese, anno), report mensili, grafici e opzioni per impostare pagamenti ricorrenti.
Walletty - Login screen Walletty - Dashboard Walletty - Entries table Walletty - Montly report
โ†‘