Skip to content
View paulmusquaro's full-sized avatar
Block or Report

Block or report paulmusquaro

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

Pinned Loading

  1. UniversityDataBase UniversityDataBase Public

    Using python third-party packages: SQLAlchemy and Alembic in CRUD (Create, Read, Update, Delete) operations.

    Python

  2. UniversityUtilities UniversityUtilities Public

    Using python third-party packages: mongoengine, redis and pika. First introduction to NoSQL DataBases: MongoDB and Redis, and also message broker: RabbitMQ.

    Python

  3. WebScrapingApplication WebScrapingApplication Public

    Using python framework: "Scrapy" for scraping and parsing the site. Launching the spider can be done both in the standard way and in the form of a single script.

    Python

  4. SimpleDjangoApplication SimpleDjangoApplication Public

    A Django web application for browsing and managing a collection of quotes and their respective authors. Registered users can add new authors and quotes to the database.

    Python

  5. FastAPIContactManagement FastAPIContactManagement Public

    This project is a REST API for managing contact information, built using FastAPI and SQLAlchemy with PostgreSQL as the database backend.

    Python