Skip to content
View YusufDEDE's full-sized avatar
💪
5x FullStack
💪
5x FullStack

Organizations

@MSc-in-Software-Engineer

Block or report YusufDEDE

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
YusufDEDE/README.md

saitorhan

Uloo! Hi There 👋

Hi Friend,


Introducing a visionary software engineer and solution architect, blending technical
mastery with strategic problem-solving. With deep expertise in software development,
DevOps, Web3 technologies, and system architecture, they transform complex challenges
into streamlined, scalable solutions.

Their dynamic approach embraces the latest technologies and industry trends — from
smart contracts and blockchain integration to CI/CD automation and secure network
infrastructures — ensuring reliable, future-ready outcomes for every project.

By combining innovation with efficiency, they deliver end-to-end software and
system solutions, unlocking new levels of productivity and business growth.
Whether it’s building from scratch, optimizing existing systems, or recovering
broken projects, their versatile skills guarantee success.

Trust in their expertise, and watch your company thrive with sustainable,
secure, and forward-thinking solutions.

Pinned Loading

  1. flask_async_operation flask_async_operation Public

    This project will execute some jobs (ddls/dmls) over a database server asynchronously

    Python 2

  2. tradingview-hook tradingview-hook Public

    For TradingView webhook with flask & telegram send notify

    Python 2 2

  3. flask-boilerplate flask-boilerplate Public template

    Simple and understandable starter kit that can be used as a REST or Flask Web App.

    Python 1

  4. nginx simple reverse proxy conf with... nginx simple reverse proxy conf with SSL
    1
    server {
    2
        listen 80 default_server;
    3
        listen [::]:80 default_server;
    4
        return 444;  # connection silent close!
    5
    }
  5. nodejs-starter-kit nodejs-starter-kit Public

    Basic Authentication Infrastructure

    TypeScript

  6. fastapi-boilerplate fastapi-boilerplate Public template

    FastAPI boilerplate with Postgres and Docker support for microservices

    Python