Giter Club home page Giter Club logo

infinite-wordle's Introduction

Hey ๐Ÿ‘‹

๐Ÿง” My name is Marc and I'm a computer engineer working remotely from Ottawa, Canada.

๐Ÿ› ๏ธ I lead the Application Platform and Infrastructure team at Top Hat. Our group focuses on the core systems that the application relies on to serve customers and that our developments teams build on top of to release awesome features.

๐ŸŽฏ I focus on fostering engineering excellence however I can, making sure that tough discussions about quality are happening and upping developer and customer experience.

๐Ÿง  I dabble in open source, baking and fermented foods.

โ“ My current interests lie in hands-on technical leadership, managing technical debt, and growing houseplants and engineering talent.

๐Ÿฅž My fave stack has some Python and Javascript/Typescript in it, but I've been exploring (and loving) Go.

๐Ÿ’ฌ Want to chat? Send me an email or poke me on LinkedIn.

infinite-wordle's People

Contributors

mcataford avatar

Watchers

 avatar

infinite-wordle's Issues

The CI pipeline could parallelize some tasks to reduce build & deploy time

Context

The entire CI pipeline is currently sequential, which takes a while to run end-to-end.

Certain steps that are not interdependent (i.e. building the frontend, building the dictionary) could be processed concurrently, and some artifacts (i.e. the dictionary file, the yarn cache) could be cached between runs to speed up the process.

Definition of done

  • Tasks like building the frontend and the dictionary should be parallelized;
  • Reusable artifacts should be cached between runs (i.e. the dictionary file based on its tag, the yarn cache based on the hash of the lockfiles);

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.