Skip to content
View tbossi's full-sized avatar
👨‍💻
In code I trust
👨‍💻
In code I trust

Organizations

@Forge-Srl

Block or report tbossi

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
tbossi/README.md

Ciao 👋

Linkedin Badge Goodreads Badge

Nice to meet you! I'm Tommaso from Italy 🇮🇹. I'm currently working as Full Stack Web Developer @Forge-Srl. I previously worked at 7Pixel. I graduated in Computer Science at Università degli Studi dell'Insubria.

I specialize in developing scalable web platforms using Nest.js, Angular, and PostgreSQL (and a sprinkle of serverless things), with a focus on building maintainable and reproducible cloud infrastructures using AWS CDK. I also have a background in mobile app development for both Android and iOS.

cat programmer.ts
import {ProgrammingLanguage} from '../languages'

type Programmer = {
    languages: ProgrammingLanguage[] // TODO: Proficiency in each language is missing
    frameworks: string[]
    tools: string[]
    operatingSystems: string[]
    drinksCoffee: boolean
}

export const Tommaso: Programmer = {
    languages: ['TypeScript', 'JavaScript', 'Java', 'C#', 'HTML', 'CSS', 'Python', 'Brainfuck'],
    frameworks: ['Nest.js', 'AWS CDK', 'Angular', 'Lit'],
    tools: ['Fleet', 'IntelliJ IDEA', 'VS Code', 'Sublime', 'Git', 'Ghostty', 'DBeaver', 'Chrome'],
    operatingSystems: ['macOS', 'Manjaro Linux', 'Ubuntu Linux', 'Windows'],
    drinksCoffee: true
}

Recent projects

Here are some playlist for you 🎶

Pinned Loading

  1. Forge-Srl/gushio Forge-Srl/gushio Public

    Like bash scripts, but in JavaScript

    JavaScript 18 1

  2. Forge-Srl/bionic-js Forge-Srl/bionic-js Public

    Share JavaScript business logic in other languages.

    JavaScript 11

  3. Forge-Srl/bionic-js-runtime-java Forge-Srl/bionic-js-runtime-java Public

    Java runtime for bionic.js

    Java 7

  4. v8-builder v8-builder Public

    Automatic V8 engine (https://v8.dev) builder via Github Actions

    Shell 27 24