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! 😊

