Skip to content
View ptrkrlsrd's full-sized avatar
  • Studied @ NTNU // Works for Boitano
  • Norway
  • 17:50 (UTC +02:00)
Block or Report

Block or report ptrkrlsrd

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

Header

C# Manjaro Neovim Kotlin Linux .Net Terraform Go Google Cloud Kubernetes TypeScript Python Vue.js Postgres Rider GitLab Rust Redis GraphQL

  • ⚡ For backend I prefer Go, Rust and partially C# over most languages. As for frontend I stick with Vue/NextJS + Typescript.
  • 💬 Strongly dislike OOP - love FP. Constantly fighting to keep codebases well written, readable, testable and understandable.
  • 🤔 I’m currently learning: Flutter and Machine/Deep Learning
  • 👨‍💻📝 Vim/Neovim for writing most of my code

Pinned Loading

  1. joff joff Public

    Create a mock server from an external endpoint or a JSON file (Basically a rewrite of my Traverser tool)

    Rust 1

  2. error_handling.rs error_handling.rs
    1
    
                  
    2
    #[derive(Debug)]
    3
    pub enum Err {
    4
        JSONError(serde_json::Error),
    5
        HTTPError(reqwest::Error),
  3. atop atop Public

    Simple Top alternative with average CPU/Ram usage

    Rust

  4. skyscanner skyscanner Public

    Skyscanner is a machine learning-assisted API designed to help photographers quickly determine if current sky conditions are ideal for taking pictures.

    Jupyter Notebook

  5. traverser traverser Public

    Create a mock server from an external endpoint or a JSON file

    Go 1

  6. Experimentor Experimentor Public

    Experimentor is a C# library designed for refactoring important flows in C# applications. It offers a range of strategies for executing and comparing different code paths. Inspired by Githubs Scien…

    C#