Skip to content
View Ryzertron's full-sized avatar

Highlights

  • Pro

Block or report Ryzertron

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Ryzertron/README.md

Profile



About

πŸ‘‹ Hello, my fellow explorers and coding fans!, an ardor driven Computer Science Engineer on a mission to unlock the secrets of the digital universe. 🌐 πŸŽ“ I'm currently completely engrossed in the realm of algorithms, data structures, and software design, and I'm always looking for ways to improve my knowledge and coding abilities. I enjoy the challenges that the tech industry presents, whether it be solving difficult problems or developing elegant solutions. Beyond the screen, you might catch me engrossed in a science fiction book or enjoying a cup of coffee while thinking about the next difficult task.

Thanks for stopping by – feel free to explore my codebase, connect with me, and join me on this thrilling odyssey of zeros and ones! πŸš—

Objective

My objective is to wholeheartedly immerse myself in the world of coding, embracing each challenge as an opportunity to expand my knowledge and skills. With unwavering dedication, I strive to become a master of the craft, meticulously crafting elegant and efficient solutions to complex problems. Through relentless learning, collaboration, and a commitment to innovation, I am resolutely on a path to not only ace the world of coding but to shape its future possibilities.

Links

LinkedIn Instagram Stack Overflow

Pinned Loading

  1. Python Script for browsing and downl... Python Script for browsing and downloading image results in bulk
    1
    import os
    2
    import time
    3
    from selenium import webdriver
    4
    from selenium.webdriver.common.keys import Keys
    5
    from bs4 import BeautifulSoup
  2. Netflix-UI-Clone Netflix-UI-Clone Public

    This is a Netflix clone app for android built with flutter. This app is created for educational purposes only. This app covers almost all the features of the NETFLIX's super cool UI.

    Dart

  3. Anything-In-a-Different-way Anything-In-a-Different-way Public

    A creative way of printing strings in console

    C++

  4. Project_Lynx Project_Lynx Public

    A Unix Shell program (code named Lynx Shell) written completely in C from scratch.

    C