Skip to content
View Deznka's full-sized avatar
🦄
Unicorno
🦄
Unicorno

Highlights

  • Pro

Organizations

@Kode4mi

Block or report Deznka

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Deznka/README.md
Typing SVG

🚀 About Me

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! 🌟");

💭 "Code is like humor. When you have to explain it, it's bad." - Cory House


🛠️ Tech Stack & Skills

🎯 Languages & Core Technologies

🔧 Frameworks & Libraries

🗄️ Databases & Storage

⚙️ DevOps & Tools


📊 GitHub Analytics

🔥 Contribution Streak


🎯 What I'm Up To

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! 😄"
};

🏆 Highlights

🌟 Quick Wins

  • 💻 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

🎮 When I'm Not Coding

🎯 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 📚

📫 Let's Connect!

💬 Get In Touch

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

🌟 Thanks for stopping by! Let's build something amazing together! 🚀

Footer Typing SVG

Pinned Loading

  1. Kode4mi/SOSZD Kode4mi/SOSZD Public

    Aplikacja pomagająca w zarządzaniu szkolnymi dokumentami

    PHP 5