Giter VIP home page Giter VIP logo

dborodin836 / marketplace-hinkal Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 24.94 MB

Fullstack website. Mainly built to show my skills and for everyone who needs some samples.

License: MIT License

Batchfile 0.32% Python 51.35% JavaScript 1.13% HTML 16.01% TypeScript 20.99% CSS 4.47% Dockerfile 0.17% SCSS 5.56%
angular aws aws-ecr aws-ecs ci-cd django django-rest-framework djangorestframework docker postgresql python310 redoc swagger token-based-authentication

marketplace-hinkal's Introduction

Hi there, I'm Danil ๐Ÿ‘‹

  • ๐Ÿ”ญ I'm currently mastering my favourite projects.
  • ๐ŸŒฑ Iโ€™m currently learning Angular, Mastering Django and DRF.

Connect with me:

dborodin836 | LinkedIn dborodin836 | Telegram

marketplace-hinkal's People

Contributors

chriswolfdesign avatar dborodin836 avatar deepsource-autofix[bot] avatar deepsourcebot avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

chriswolfdesign

marketplace-hinkal's Issues

(PYL-R1705) Unnecessary `else` / `elif` used after `return`

Description

The use of else or elif becomes redundant and can be dropped if the last statement under the leading if / elif block is a return statement. In the case of an elif after return, it can be written as a separate if block. For else blocks after return, the โ€ฆ

Occurrences

There are 2 occurrences of this issue in the repository.

See all occurrences on DeepSource โ†’ deepsource.io/gh/dborodin836/hinkali-store/issue/PYL-R1705/occurrences/

(JS-0034) Duplicate conditions in `if-else-if` chains

Description

When an if-else-if chain has identical conditions, a duplicate will evaluate the same true or false value as the identical expression earlier in the chain, meaning that its branch can never execute. The issue can be autofixed by DeepSource by removing the duplicate if statement and its code block.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource โ†’ deepsource.io/gh/dborodin836/hinkali-store/issue/JS-0034/occurrences/

(PYL-W0201) Attribute defined outside `__init__`

Description

Defining an instance attribute outside __init__ affects the readability of code. It is expected to find all the attributes an instance may have by reading its __init__ method. If there is a need to initialize attribute via sub-initialization methods, it is recommended to assign attributes to None in the init โ€ฆ

Occurrences

There are 4 occurrences of this issue in the repository.

See all occurrences on DeepSource โ†’ deepsource.io/gh/dborodin836/hinkali-store/issue/PYL-W0201/occurrences/

(PYL-W1201) Logging is not lazy

Description

The logging statement has the call of the form logging.(format_string % (format_args...)). For such calls, it is recommended to leave string interpolation to the logging method itself and be written as logging.(format_string, format_args...) so that the program may avoid incurring the cost of the interpolation in those cases in which โ€ฆ

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource โ†’ deepsource.io/gh/dborodin836/hinkali-store/issue/PYL-W1201/occurrences/

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.