Skip to content
View svenakela's full-sized avatar
Block or Report

Block or report svenakela

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

Pinned

  1. caddy-based-wordpress caddy-based-wordpress Public

    A docker-composed based platform for running WP with Caddy server V2.

    Python 13 6

  2. caddy-based-magento caddy-based-magento Public

    A docker-composed based platform for running Magento 2 with Caddy server V2.

    Shell 14 5

  3. testcafewrapper testcafewrapper Public

    Wrapping Test Café inside a Json/Express server

    JavaScript 1

  4. videowidget videowidget Public

    Magento 2 Video Widget making it possible to add responsive sized video clips in text editors.

    HTML 1 1

  5. x509springboot x509springboot Public

    How to setup a client/server certificate in Spring Boot 2 and how to create a self signed certificate for development.

    Shell 1

  6. enforceCaps.js enforceCaps.js
    1
    // Cap everything
    2
    "My kid is a stupid jump rat"
    3
      .toLowerCase()
    4
      .split(' ')
    5
      .map(word => word.charAt(0).toUpperCase() + word.substring(1))