Skip to content
View LilCloudCoder's full-sized avatar
:copilot:
Free for you guys
:copilot:
Free for you guys

Block or report LilCloudCoder

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

Hey Devs, I am YOGYA !

An 11 y/o Coder still learning practicing and exploring

My Stack:

  •  print("Python")
  • console.log("JavaScript")
  •  print("Lua")
  •  echo "bash/zsh"
  •  <!DOCTYPE html>
     <html lang="en">
     <head>
         <meta charset="UTF-8">
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <link rel="stylesheet" href="main.css">
         <title>HTML</title>
     </head>
     <body>
         <h1 id="css">Html5</h1>
     </body>
     </html>
  • #css{
         font-family: Arial,Sans-Serif;
         font-size: 70px;
    }
  • fn main() {
         println!("Rust");
    }
  •   // Learning
      package main
      import "fmt"
    
      func main() {
          fmt.Println("GoLang")
     }
  •  // Medium Level
     #include <stdio.h>
     int main() {
        printf("C\n");
        return 0;
     }
  •   // SPDX-License-Identifier: MIT
      pragma solidity ^0.8.0;
      
      contract HelloWorld {
          string public greet = "Solidity";
      
          function getGreeting() public view returns (string memory) {
              return greet;
          }
      }

Frameworks I Use:

  • React.js
  • Next.js (rarely)
  • Tensorflow/PyTorch/AI , ML modules in Python
  • Node.js
  • Web3.js
  • Web3.py

Yogya's GitHub stats

fn main() {
    println("I'm seeking for work");
}

Contact me at yogya.coder@gmail.com

Pinned Loading

  1. Termbots Termbots Public

    Ollama based chatting interface written in python !

    Python 1

  2. VoiceAssist VoiceAssist Public

    A simple GeminiAPI based Voice assistant made in Python

    Python 1

  3. RustInput RustInput Public

    Simple, fluent input for Rust CLI apps; easier to use unlike the standart `std::io`.

    Rust 1 1

  4. RustfileIO RustfileIO Public

    Fluent file operations in Rust: read, write, append, replace, or insert lines easily.

    Rust 1

  5. RustCode_Logger RustCode_Logger Public

    Code_logger for rust

    Rust 1 1