Giter Club home page Giter Club logo

awesome's Introduction

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:

awesome's People

Contributors

aliesbelik avatar allthingssmitty avatar arslanbilal avatar arthurvr avatar davisonio avatar egeerardyn avatar fabacab avatar hobbyquaker avatar johnjago avatar joshwiens avatar karlhorky avatar kdeldycke avatar leoruhland avatar maehr avatar mischah avatar patrickjs avatar petk avatar raybb avatar readmecritic avatar richardlitt avatar rsamborski avatar sfischer13 avatar simskij avatar sindresorhus avatar stevemao avatar stevestock avatar vinkla avatar willianjusten avatar yerkopalma avatar z00rat avatar

Watchers

 avatar  avatar

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.