Skip to content
View josephyaduvanshi's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Highlights

  • Pro
Block or Report

Block or report josephyaduvanshi

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

Hi Hii, I'm Joseph Yaduvanshi

#include <iostream>
#include <string>
#include <sstream>
#include <chrono>
#include <thread>


int main()
{
    std::cout << R"(
              .-""""""-.
            .'          '.
           /   O      O   \
          :                :
          : ',          ,' :
           \  '-......-'  /
            '.          .'
              '-......-'
      )" << std::endl;
    std::string name = "Joseph Yaduvanshi";
    std::string intro = "Step right up folks and behold the coding genius of "+ name + "." + "\nI'll take your boring old apps and turn them into Flutter-ific masterpieces.\nAnd when I'm done, I'll add a dash of Python magic to make sure everything runs like a dream.\nSo don't just sit there, let's build something amazing together! ";
    std::string word;
    std::stringstream ss(intro);
    std::chrono::milliseconds delay(200);
    while (ss >> word)
    {
        std::cout << word << " " << std::flush;
        std::this_thread::sleep_for(delay);
    }
    std::cout << std::endl;
    return 0;
}

TECH ENTHUSIAST || APP DEVELOPMENT || eatSleepCode — repeat👨Coding | Okay BYEE!


ViewCounter

About

  • 🔭 I’m currently working on Flutter Framework

  • 🌱 I’m currently learning Flutter, Kotlin, Javascript

  • 🤝 I’m looking for help with RUST

  • 👨‍💻 All of my projects are available on my GitHub

  • 📝 I regularly write articles on Medium

  • 💬 Ask me about Flutter, Dart & APP Development

  • 🙋🏻 How to reach me: 📩 me at [email protected]

Coding Activity

Coding Activity

Blog Posts

josephyaduvanshi @josefyaduvanshi

Connect with me:

josefyaduvanshi josephyaduvanshi joseph_yaduvanshi joseph_yaduvanshi joseph_yaduvanshi sylas0p#3692

Programming and Markup Languages

C Dart Rust Python CSS HTML Javascript kotlin Markdown

Frameworks and Libraries

Flutter React Flask Fast Numpy pandas QT Flet Beautiful

Software and Tools

Visual Visual PyCharm IntelliJ Microsoft Adobe Android Android Brave DuckDuckGo Chrome Git Github Google Photo Postman SonarLint

Services and Databases

SQLite SQL Firebase Supabase Appwrite Railway Vercel Telegram AWS AWS Amazon Azure Microsoft Google

GitHub Stats

JosephYaduvasnhi
JosephYaduvasnhi JosephYaduvasnhi

GitHub Streak Joseph Yaduvanshi

Some Philosophy

Pinned

  1. Auth-Login-SignUp-UI-Flutter-App-with-animation Auth-Login-SignUp-UI-Flutter-App-with-animation Public

    Simple flutter with sign in, sign up, forget password, Home Screen and animation

    Dart 9 4