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.

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
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# 12.7k 25.2k