Skip to content
View iNightjar's full-sized avatar
:shipit:
Just hanging around
:shipit:
Just hanging around
Block or Report

Block or report iNightjar

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
iNightjar/README.md
// Tools I Worked With, Organized
class About extends Me { 
  const Tools = {  
    "ProgramingLanguages" : { "Java", "C++", "C", "Python", "Javascript" },
    "OtherLanguages" : { "HTML", "CSS", "Bash", "Batch", "Json", "Markdown" },
    "Agile/Issue Trackers" : { "Slack", "Jira", "Trello", "GitHub Issues" },
    "Containerization/Orchestration" : { "Docker", "Kuberenetes" },
    "FrameWorks/Libraries": { "NodeJS" , "ReactJS", "Django" , "Flask" },
    "Databases" : { "MongoDB", "Sqlite", "PostgreSQL", "MySqlServer" },
    "Editors" : { "Vscode", "Sublime", "Neovim","VIM", "Kate" },
    "Platforms" : { "Arch/Linux","Debian/Linux","Redhat/Linux", "Windows" },
    "OtherTools" : { "Terminal/Shell", "Geddit", "Tmux" , "Gimp" }
  };
}

Github Image
Mario Image

Mario Image

Github Image



Github Image


Arch LinuxBash Shell

Pinned

  1. Django-ProjectCreation Django-ProjectCreation Public

    Forked from lelerukjaymoh/django-startproject

    Bash Script that automates the creation of the django rest framework project, also automates the process of creating superuser when needed to create one.

    Shell 1

  2. DRF DRF Public

    Building REST APIs using django rest framework. featuring serveral applications for backend, py clients that simulate http requests for several crud operations and a js client that handles logins.

    Python

  3. Scalamp Scalamp Public

    Web scraping practices with python beautifullsoap4 library for pulling data out of HTML and XML files, commonly saves programmers hours or days of work 🐍

    Python 2

  4. Crispy-Spoon Crispy-Spoon Public

    Meals rater includes meal name, meal stars number, meals avarage rate, login, register, showing already loged-in users. Customers can rate each meal.

    Python 1