Yousaf

Hello,

This is Yousaf, I'm a

Professional Software Developer.


const coder = {
    name: 'Yousaf',
    age: 17,
    education: 'High School Student',
    skills: ['Java', 'Python', 'Dart', 'Building Mobile Applications', 
             'Building Desktop Applications', 'Creating AOSPs', 'Kotlin', 'MySQL'],
    experience: [
    'Modify game packets to create unique gameplay mechanics',
    'Use ProtocolLib to intercept and change server-client communication',
    'Filter and edit packets to control player actions and game events',
    'Improve server performance by optimizing network traffic',
    'Develop features like custom movement handling and inventory interactions',
    'Enhance anti-cheat by detecting unusual player behavior through packets',
    'Manage player data more efficiently by handling packets directly',
    'Create smoother multiplayer experiences by tweaking packet timing and delivery'
],
    learning: ['Unreal Engine'],
    hireable: function() {
        return (
            this.skills.length >= 5
        );
    }
};