Skip to content
View djoezeke's full-sized avatar
๐ŸŒ
Better world!
๐ŸŒ
Better world!

Block or report djoezeke

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
djoezeke/README.md

Typing SVG Daily

djoezeke

๐Ÿ“ฅ Computer Science Enthusiast (Developer/Creator/Achiever/Maker)

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป About Me

I believe in a world where opportunities are equal, dreams are boundless, and success is driven by determination, hard work, and talent, not defined by gender. And that technology should be accessible to everyone, regardless of their background. That's why I'm committed to empowering kids and underrepresented groups to pursue careers in tech. Growing up in Ghana, I witnessed how access to technology could transform lives and empower communities. This ignited my passion for breaking barriers in tech and advocating for a more inclusive, diverse tech world.

  • ๐ŸŽ“ I'm a Computer Science Student at Accra Technical University
  • ๐Ÿ”ญ Iโ€™m currently working on Game Development
  • I have a โค๏ธlove relationship with Programming
  • ๐ŸŒฑ Iโ€™m currently Working with my self OpenGL
  • ๐Ÿค” Iโ€™m looking for help with Data Structures and Algorithms ๐Ÿ˜ญ
  • ๐Ÿ’ฌ Ask me about anything, I am happy to help
  • ๐Ÿ˜„ Pronouns: Maker ,Leader and a Coder

โšก Fun Facts About Me

Puzzle I can solve a Rubik's cube in under 2 minutes!
Computer I've written code in 5 different programming languages!
Books I read at least one technical book every month to stay updated with best practices.

๐Ÿš€ Technical Experience

2023 - Present Games - Build Single and Online Multiplayer Games with SFML and PyGame.
Projects: Tetrix ,Snake ,Clasical 2048 and Others
2024 - Present Libraries - Developed C/C++ Libraries and Python Packages for easy development.
Projects: CProfiler ,ArgParser ,Csvee and Others
2025 - Present Softwares - Created Software with C/C++ ,Python ,Tkinter and PySide
Projects: StudioNut ,Notebook ,LockByte and Others

๐Ÿง  Development Principles

1 Test-Driven Development - Writing tests before code ensures reliability and maintainability
2 Clean Architecture - Separation of concerns for scalable, adaptable applications
3 User-Centered Design - Building software that solves real user problems elegantly
4 Continuous Learning - Staying current with emerging technologies and best practices
5 Pragmatic Programming - Finding the right balance between perfection and practicality

๐Ÿ”ฅ Languages,Technologies and Tools

๐Ÿ‘จโ€๐Ÿ’ป Programming and Markup Languages




๐Ÿงฐ Frameworks and Libraries


๐Ÿ—ƒ๏ธ Databases and Backend Services


๐Ÿงฐ Software and Tools




๐Ÿ”ง My Developer Workspace

Asus VS Code Chrome Terminal GitHub

โšก Coding Journey Timeline

2017 Before Coding Journey - Audiuno coding projects with C and C++
2018 Started Coding Journey - Dived into Basic of Computer Design & Programming in C.
2019 System Programming Focus - Mastered Basic C++ to try and write os for Rasberry PC.
2020 Python & Web Development - Python Game and API Design (PyGame & Django Rest Frameworks).
2024 Game & Network Focus - Mastering C++, Learning Graphics Rendering & Game Engine Design.
2025 Future Goals - Mastering Software Architecture & Contributing to Open Source

๐ŸŒŸ Skill Strength

const mySkills = {
  languages: ["C", "C++", "Python", "HTML", "CSS", "GoDot"],
  frameworks: ["Django", "Pyside"],
  databases: ["MySQL", "Sqlite"],
  tools: ["Git", "GitHub", "VSCode", "GoDot", "Docker"],
  currentProjects: ["Protfolio (Personal)"],
};

โญ Current Projects

Argument Parser

Cora

๐Ÿ—‚๏ธ Featured Projects

๐ŸŽ Projects โญ Stars ๐Ÿ“š Forks ๐Ÿ›Ž Issues
CProfiler - Stack Profiler Stars Forks Issues
ArgParser - Argument Parser Stars Forks Issues
CLogger - Logging Library Stars Forks Issues

Iโ€™m looking forward to collaborating on projects that are at the intersection of technology and social good. Letโ€™s connect! ๐ŸŒ


๐Ÿง  Code Mindset

"First, solve the problem. Then, write the code."

I build software that is robust, scalable, and engineered with excellence.

๐Ÿ“Š GitHub Stats & History

๐Ÿ“ˆ Contribution Activity

Activity Graph

๐Ÿ“Š Stats

djoezeke djoezeke

๐Ÿ“ Latest Blog Posts

Optimizing Python Performance: Advanced Techniques
Learn how to improve Python performance with c extentions, memoization and more.
Building Scalable APIs: Best Practices
A comprehensive guide to creating robust and maintainable Django backends.
NoSQL vs. SQL: Choosing the Right Database
An in-depth comparison to help you select the best database for your project.

๐Ÿ† GitHub Trophies

Github Snake

๐ŸŒŸ From djoezeke

Pinned Loading

  1. CLogger CLogger Public

    A Fast , Convenient and Lightweight C/C++ Logging Library.

    C

  2. CProfiler CProfiler Public

    A Realtime Sample Call Stack and Performance Profiling Library for C/C++.

    C++ 1

  3. GLFWTem GLFWTem Public template

    OpenGLยฎ-Starter is a Template for OpenGL Projects with Cmake Pre-Configured GLFW, GLAD, and Assimp.

    C++ 3

  4. SFMLTem SFMLTem Public template

    Quick Start Setup template for SFML and Dear ImGui with C++ on Windows.

    C++ 2

  5. Argparser Argparser Public

    A Straight forward Command-line arguments parsing library for modern C/C++ that would make your day.

    C 1

  6. tetrix tetrix Public

    A clone of the famous Tetris game with Python and PyGame Library.

    Python