Skip to content
View paoloconi96's full-sized avatar

Block or report paoloconi96

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
paoloconi96/README.md

Hey 👋 I'm Paolo, a Software Engineer living in 🇨🇭

🚀 About Me

With nearly 10 years of professional experience as a Software Engineer, I specialize in web and cloud development, with a strong experience collaborating with Product Managers, DevOps, and UI/UX teams.

I am passionate about tackling complex problems, exploring new technologies, and identifying data-driven issues in the development lifecycle. This helped me gain trust and lead some of my teams' largest and most challenging projects.

🛠️ Main Stack

  • Backend & Databases: PHP, Symfony, Java, Spring, Go, REST/RPC/SOAP APIs, Python, Docker, SQL, Elasticsearch
  • Front-end: React, Javascript, Typescript, Angular
  • Tools: GitHub Actions, GitLab CI/CD Pipelines, k6.io
  • Cloud Providers: Amazon Web Services (AWS), Google Cloud Platform

🔗 Links

www.conizzoli.com Get my resume ↓ linked-in

Pinned Loading

  1. code-guard/osv code-guard/osv Public

    Go API client for osv.dev

    Go 2

  2. code-guard/double-entry-app code-guard/double-entry-app Public

    Double entry (partita doppia) è un semplice strumento nato per aiutare gli studenti di materie economiche ha completare più rapidamente gli esercizi di questo tipo.

    TypeScript

  3. kindle-markdown-parser kindle-markdown-parser Public

    A simple Kindle notes parser to Markdown and PDF.

    JavaScript

  4. Simple Apps Script to automate the "... Simple Apps Script to automate the "Export As PDF" action of a Google Docs document
    1
    function main() {
    2
      const document = DocumentApp.getActiveDocument();
    3
      const pdfFileId = ScriptProperties.getProperty('pdfFileId');
    4
    
                  
    5
      if (!docWasUpdatedAfterPdf(document, pdfFileId)) {