Navigation Menu

Skip to content
View jeantessier's full-sized avatar
Block or Report

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.
  • book-reviews/node_graphql_federation - A GraphQL backend that uses Apollo graph federation to join together GraphQL services written in JavaScript with Node.
  • book-reviews/node_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.

⚡ Fun fact:

  • I do a lot of kendo (the martial art), but I don't know any Kendo (the UI framework).

Pinned

  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 35 17

  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. Mocking Mocking Public

    Materials for an article on the differences between Java mocking frameworks.

    Java 1

  6. TwoStageGuiceProvider-gradle-spock TwoStageGuiceProvider-gradle-spock Public

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

    Groovy