Skip to content

josephyaduvanshi/JOSEPHYADUVANSHI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 

Repository files navigation

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

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors