General Kenobi
let kudlaty = Me {
intro: "Hello, I'm Łukasz, a full-stack developer",
email: "pm.me.molecule302@passmail.net",
about_me: r#"I'm a FOSS enthusiast and nerd.
Besides that I love good stories, no matter if in games or in books"#,
tech_stack: TechStack {
backend: vec![
"C#",
"Entity Framework Core",
"Dapper",
"MassTransit",
"RabbitMQ",
"PostgreSQL",
"SQL Server",
],
frontend: vec![
"Angular + RxJS + NgRx",
"TypeScript",
"JavaScript",
"HTML",
"CSS",
],
},
known_concepts: vec![
"DDD",
"REST APIs",
"Microservices",
"CQRS",
"Event Sourcing",
],
learing: vec![
"Rust",
"actix-web",
"tokio",
"Bevy",
"TDD"
],
};