Skip to content
View naa7's full-sized avatar
🚩
Busy
🚩
Busy

Highlights

  • Pro

Organizations

@NOKDS

Block or report naa7

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
naa7/README.md

naa7

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 = ['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

Pinned Loading

  1. chrive chrive Public

    A luxury ride booking website designed to provide users with a seamless and convenient way to reserve luxury rides.

    PHP

  2. wint wint Public

    Introducing 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

  3. vision vision Public

    A Unity-based 2D platformer game that raises awareness about resource conservation and the value of sustenance.

    C#

  4. git_utility git_utility Public

    Git Utility, a powerful program specifically, designed to simplify and automate common Git operations

    Shell 1

  5. cipher_utility cipher_utility Public

    A 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

  6. Flixster Flixster Public

    Flixster is an app that allows users to browse movies from the The Movie Database API.

    Java