Welcome! This site is your gateway to my world of programming, photography, and design. Discover a collection of my projects, from Coding Projects to artistic creations. Dive in and explore my gallery and Project tabs!
Intro
Hi there! I’m Yousef, an 18-year-old programmer, photographer, and designer based in the UK. Currently navigating my way through university life, find out more about me here, I’m passionate about blending technology and creativity in everything I do. Whether it's coding up the latest app, capturing moments through my lens, or crafting unique designs, I love exploring new ideas and pushing boundaries.
On this website, you’ll find a showcase of my projects, from innovative programming solutions to striking photographs and eye-catching designs. Dive in to learn more about my work and journey. Feel free to connect with me – I’m always excited to collaborate and share ideas!
Thanks for visiting! By the way, check out my recent work.
About
Hello! I’m Yousef, an 18-year-old student originally from Germany, now living in the UK. I’m currently pursuing a degree in Cyber Security at university, where I’m deepening my knowledge in protecting systems and data in our increasingly digital world.
I’m passionate about programming and love bringing ideas to life through code. I work with Python, HTML, CSS, and JavaScript, constantly exploring new ways to solve problems and create innovative solutions. In addition to web development, I have a strong interest in software development. I enjoy building applications that are not only functional but also user-friendly, and I’m always eager to learn new languages and frameworks to expand my skill set.
Photography is another major passion of mine, especially when it comes to capturing the intricate beauty of cityscapes and architecture or just basic portraits, I always find a new perspective.
In addition to photography, I channel my creativity into design. I create custom-designed controller overlays and digital artwork, often using Photoshop to bring my ideas to life. Whether it’s designing something unique or editing photos to achieve a specific look, I’m always excited to experiment and push creative boundaries.
Project
gamepadvision
Whats the point in this site you ask, when there already is The
GamepadViewer? Well, I could no longer host my controller css files / image assets, so that’s where GPVision comes into play and does not require anyone to host css—just throw the code into the URL...
Instagram Username Claimer Bot
This Python script automates the login process, checks for the availability of specific usernames, and claims them before proceeding to the next account. It utilizes Selenium to interact seamlessly with the Instagram and Meta web pages.
Whats the point in this site you ask, when there already is The
GamepadViewer? Well, I could no longer host my controller css files / image assets, so that’s where GPVision comes into play and does not require anyone to host css—just throw the code into the URL...
Elements
Text
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';