Git Product home page Git Product logo

Adam Finlayson or nullfame πŸ“

AWS cloud and JavaScript developer. A petal from a steel magnolia

  • ✊ Verbs: connect, empower, build
  • 🀩 Expertise: Node, serverless AWS, observability, site reliability, automation
  • 😎 Interests: Crypto, natural language processing, generative art, emergent behavior
  • πŸ₯° Hobbies: Splinterlands, Minecraft, community building, electoral campaigns

πŸ“„ RΓ©sumΓ©

  • πŸ‡ΊπŸ‡Έ Location: Evanston, IL, USA (2004-present)
  • πŸ’Ό Current Occupation: Independent programmer
  • πŸ—„οΈ Previous Employers: Stax Payments (2022-2023), acquirer of CardX (2019-2021); Northwestern University (2001-2019)
  • πŸŽ“ Education: Bachelor of Arts in Mathematics, Cornell College 2001

🌐 Socials

  • πŸ‘Ύ Discord is where I am most active
  • 🀝 LinkedIn
  • πŸ”— Personal Bio
  • πŸ™…β€β™‚οΈ X

🎯 Focus

Prioritization πŸ“‹

I believe in prioritization that is honest about impact and capability. There is a parable I share on how to achieve your goals: write down twenty-five things you want to accomplish in life and then cross off twenty of them. Those are distractions. The backlog is not the good idea log and the roadmap should be clear.

Testing πŸ§ͺ

I practice and teach test-driven development with a heavy use of mocks to confirm intended actions. Once you start to look at code only through the lens of testing and observing mocks, hopefully you find it is faster both to start a feature from scratch but also to hunt down bugs. Logging plays an essential role here.

Ideally testing covers four areas in a full stack application:

  • Unit tests at the feature level (Jest)
  • Browser tests at the feature level (Cypress)
  • Integration tests for APIs at the feature level (Postman)
  • Automated browser and integration tests against production and preview environments

Logging πŸ“’

Logs should tell a story. Good programmers are more storytellers than engineers. Logs are a great way to demo a feature, especially in real time if you have an observability platform like Datadog. Logs should read like a story so someone unfamiliar with the code can see where things went wrong and hopefully what pieces of the state caused it.

The first thing I log is the request/event and the response. In the event I like to record the commit hash of the build. If this pattern is repeated in service calls (e.g., using OpenTelemetry) it is often possible to replicate the responses and therefore the bug in a non-production environment.

Automation πŸ‘·

Having multiple, stand-alone environments makes every aspect of software development easier over the long term. Automating application and ideally infrastructure deployment is essential. Within the AWS ecosystem I prefer CDK which allows developers to work in their native language to deploy AWS components. I usually deploy CDK apps right from a GitHub Action but they can also be orchestrated with Terraform.

Adam Finlayson's Projects

habitica-lite icon habitica-lite

A "lite" interface to Habitica emphasizing speed and managing tasks as opposed to being an RPG

hello-node-package icon hello-node-package

A simple β€œHello, World” node package for educational purposes. Demonstrates making a private ES6 package transpiled to ES5 for storage in a private git repo. Easily repurposed for use with npmjs.com

hello-prettier icon hello-prettier

JavaScript code linting using Prettier and a pre-commit hook (through Husky)

jsenv icon jsenv

My JavaScript application environment πŸ‘Š

react-template-gulp icon react-template-gulp

[OUTDATED] Template for React applications (using gulp). For developers wanting to play with React but not worry about dependencies to get started

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.