Senior Software Developer at Accenture.
let alessio = Developer {
name: "Alessio Marchi".to_owned(),
country: Country::Italy,
city: City::Rome,
code: vec!["Rust", "Typescript"],
};
Build with SvelteKit and TailwindCSS.
- Print PDF Resume without using
window.print
; - Add a better responsive support on
about
page;