interface Developer {
name: string;
location: string;
studies: string;
age: number;
currentFocus: string[];
dailyLanguages: string[];
challenge: string;
}
const jan: Developer = {
name: "Jan ลlepaczuk",
location: "Poznaล, Poland ๐ต๐ฑ",
studies: "Computer Science at Poznaล University of Technology",
age: 21,
currentFocus: ["NextJs", "Microservices in Backend"],
dailyLanguages: ["TypeScript", "JavaScript", "PHP"],
challenge: "Improving my skills everyday! ๐ช"
};
// Fun fact: I code in English but debug in Polish... [no swears here!]
console.log("Welcome to my digital world! ๐");const currentStatus = {
๐ญ workingOn: "Private projects & collaborating with friends on exciting ideas",
๐ฑ learning: "Astro.js for blazing fast static sites",
๐ฏ collaborating: "Team projects with fellow developers",
๐ค exploring: "Full-stack development - both frontend & backend skills",
๐ฌ askMeAbout: "JavaScript, React, Node.js, Astro, or any web dev stuff!",
โก funFact: "I debug with console.log() and I'm not ashamed! ๐"
};- ๐ป Finishing projects! - completed successfully
- ๐ฅ Consistent contributor - well not at all for now, because of studies, but trying to be!
- ๐ Continuous learner - always exploring new technologies
- ๐จ Design-focused - creating beautiful, functional interfaces
| ๐ฏ Interests | ๐ Goals | ๐ช Strengths |
|---|---|---|
| Gaming ๐ฎ | Master full-stack development | Punctuality โฐ |
| Problem Solving ๐งฉ | Build something impactful | Great sense of humor ๐ |
| Volleyball ๐ | Join an amazing dev team | Fast learner ๐ |
const contactInfo = {
email: "jan.slepaczuk@gmail.com",
discord: "deznka",
linkedin: "jan-slepaczuk",
status: "Open to opportunities! ๐"
};
// Feel free to reach out - I don't bite! ๐

