Skip to content
View ojaha065's full-sized avatar
🐺
Awoo!
🐺
Awoo!

Sponsoring

@black7375
@LucasGGamerM

Block or report ojaha065

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
ojaha065/README.md
Hello World! Raccoon

Pronouns: he/him Myers–Briggs Personality Type: ISTJ-T
Build: passing Dependencies last updated: June 1st 1997
Vulnerabilities: high

Hi there 👋 Not sure how you found your way to my little corner here, but glad to have you.

A bit about me: I graduated from a university of applied sciences in 2020 with a degree program specializing in modern web development. My Bachelor’s Thesis focused on strong electronic identification in online services and was commissioned by my current employer, where I now work as an IT Specialist. Recently, my role has shifted to being a Scrum Master and facilitator for a team of developers, though I still have a passion for backend development.

Though my background is in full-stack development, I’m much more passionate about backend work. Outside of tech, I love spending my summers outdoors, whether trekking, camping, or going on long hiking trips. I’m also somewhat of an avgeek ✈️ and a big Lego enthusiast.


Email   Telegram   mastodon.social   discuss.tchncs.de (Lemmy)   Discord   Steam   LinkedIn

✨ GitHub achievements and miscellaneous statistics (click to show)
GitHub Profile Trophy by ryo-ma
GitHub Metrics

Jokes Card

Pinned Loading

  1. lounasbotti lounasbotti Public

    Slack bot for retrieving lunch menus of local restaurants. Very much WIP and not meant for public use.

    TypeScript 1

  2. AdventOfCode AdventOfCode Public

    Repository for my Advent of Code solutions

    Java

  3. WGS84 to ETRS-TM35FIN coordinate sys... WGS84 to ETRS-TM35FIN coordinate system converter in Java
    1
    public class WGS84_to_ETRS89_TM35FIN {
    2
        private static final double F = 1d / 298.257222101d; // Ellipsoidin litistyssuhde
    3
        private static final double N = F / (2d - F);
    4
        private static final double A1 = (6378137d / (1d + N)) * (1d + (Math.pow(N, 2) / 4d) + (Math.pow(N, 4) / 64d)); // Isoakselin puolikas
    5
        private static final double E_POW_SQRT = Math.sqrt((2d * F) - Math.pow(F, 2));
  4. My settings for Windows Terminal (pr... My settings for Windows Terminal (preview)
    1
    {
    2
        "$help": "https://aka.ms/terminal-documentation",
    3
        "$schema": "https://aka.ms/terminal-profiles-schema-preview",
    4
        "actions": 
    5
        [
  5. PiShockForMC PiShockForMC Public

    A simple Minecraft Forge mod that allows players to connect their PiShock device to the game and get shocked when they take damage

    Java 2 2

  6. fullstack-2019 fullstack-2019 Public archive

    Repository Helsingin Avoimen Yliopiston Full Stack Open 2019 -kurssin tehtäviä varten

    JavaScript 1 2