Skip to content
View hlaueriksson's full-sized avatar
πŸ‘¨β€πŸ¦°
Sommar 🌞
πŸ‘¨β€πŸ¦°
Sommar 🌞
Block or Report

Block or report hlaueriksson

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

Hej! πŸ‘‹

Freelance software developer crafting software FTW πŸ‘¨β€πŸ’»

My name is Henrik Lau Eriksson πŸ‘¨β€πŸ¦° and I live in Stockholm, Sweden πŸ“Œ

I work with:

I write code for the Web 🌐

- Usually backend 🐴
- Sometimes frontend πŸ¦„

I like to work in a DevOps context ♾️

- In the "union of people, process and products" πŸ’¬

I prefer Continuous Deployment ♻️

- Release early and often ⏩
- Fail fast πŸ’₯

Things I find interesting:

- Cloud ☁
- Serverless ⚑
- JAMstack πŸ“š

Things I have experience with:

- Agile πŸ’
- Architecture πŸ“
- TDD / BDD / Specification by Example βœ”οΈ

Projects


I'm a daily PowerToys Run user πŸ—‚οΈπŸ”Ž

Here are some plugins that tickle my fancy:

And for a sprinkle of my own magic:

View example:

Need

  • Store things you need, but can't remember

I love emoji ❀️

Check out the full list of what’s supported on GitHub:

Are you a dotnet fan? Give my library a spin:

View example:
":tada: initial commit".Emojify(); // πŸŽ‰ initial commit
  • C#
<emoji>:tada: initial commit</emoji>
  • ASP.NET Core
<Emoji>:tada: initial commit</Emoji>
  • Blazor
emoji emojify :tada: initial commit
  • CLI

GEmojiSharp

  • PowerToys Run

Do you keep your commands and queries separated?

Get started with this RPC library of mine:

Support for:
  • AspNetCore 🌐
  • AWSLambda ⚑
  • AzureFunctions ⚑
  • GoogleCloudFunctions ⚑

Do you enjoy writing unit tests and are on the lookout for something new?

Check out this quirky little framework:

View example:
public class MoodTests : LoFuTest<MoodIdentifier>
{
    string _mood;

    [LoFu, Test]
    public void Identify_mood_on_mondays()
    {
        void given_the_current_day_is_monday()
        {
            var monday = new DateTime(2011, 2, 14);

            Use<ISystemClock>()
                .CurrentTime
                .Returns(monday);
        }

        void when_identifying_my_mood() =>
            _mood = Subject.IdentifyMood();

        void should_be_pretty_bad() =>
            _mood.Should().Be("Pretty bad");
    }
}

Do you need markup in the frontend?

Generate some HTML in the backend:

View example:
DOCTYPE() +
html(lang("en"),
    head(
        meta(charset("utf-8")),
        e.title("Markupolation"),
        meta(name("description"), content("Sample of how to use Markupolation")),
        meta(name("viewport"), content("width=device-width, initial-scale=1"))
    ),
    body(
        h1("Hello, World!"),
        p("This is ", mark(a.title("Markup with string interpolation"), "Markupolation"), " in action.")
    )
);

I have built my own URL shortener, and you can do it too βœ‚οΈπŸ”—

Get started with this template repository:


Contact

Find out more about me:

Let's get in touch:

Popular repositories

  1. awesome-powertoys-run-plugins awesome-powertoys-run-plugins Public

    πŸ—‚οΈπŸ”Ž Delightful PowerToys Run community plugins πŸ”Œ

    159 9

  2. GEmojiSharp GEmojiSharp Public

    :octocat: GitHub Emoji for C#, ASP.NET Core and Blazor, dotnet tool for the terminal and PowerToys Run plugin

    C# 103 7

  3. CommandQuery CommandQuery Public

    Command Query Separation for 🌐ASP.NET Core ⚑AWS Lambda ⚑Azure Functions ⚑Google Cloud Functions

    C# 100 17

  4. puppeteer-sharp-contrib puppeteer-sharp-contrib Public

    Contributions to the Headless Chrome .NET API 🌐πŸ§ͺ

    C# 82 14

  5. jekyll-url-shortener jekyll-url-shortener Public template

    βœ‚οΈπŸ”— This is a template repository for making URL Shorteners with Jekyll and GitHub Pages. Create short URLs that can be easily shared, tweeted, or emailed to friends.

    Ruby 44 36

  6. github-emoji github-emoji Public

    :octocat: GitHub Emoji

    JavaScript 28 3