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

Block or report Thaumatized

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

Heyo!

Please keep in mind that my github doesn't give a full picture of my programming history, as I have been programming for years but only started using git recently. In reality I have programmed something atleast everyweek, usually daily ever since I started back in 2018. This comes with the notable exception of being a recruit in the Finnish Defence Forces.

I want note also that Githubs contribution history isn't a valid way of testing that claim. Honestly it is a really bad measure of ones productivity anyways. If there are no visible contributions for a week it either means that there are commits waiting for a merge or that what ever I did that day got squashed into a repository and thus is counted as contribution for a later week or that I have been working on something which wont show up on github contribution history at all, be that by not being on a vcs at all or by being on another vcs platform...

Anyways, here's the basics of me;

I am working in as a junior software engineer for SADE Innovations.

I have three websites, one of which is actually in a usable state and the two others just waiting for me to have more time in my hands. They have been like this for years.
"https://thaumatized.com"
"https://pussyhub.fi"
"https://ankkapeli.fi"

As for programming, my experience goes as follows:
C#: Lots of experience. Babys first language, used for games and bots and some miscellanious programs.
Python: A whole lot of experience. Go to messing around language. My relationship with python is definitely a love-hate one.
PHP: A lot of experience. Backends tend to be more suitable for me, this goes for PHP too.
SQL: An obvious companion for PHP.
JavaScript: Quite a bit of experience. Besides boring front end scripting I have also made a few games with it.

C: Relatively new to, but currently the most common language for new personal projects.
TypeScript: I am getting paid to use it.
Java: Had to use a bit for work and used for a bit for fun. It is just worse C#.

Pinned

  1. Turtle-Clock Turtle-Clock Public

    An analog clock made with the turtle library.

    Python 3

  2. C-Chat C-Chat Public

    Terminal based chat made with C. Used to test sockets in C.

    C

  3. ddns-client ddns-client Public

    Cloudflare DDNS client made with c

    C

  4. WordleSolver WordleSolver Public

    Python script to solve Worlde challenges.

    Python

  5. TicTacToe TicTacToe Public

    JavaScript

  6. Bogosort-Collection Bogosort-Collection Public

    Bogosort implementations in different languages.

    C# 2