Skip to content
View abdelkrimkr's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report abdelkrimkr

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
abdelkrimkr/README.md
const profile = {
    name: "Abdelkrim",
    title: "Software Developer",
    location: "Digital Realm",
    skills: {
        languages: ["JavaScript", "Python", "TypeScript", "SQL"],
        frameworks: ["React", "Node.js", "Express", "Django"],
        tools: ["Git", "Docker", "AWS", "GitHub Actions"],
        databases: ["MongoDB", "PostgreSQL", "MySQL"]
    },
    currentlyLearning: ["Advanced React Patterns", "Cloud Architecture"],
    passions: ["Clean Code", "Open Source", "Problem Solving"]
};
Coding

【 πšƒπšŽπšŒπš‘ πš‚πšπšŠπšŒπš” 】

JavaScript TypeScript React Node.js Python

【 π™Άπš’πšπ™·πšžπš‹ πš‚πšπšŠπšπšœ 】

【 π™»πš’πšŸπšŽ π™²πš˜πšπš’πš—πš π™°πšŒπšπš’πšŸπš’πšπš’ 】

Snake Animation

【 πšƒπš›πš˜πš™πš‘πš’πšŽπšœ 】

trophy

【 π™Άπš’πšπ™·πšžπš‹ π™΄πš‘πš™πš•πš˜πš›πšŽπš› πš‚πšŒπš˜πš›πšŽ 】

Here's my self-assessed explorer score based on my GitHub journey:

Projects Contributed To: 15 (🌟 Level Up!)
Languages Tackled: 4 (πŸš€ Polyglot in Progress)
Successful Pull Requests: 30 (βœ… Merge Master)
Learning Streak: 120 days (πŸ”₯ Knowledge Seeker)

【 π™ΆπšžπšŽπšœπšœ πšπš‘πšŽ π™Ύπšžπšπš™πšžπš 】

Test your JavaScript knowledge! What will the following code snippet output? ```javascript const x = "1"; const y = "2"; console.log(x + y + +x + +y); ```
Click here for the answer

The output is 1212.

Explanation:

// "1" + "2" (string concatenation) -> "12"
// +"1" (unary plus, string to number) -> 1
// +"2" (unary plus, string to number) -> 2
// "12" + 1 + 2 (string + number + number, concatenation) -> "1212"
      

【 π™»πšŽπš'𝚜 π™²πš˜πš—πš—πšŽπšŒπ’• 】

LinkedIn Twitter Portfolio

Operating Systems, Compilers, Virtual Machines, Memory Management, File Systems

def say_goodbye():
    print("""
    ╔══════════════════════════════════════════════════════════════╗
    β•‘                                                              β•‘
    β•‘   Thanks for visiting! Let's build something amazing! πŸš€     β•‘
    β•‘                                                              β•‘
    β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•
    """)

# Execute
say_goodbye()

Footer

Popular repositories Loading

  1. grok-1 grok-1 Public

    Forked from xai-org/grok-1

    Grok open release

    Python 1

  2. sora-editor sora-editor Public

    Forked from Rosemoe/sora-editor

    A multifunctional Android code editor library. (aka CodeEditor)

    Java 1

  3. html2pptx html2pptx Public

    Automatically convert HTML files to PowerPoint presentations - Command-line tool and Node.js library

    JavaScript 1

  4. TinyOS TinyOS Public

    Forked from itsvks19/TinyOS

    A minimal 32-bit OS that prints "Hello from tiny OS"

    Assembly 1

  5. CodeAssist-v3 CodeAssist-v3 Public

    Forked from tyron12233/CodeAssist-v3

    Java 2

  6. LeafIDE LeafIDE Public

    Forked from hasanelfalakiy/LeafIDE

    A modern IDE for Android written in Kotlin, supporting web projects, native projects, and more.

    Java 1