dave-flr / daveflr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello there, David Here 👻

I'm a programmer, web developer, frontend, backend, and some other stuff. I like Python and React.js and made bots and APIs.

See my resume here --> daveflr

Some things I'm good at:

from flask import Flask
app = Flask(__name__)

@app.route('/')
def hello_world():
return {
        "languages_i_known": {
            "Python": [
                "Flask",
                "Flask-RESTFull",
                "Django",
                "PonyORM",
                "SQLAlchemy",
                "OAuth",
                "PyJWT",
                "authlib"
            ],
            "C#": [
                ".Net Core",
                "Entity Framework"
            ],
            "PHP": [
                "Laravel",
                "Composer"
            ],
            "JavaScript": [
                "React.js",
                "React native",
                "JQuery",
                "three.js",
                "Chart.js",
                "Axios"
            ],
            "Databases": [
                "MySQL",
                "PostgreSQL"
            ]
        },
        "currently_working": True,
        "where": "Ralop Technologies",
        "favorite_editor": "vscode",
        "favorite_IDE": "PyCharm Professional",
        "past_work": [
            "Freelancer",
            "TDC-Team"
        ],
        "projects": "See my repos ;)"
    }

stats

Top Langs

daveflr

About