Git Product home page Git Product logo

google-foobar's Introduction

Hey there

visitors Open Source Love

#!/usr/bin/python
# @author: Yuvraj Dagur | @thatfreakcoder

class AboutMe:
    def __init__(self):
        self.name = "Yuvraj Dagur"
        self.role = "Fullstack Developer | Generative AI Wizard"
        self.location = "Jaipur, Rajasthan (India)"
        self.linkedin = "https://linkedin.com/in/yuvraj-dagur/"
        self.knowledge_base = [
            "Fullstack Stack Web Development",
            "Angular, React, Firebase, Node, Express, Flask, GCP"
            "Machine Learning",
            "Server Side Rendering",
            "SEO and Page Speed Analytics"
        ]
        self.focus = "building SaaS products"

    def about_me(self):
        print(
            """Hello there, thanks for dropping by!

This is {name}, I live in {location}. I am a {role} and recently I am focusing on {focus} for my personal and professional growth.

I have wide interests, but most of them are {knowledge_base}.

Let's connect to explore more synergies. I am available on linkedin at: {linkedin}""".format(
                name=self.name,
                location=self.location,
                role=self.role,
                focus=self.focus,
                knowledge_base=", ".join(self.knowledge_base[1:]),
                linkedin=self.linkedin,
            )
        )

know_more = AboutMe()
know_more.about_me()

๐Ÿ”ง Skills

Angular Node Firebase Firebase Python Flask MySQL

๐Ÿ“ˆ GitHub Stats

Zhenye's GitHub Stats Zhenye's GitHub Stats

๐Ÿ˜‹ Let's Connect

google-foobar's People

Contributors

thatfreakcoder avatar

Watchers

 avatar

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.