Skip to content
View Maximilianos's full-sized avatar
:shipit:
Shipping
:shipit:
Shipping

Highlights

  • Pro

Organizations

@MozaikAgency
Block or Report

Block or report Maximilianos

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. maxpanas.com maxpanas.com Public

    My universal js blog.

    JavaScript 6

  2. MozaikAgency/wp-theme-starter MozaikAgency/wp-theme-starter Public

    WordPress theme starter-kit, build tools included 😄

    PHP 390 71

  3. benchkit benchkit Public

    Helper library for verifying and benchmarking algorithmic alternatives

    JavaScript 2

  4. eqheights eqheights Public

    Give all elements in a group of elements at least the height of the tallest element of the group

    JavaScript 3 1

  5. solve-conversion-path solve-conversion-path Public

    Given an array of converters with a 'from' and 'to' property and an array of available formats in strings, find the smallest number of conversions of the available formats required, in order to rea…

    JavaScript 2

  6. Examples of asynchronous patterns to... Examples of asynchronous patterns to achieve: 1. Parallel requests 2. Print each resolved value as soon as possible 3. Preserve order when printing
    1
    /// base functions
    2
    
                  
    3
    const files = {
    4
      file1: "first text",
    5
      file2: "middle text",