Skip to content
View absolutejam's full-sized avatar

Block or report absolutejam

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
absolutejam/README.md

Hey, I'm James πŸ‘‹

A Platform/DevOps/Infrastructure engineer from the north-east of England

πŸ† Things I'm passionate about in tech

  • Systems architecture - designing & delivering resilient, scalable services
  • All parts of Kubernetes, from components to patterns - Custom operators, CNI & CSI, progressive delivery, etc.
  • Building platforms that get out of the way of the consumers
  • Everything-as-code - infrastructure (GitOps), policy, docs
  • Database cluster operations - scaling, sharding, capacity planning
  • Event-based architectures and stream-processing
  • Building automation and 'bridging the gap' - custom utilities (CLIs & scripts), APIs and MCPs - anything to streamline the mundane and add reliability!
  • Useful observability and actionable insights
  • Learning and teaching

I'm always open to new ideas and I like to think I'm pragmatic, not dogmatic.

πŸ“… Hobbies & interests

  • Family days out ⛱️
  • Learning new technologies and paradigms πŸ‘¨β€πŸ’»
  • Tinkering with hobby projects and 'scratching the itch' πŸ€“
  • Working out and longboarding πŸ‹οΈπŸ›Ή
  • Reading fantasy fiction and playing D&D πŸ“–πŸŽ²

Pinned Loading

  1. Not quite Scala, but close enough Not quite Scala, but close enough
    1
    use async_trait::async_trait;
    2
    use dyn_clone::DynClone;
    3
    use serde::{Deserialize, Serialize};
    4
    
                  
    5
    //------------------------------------------------------------------------------