Giter Club home page Giter Club logo

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:

Henrik Lau Eriksson's Projects

ai-for-barn icon ai-for-barn

En lista med resurser pΓ₯ svenska, fΓΆr att lΓ€ra barn artificiell intelligens ✨ πŸ‘¦ πŸ‘§ πŸ‡ΈπŸ‡ͺ

awesome icon awesome

:sunglasses: Curated list of awesome lists

awslambdainfo icon awslambdainfo

Information gathered on AWS Lambda by executing AWS Lambda ⚑️

azure-naming icon azure-naming

A project that helps with naming conventions of azure resources.

azurefunctionsinfo icon azurefunctionsinfo

Information gathered on Azure Functions by executing Azure Functions ⚑️

babymoz icon babymoz

A series of educational apps for children on the Android platform

commandquery icon commandquery

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

cv icon cv

Curriculum Vitae

discoverdotnet icon discoverdotnet

A web site that helps you discover awesome .NET open source and community resources

fluentassertions icon fluentassertions

Fluent API for asserting the results of unit tests that targets .NET Framework 4.5, 4.7, .NET Standard 1.3, 1.6 and 2.0. Supports the unit test frameworks MSTest, MSTest2, Gallio, NUnit, XUnit, MBunit, MSpec, and NSpec.

gemojisharp icon gemojisharp

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.