Skip to content
View nbbrdn's full-sized avatar
🐧
Writing code
🐧
Writing code

Block or report nbbrdn

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
nbbrdn/readme.md

Hi, I'm Nick πŸ‘‹

I am backend (Python) developer with more then 10 years experience. I have been working in various fields, starting from telecommunications, finances and ending with ecology projects. I have always been hard working and goal's focused with proven results.

Github

  • πŸ‘¨πŸ½β€πŸ’» I’m currently working on Okinawa Institute of Science and Technology;
  • 🌱 I’m currently learning Distributed Systems and Database Internals;
  • πŸ’¬ Ask me about anything, I am happy to help;
  • ⚑️ Fun-Fact: I have a degree in human resources;
  • πŸ“« How to reach me: t.me/nbbrdn;

Pinned Loading

  1. Building Python from source Building Python from source
    1
    # Building Python from source
    2
    1. Download the compressed source tarball from python.org by executing the following wget command:
    3
    ```
    4
    wget https://www.python.org/ftp/python/3.9.18/Python-3.9.18.tgz
    5
    ```
  2. imdb imdb Public

    Clone of IMDB using Django and HTMX. Goal is to test Django as the backend and HTMX for handling client-side interactions and partial page updates without the need for a full page reload.

    HTML

  3. go-genie go-genie Public

    Go game engine and Go game AI using deep learnig technics. Implements different game strategies and can be used as backend in separate game projects

    Python

  4. litestar litestar Public

    Forked from litestar-org/litestar

    Production-ready, Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs

    Python