Francesco scassillo

Full-Stack Developer


type Activity = 'Work' | 'Sleep';
const myDay = (): void => {    let coffeeCount: number = 0;    const drinkCoffee = () => coffeeCount += 2;    const workHours: number = 8;    const lunchBreak = () => console.log("Lunch break!");    const dinner = () => console.log("Dinner time!");    const randomDecision: Activity = Math.random() > 0.5 ? 'Work' : 'Sleep';
    const logActivity = (activity: string, hours?: number) =>         console.log(`Activity: ${activity}${hours ? ` for ${hours} hours` : ''}.`);
    drinkCoffee();    logActivity('Drank coffee', coffeeCount);    logActivity('Work', workHours / 2);    lunchBreak();    logActivity('Work', workHours / 2);    dinner();
    randomDecision === 'Work'         ? logActivity('Work', 6)        : logActivity('Sleep', Math.floor(Math.random() * (3) + 6));};
myDay();

8180+

Commits

24+

Projects

3650+

Caffè

42

Favorite number

About me

I am Francesco, a developer with a strong foundation in computer science and a specialization in full-stack development. My career has spanned both innovative startups and enterprise environments, where I have contributed to the design and implementation of scalable software architectures. These experiences have allowed me to develop a deep expertise in adapting technologies to support growth and enhance system performance across diverse settings. My curiosity for innovative solutions and a pragmatic approach to solving complex IT problems drive my work.

lil ORM

Lil ORM is a lightweight PostregSQL ORM designed for Node.js. 

Contact me

Phone

+39 393 135 0744

Email

fra@scassius.com

Location

Milan, Italy