Skip to content
View SaudKadiri's full-sized avatar
🎯
Focusing on new things
🎯
Focusing on new things
Block or Report

Block or report SaudKadiri

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

Hi, I’m Saud

Welcome to my Github Portfolio

class SWE:
  def __init__(self, name: str, interests: [str], working_on: [str]) -> None:
    self.name = name
    self.interests = interests
    self.working_on = working_on
    
  def say_hi(self) -> None:
    print(self)
    
  def __str__(self):
    return 'Hey! I\'m {}, a Software Engineer. I\'m interested in {} and I\'m currently working on {}.' \
             .format(self.name, ', '.join(self.interests), ', '.join(self.working_on))
             
saud = SWE('Saud', ['AI', 'System softwares', 'Competitive Programming'], ['XR based DApp'])
saud.say_hi() 
# Hey! I'm Saud, a Software Engineer. I'm interested in AI, System softwares, Competitive Programming and I'm currently working on XR based DApp.

😊 Get in touch with me πŸ’›

visitors Linkedin Badge Mail Badge GitHub Badge Twitter Website

πŸ›  Technology Stack

Languages

Python Swift C C++ SQL Bash

Frameworks

Next.js

πŸ’» Environment

Operating System (I πŸ’™ Unix)

macOS Ubuntu

IDE / Text editor

VScode XCode VI Nano Replit

Browser

Safari Brave

πŸ† GitHub Trophies

trophy

πŸ“ˆ My Github stats

saudkadiri

Pinned Loading

  1. pyfun pyfun Public

    Data structures, Algorithms, Libraries and Projects; all in Python Programming Language

    Jupyter Notebook

  2. AI AI Public

    Data structures, Algorithms, Libraries and Projects used in AI(includes ML&DL) πŸ€–

    Python

  3. saud.github.io saud.github.io Public

    Source code for saudkadiri.github.io (built using sveltekit) (hosted on GitHub pages => a static site)

    Svelte