Skip to content
View jaylandro's full-sized avatar
.
.
  • msp

Block or report jaylandro

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
jaylandro/README.md

Innovative Engineering Leader with 20+ years of experience developing user-facing applications, managing high-performing teams, and architecting frontend/cloud systems. Expert in all phases of the Software Development Life Cycle. Passionate advocate for web platform standards and progressive enhancement. Dedicated to building resilient, purposeful applications that deliver exceptional user experiences.

            ^^                   @@@@@@@@@
       ^^       ^^            @@@@@@@@@@@@@@@
                            @@@@@@@@@@@@@@@@@@              ^^
                           @@@@@@@@@@@@@@@@@@@@
 ~~~~ ~~ ~~~~~ ~~~~~~~~ ~~ &&&&&&&&&&&&&&&&&&&& ~~~~~~~ ~~~~~~~~~~~ ~~~
 ~         ~~   ~  ~       ~~~~~~~~~~~~~~~~~~~~ ~       ~~     ~~ ~
   ~      ~~      ~~ ~~ ~~  ~~~~~~~~~~~~~ ~~~~  ~     ~~~    ~ ~~~  ~ ~~
   ~  ~~     ~         ~      ~~~~~~  ~~ ~~~       ~~ ~ ~~  ~~ ~
 ~  ~       ~ ~      ~           ~~ ~~~~~~  ~      ~~  ~             ~~
       ~             ~        ~      ~      ~~   ~             ~

Pinned Loading

  1. 11ty: Convert href links to markdown... 11ty: Convert href links to markdown (.md) files to directory path links
    1
    const markdownEngine = markdownIt({
    2
      html: true,
    3
      linkify: true
    4
    });
    5
    
                  
  2. osn-i18n osn-i18n Public

    🌐 Internationalization resources for the talk "What the i18n?!?" @ Open Source North 2019

    C# 2

  3. Get GeoIp details w/ CURL Get GeoIp details w/ CURL
    1
    curl ifconfig.co/json | jq
    2
    curl ifconfig.co/json | json_pp
  4. JSON Schema Validatior JSON Schema Validatior
    1
    const rootSchema = {
    2
      $schema: "http://json-schema.org/draft-04/schema#",
    3
      title: "Person",
    4
      description: "A person",
    5
      type: "object",