Skip to content
View UlugbekMuslitdinov's full-sized avatar
📑
Studying
📑
Studying

Organizations

@WEBGROUP-TUJ
Block or Report

Block or report UlugbekMuslitdinov

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.

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

Typing SVG

Visits

I am international student @UofArizona. Majoring Computer Science

I currently work on campus as Web Developer

I am not planning to stop at this point, this is just a milestone but not the destination

My skills:

  • Python
    • Django
  • Java
    • Desktop development
  • C++
  • JavaScript
    • React
  • HTML
  • CSS
  • PHP
  • Docker
  • Dart
    • Flutter
  • Git
    • GitHub
  • SQL
    • PostgreSQL
    • MySQL
Ulugbek Muslitdinov's github stats
Ulugbek Muslitdinov

Follow Me

GitHub Instagram LinkedIn Reddit StackOverFlow DevTo

Pinned

  1. awesome-sources awesome-sources Public

    Useful resources for every man in dev: sites, GitHub repositories and free-to-download books.

    26 8

  2. djancommerce djancommerce Public

    Create Django-based e-commerce web-sites fast

    Python 7

  3. How to connect PyTelegramBotAPI with... How to connect PyTelegramBotAPI with Django
    1
    from bot.views import bot
    2
    from django.urls import path
    3
    
                  
    4
    urlpatterns = [
    5
        path('ANY-RANDOM-LINK/', bot, name="bot"),
  4. Django, Docker-compose and PostgreSQL Django, Docker-compose and PostgreSQL
    1
    # Pull base image
    2
    FROM python:3.8
    3
    
                  
    4
    # Set environment variables
    5
    ENV PYTHONDONTWRITEBYTECODE 1