class Attributes:
@staticmethod
def coding() -> tuple:
languages = ['Python', 'Java', 'C', 'C++', 'JavaScript', 'TypeScript', 'HTML', 'CSS']
frameworks = ['React', 'Redux', 'Next.js', 'Node.js', 'Express.js', 'Django', 'Flask', 'TailwindCSS']
libraries = ['Pandas', 'NumPy', 'Seaborn', 'Matplotlib', 'PyTorch', 'TensorFlow', 'Keras',
'scikit-learn', 'Langchain', 'HuggingFace', 'Sequelize']
tools_and_technologies = ['Git', 'Npm', 'Github', 'Figma', 'Jira', 'Docker', 'Sentry', 'Buildkite',
'Redis', 'Bash', 'Ollama', 'Postman']
databases = ['MySQL', 'PostgreSQL', 'MongoDB', 'ChromaDB']
environments = ['Terminal', 'VSCode', 'IntelliJ']
other = ['Kanban', 'Scrum', 'JWT', 'OAuth2', 'Jest', 'Pytest', 'RESTful APIs', 'Confluence']
return languages, frameworks, libraries, tools_and_technologies, databases, environments, other
@staticmethod
def solo_projects() -> tuple:
general = ['databaser', 'git_utility', 'cipher_utility', 'cryptalight', 'work_timer', 'ressor_utility',
'aws_flow_log_parser']
fullstack = ['chrive', 'Portfolio', 'url_shortener', 'receipt_processor']
android = ['Flixster', 'SimpleTweet']
discord = ['JobAlerts', 'NaaGPT']
unity = ['pop_the_balloons']
return general, fullstack, android, discord, unity
@staticmethod
def team_projects() -> tuple:
fullstacks = ['HikerAI', 'NOK-Draw', 'Wint', 'homicides_dashboard', 'CrudApp']
discord = ['NashArt']
unity = ['Vision']
return fullstack, discord, unity
Highlights
- Pro
Pinned Loading
-
chrive
chrive PublicA luxury ride booking website designed to provide users with a seamless and convenient way to reserve luxury rides.
PHP
-
wint
wint PublicIntroducing Wint: Your Travel Budgeting Solution. Easily plan trips by aligning flights, hotels, and activities with your budget. Collaborate with friends to share expenses and create memorable jou…
JavaScript
-
vision
vision PublicA Unity-based 2D platformer game that raises awareness about resource conservation and the value of sustenance.
C#
-
git_utility
git_utility PublicGit Utility, a powerful program specifically, designed to simplify and automate common Git operations
Shell 1
-
cipher_utility
cipher_utility PublicA user-friendly solution for encrypting and decrypting data using different cipher techniques. It prioritizes data security and offers a convenient way to protect sensitive information.
Python
-
Flixster
Flixster PublicFlixster is an app that allows users to browse movies from the The Movie Database API.
Java
If the problem persists, check the GitHub status page or contact support.