Giter Club home page Giter Club logo

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

Joseph Yaduvanshi's Projects

animated-text-kit icon animated-text-kit

πŸ”” A flutter package to create cool and beautiful text animations. [Flutter Favorite Package]

auto_size_text icon auto_size_text

Flutter widget that automatically resizes text to fit perfectly within its bounds.

build-your-own-x icon build-your-own-x

Master programming by recreating your favorite technologies from scratch.

dio icon dio

A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.

flutter icon flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond

flutter_iconify icon flutter_iconify

Flutter Iconify(flutter_iconify) has more than 1000 free icons in a variety of styles (such as Lighther, Bolder, glyph, and many more).

procrasti_buddy icon procrasti_buddy

Introducing ProcrastiBuddy - the ultimate productivity companion for busy bees everywhere! Our app is designed to help you conquer the chaos of everyday life and stay on top of your schedule.

random_x icon random_x

A dart package library for all of your random gen requirements.

sms_bomber_nepal icon sms_bomber_nepal

A python script to prank or bomb any Nepali number. Disclaimer: This is for educational purposes only. I am not responsible for any misuse of this code or any damage caused by this code.

telegram_f1_visa_notifier icon telegram_f1_visa_notifier

A simple python script to notify you directly to your email and phone when the F1 visa appointment slots are available. You can set the date range and the script will notify you when the slots are available for the dates in the range. I hope this helps you to get your visa appointment as soon as possible. Good luck!

us-visa-date-notifer icon us-visa-date-notifer

A flutter application which sends new available visa dates to the user Using The TelegramBot http token.

velocityx icon velocityx

A minimalist Flutter framework for rapidly building Flutter apps.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.