Skip to content
View lincolnpires's full-sized avatar
:atom:
:atom:

Organizations

@orchejs

Block or report lincolnpires

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

yo 👋

This is Lincoln.

I'm ...

  • 🔭 Working on stuff for Innio/Ferchau.
  • 🌱 Always learning lots of CloudOps, ITOps, reviewing DevOps and API stuff.
  • 🎵 Playing Bass for uManic.band and having plenty of fun there 🤘🏾 (and stuff)
    • 🎙️ I'm learning how-to scream (at stuff)
    • 🎛️ We're self-recording some stuff 🤞🏾
  • 📖 Reading some stuff (will post somewhere)
  • 🎮 Gaming; who doesn't? (stuff like that)
  • Maybe writing some markdown stuff

Lastly ...

  • 🏃🏾‍ I love trail running and hiking (although I'm out of shape 😅)
  • 🗣 I don't speak German (yet 🤔)
  • 💬 Ask me about ...
    • My Bass rig
    • My preferred tech stack

Tech Soup

Pop!_OS Azure DigitalOcean Cloudflare dotnet NodeJS Jetbrains Ghost

Pinned Loading

  1. Quartz.net IJobFactory Quartz.net IJobFactory
    1
    using NLog;
    2
    using Quartz;
    3
    using Quartz.Spi;
    4
    using System;
    5
    
                  
  2. Postman Pre-request script for Ghost Postman Pre-request script for Ghost
    1
    // Admin API key goes here
    2
    const key = pm.environment.get('admin-api-key') || '';
    3
    
                  
    4
    // Split the key into ID and SECRET
    5
    const [id, secret] = key.split(':');
  3. dotnet/AspNetCore.Docs dotnet/AspNetCore.Docs Public

    Documentation for ASP.NET Core

    C# 13.1k 25k