Skip to content
View prithvirajkshatriya's full-sized avatar
🤸
Explorer
🤸
Explorer
  • Sauntering in the Milky Way Galaxy
  • 11:24 (UTC)

Block or report prithvirajkshatriya

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

👋

I have a predilection towards Data Science, Machine Learning Engineering, and AI Engineering - anything related to AI and its various approaches! 🤖 Although I haven't formally learned or worked with CUDA/GPU programming & App Development, these areas still spark my interest. While I am not an active contributor to any personal or public projects at the moment (though I ♥️ exploring GitHub), I'm always open to assisting and collaborating in any way I can. If you need help or want to combine energies on something, feel free to reach out! 😎

🤹

My Skills

🤔

My Skills

📇


💙🥂

Pinned Loading

  1. WSL2 Configurations WSL2 Configurations
    1
    
                  
    2
    # .wslconfig file : wsl2 global settings
    3
    
                  
    4
    ```bash
    5
    [wsl2]
  2. System Design Cheatsheet System Design Cheatsheet
    1
    # System Design Cheatsheet
    2
    
                  
    3
    > Picking the right architecture = Picking the right battles + Managing trade-offs
    4
    5
    ## Basic Steps
  3. Time_complexities_in_order.md Time_complexities_in_order.md
    1
    $$
    2
    O(1) < O(\log n) < O(n) < O(n \log n) < O(n^2) < O(n^3) < O(2^n) < O(n!)
    3
    $$
    4
    
                  
    5
    <hr>
  4. Windows Terminal Colour Schemes Windows Terminal Colour Schemes
    1
    "schemes": 
    2
        [
    3
            {
    4
                "background": "#D5CCBA",
    5
                "black": "#20111B",