Skip to content
View patrickbrown-io's full-sized avatar
🔥
🔥

Block or report patrickbrown-io

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
patrickbrown-io/README.md
const aboutMe = {
   pronouns: "he" || "him",
   code: [TypeScript, JavaScript, PHP, Python, C++, C#, HTML, CSS],
   technologies: {
      frontEnd: {
         js: [React, "jQuery", "Web Components"],
         css: ["Bootstrap", "Tailwind CSS", "Styled-Components", "Semantic UI", "Material UI"],
         templates: ["Handlebars", "Twig", "Nunjucks"]
      },
      backEnd: {
         js: [Node, "Express"],
         misc: ["Docker", GraphQL, "Redis"]
      },
      mobile: {
         js: ["React Native"],
         misc: ["Android Studio", "XCode"]
      },
      testing: ["Jest"],
      CMS: ["Drupal 8/9/10", "WordPress", "SquareSpace"],
      databases: ["MongoDB", "mySQL", "postgreSQL", "MariaDB"],
   },

   currentOccupation: "Software Engineer - Colorado University, Boulder",
   currentProjects: ["PERN Multiplayer Application", "BSc, Computer Science @ Colorado University, Boulder"]
};

Pinned Loading

  1. CuBoulder/tiamat-theme CuBoulder/tiamat-theme Public

    University of Colorado Boulder Drupal 9+ base theme

    CSS 3

  2. CuBoulder/ucb_ckeditor_plugins CuBoulder/ucb_ckeditor_plugins Public

    This Drupal 9+ module contains a collection of CKEditor 5 plugins to add functionality to the WYSIWYG editor.

    JavaScript 1

  3. CuBoulder/ucb_js_includes CuBoulder/ucb_js_includes Public

    Provides a way for adding 3rd party functionality to CU Boulder D9 sites

    PHP

  4. CuBoulder/ucb_person_title CuBoulder/ucb_person_title Public

    This Drupal module enables a UCB Person Page title to be programmatically created using First Name and Last Name fields when creating a new Person page

  5. CuBoulder/ucb_article_author CuBoulder/ucb_article_author Public

    Programmatically creates Byline taxonomy terms for Article author upon Person Page creation, linking to that Person Page

  6. CuBoulder/ucb_campus_news CuBoulder/ucb_campus_news Public

    Custom module enabling the Campus News Block

    JavaScript