Skip to content
View VijoPlays's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report VijoPlays

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
VijoPlays/README.md

I'm Alexander 'Vijo' Ott, a Software Engineer 👨‍💻. My portfolio-website can be found here.

I primarily work in the Backend, but I also enjoy doing Fullstack work.

I work on everything from the conception, to the development and improvement, up to the deployment of software.

Programming languages

Over the years I've worked with many programming languages and I'm fine with using most of them, however I'd like to give a special mention to the following ones.

Backend languages

  • Python
  • C#
  • Java
  • Go

I really enjoy writing smaller programs in Python, but anything bigger is usually reseved for Java/C#.

Frontend languages

  • React
  • Vue
  • TypeScript/JavaScript

Fields I focus on

  • Databases
  • Security
  • Testing

Links

Pinned

  1. MailScript MailScript Public

    A mail script written in python3.

    Python 3

  2. golang-todo-demo golang-todo-demo Public

    A small demo project for goLang containing a simple REST endpoint and an InMemory Database.

    Go

  3. profile profile Public

    A website built upon react, based on a programmer's profile.

    HTML

  4. PythonChatBot PythonChatBot Public

    A Python bot I wrote for Twitch to respond to commands and also to integrate my iTunes playlist a bit.

    Python 1

  5. custom-antora-ui custom-antora-ui Public

    A customized Antora UI with a minimized Header (e.g. no Home/Products etc), but without breaking the search extension in the process.

    CSS

  6. SortAlgorithms SortAlgorithms Public

    Java Generic/Comparable sort algorithms (Bubble, Heap, Insertion, Merge, Quick, Selection)

    Java