Skip to content
View jeantessier's full-sized avatar

Block or report jeantessier

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
jeantessier/README.md

Hi there 👋

🧑‍💻 Project highlights:

  • dependency-finder - Tracking dependencies in Java code (what method calls other methods, what class references other classes, what package depends on what other packages) through static analysis of compiled Java code.
    • micronaut-depfind-test - Dependency Finder as a Service. An experimental microservice written in Groovy using the Micronaut framework.
    • dependencyfinder-react-app - A React frontend for the Dependency Finder service, written in JavaScript and plenty of React Hooks.
  • test-summary-action - An action for GitHub Actions workflows to summarize JUnit runs to the workflow's summary.
  • code-coverage-summary-action - An action for GitHub Actions workflows to summarize Jacoco code coverage runs to the workflow's summary.
  • book-reviews/node_graphql_federation - A GraphQL backend that uses Apollo graph federation to join together GraphQL services written in JavaScript with Node.
    • book-search-react-app - A React frontend for the Book Reviews service, written in JavaScript, that uses GraphQL to communicate with the backend service.
  • book-reviews/rails_graphql_federation - A GraphQL backend that uses Apollo graph federation to join together GraphQL services written with Ruby on Rails.
  • TwoStageGuiceProvider-gradle-spock - If you're using Guice to do Java dependency injection, this article shows you how to chain modules together to do multi-stage initialization.
  • LangChain examples in Java, JavaScript, Python, and Ruby. They can connect to ChatGPT, Claude, and Google Gemini.

⚡ Fun fact:

  • I do a lot of kendo (the martial art), but I don't know any Kendo (the UI framework).
  • I've been doing Advent of Code for 2023 and 2024.

Pinned Loading

  1. jeantessier.com jeantessier.com Public

    The code to generate my homegrown website.

    HTML

  2. dependency-finder dependency-finder Public

    A suite of tools for analyzing compiled Java code.

    Java 44 18

  3. book-reviews book-reviews Public

    The same app built multiple times with different technology stacks.

    Ruby 1

  4. mean-sample mean-sample Public

    A token application that uses the MEAN stack.

    JavaScript

  5. TwoStageGuiceProvider-gradle-spock TwoStageGuiceProvider-gradle-spock Public

    Materials for an article on initializing providers in Guice. This version builds using Gradle and Spock.

    Groovy

  6. Mocking-gradle-junit4 Mocking-gradle-junit4 Public

    Materials for an article on the differences between Java mocking frameworks. This version builds using Gradle.

    Java