Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by jeantessier

A curated list of projects in awesome lists by jeantessier .

https://github.com/jeantessier/dependency-finder

A suite of tools for analyzing compiled Java code.

dependency-finder java

Last synced: 19 Nov 2024

https://github.com/jeantessier/grails-microservice-example

Replace complicated Java microservice with trivial Grails 3 app.

Last synced: 19 Nov 2024

https://github.com/jeantessier/micronaut-mongo-gorm-example

A trivial test to show Micronaut using GORM to talk to MongoDB

Last synced: 19 Nov 2024

https://github.com/jeantessier/united-federation-of-jean

Sample federated GraphQL schema using Apollo Graph Manager and Apollo Federation

Last synced: 19 Nov 2024

https://github.com/jeantessier/grails-3-ldap-example

Use LDAP to authenticate to Grails 3 application

Last synced: 19 Nov 2024

https://github.com/jeantessier/book-reviews-react-app

A sample React app that consumes book reviews from my website

Last synced: 19 Nov 2024

https://github.com/jeantessier/rails-cancancan-example

A sample Rails application that illustrates CanCanCan

Last synced: 19 Nov 2024

https://github.com/jeantessier/grails-4-angular-8-example

Example CRUD app w/ Angular profile

angular angular8 grails grails4

Last synced: 19 Nov 2024

https://github.com/jeantessier/test-summary-action

A GitHub Action to summarize JUnit tests in Gradle builds

github-actions ruby

Last synced: 19 Nov 2024

https://github.com/jeantessier/advent-of-code-2023

Advent of Code 2023 Challenge

Last synced: 19 Nov 2024

https://github.com/jeantessier/grails-4-database-migration-test

A sample Grails 4.0.0 application that uses the database-migration plugin with MySQL

Last synced: 19 Nov 2024

https://github.com/jeantessier/book-reviews

The same app built multiple times with different technology stacks.

grails graphql kafka mongodb mysql nodejs ruby ruby-on-rails

Last synced: 22 Dec 2024

https://github.com/jeantessier/code-coverage-summary-action

A GitHub Action to summarize JaCoCo code coverage in Gradle builds

github-actions ruby

Last synced: 19 Nov 2024

https://github.com/jeantessier/langchain-java-example

An example of using LangChain in Java with LangChain4j

Last synced: 15 Dec 2024

https://github.com/jeantessier/rails-through-test

A sample Rails app that shows the transitive power of `has_many` `through:` associations.

Last synced: 19 Nov 2024

https://github.com/jeantessier/dependencyfinder-react-app

A frontend that uses the Dependency Finder service at jeantessier/micronaut-depfind-test

Last synced: 19 Nov 2024

https://github.com/jeantessier/rails-phobos

A simple test of `phobos` gem for consuming Kafka messages in Ruby on Rails

Last synced: 19 Nov 2024

https://github.com/jeantessier/wisper-example

A simple test of `wisper` pub/sub gem for Ruby on Rails

Last synced: 19 Nov 2024

https://github.com/jeantessier/internal-event-bus

A sample Rails app that shows how to use Rails' internal event bus.

Last synced: 19 Nov 2024

https://github.com/jeantessier/rails-tx-test

A sample Rails app that shows transaction commits and rollbacks

Last synced: 19 Nov 2024

https://github.com/jeantessier/custom_headers

A sample Rails app that shows how to manipulate HTTP request headers

Last synced: 19 Nov 2024

https://github.com/jeantessier/racecar-kafka-test

A simple test of `racecar` gem for Ruby on Rails

Last synced: 19 Nov 2024

https://github.com/jeantessier/phobos-test

A simple test of `phobos` gem for consuming Kafka messages in Ruby on Rails

Last synced: 19 Nov 2024

https://github.com/jeantessier/rails-callback-example

A sample Rails app that shows ActiveRecord callbacks

Last synced: 19 Nov 2024

https://github.com/jeantessier/twostageguiceprovider-gradle-junit4

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

article guice java

Last synced: 19 Nov 2024

https://github.com/jeantessier/martian-library

A sample Ruby on Rails application with a GraphQL API (from a tutorial)

Last synced: 19 Nov 2024

https://github.com/jeantessier/micronaut-data-example

A trivial test to show Micronaut in Groovy using `micronaut-data`

Last synced: 19 Nov 2024

https://github.com/jeantessier/jeantessier.com

The code to generate my homegrown website.

html javascript perl website

Last synced: 19 Nov 2024

https://github.com/jeantessier/grails-4-json-views-test

A sample Grails 4 application that uses JSON views for REST API

Last synced: 19 Nov 2024

https://github.com/jeantessier/twostageguiceprovider

Materials for an article on initializing providers in Guice.

article guice java

Last synced: 19 Nov 2024

https://github.com/jeantessier/grails-4-gson-test

A sample Grails 4 application that uses GSON views

Last synced: 19 Nov 2024

https://github.com/jeantessier/terraform-example

Experimenting with Terraform and files layout

Last synced: 19 Nov 2024

https://github.com/jeantessier/grails-rabbitmq-multi-rpc

Sample Grails 3 app that dispatches RPCs to multiple handlers in parallel

Last synced: 19 Nov 2024

https://github.com/jeantessier/grails-rabbitmq-receiver-example

Sample Grails 2.3.11 app that reads messages from a RabbitMQ message bus.

Last synced: 19 Nov 2024

https://github.com/jeantessier/micronaut-gorm-example

A trivial test to show Micronaut using GORM to talk to MySQL

Last synced: 19 Nov 2024

https://github.com/jeantessier/python-logging-test

An example of showing file info in Python logs

Last synced: 19 Nov 2024

https://github.com/jeantessier/mean-sample

A token application that uses the MEAN stack.

mean-stack

Last synced: 19 Nov 2024

https://github.com/jeantessier/martine

Site I'm building for my friend Martine.

Last synced: 19 Nov 2024

https://github.com/jeantessier/journal-angular-app

A sample Angular app that consumes journal entries from my website

Last synced: 19 Nov 2024

https://github.com/jeantessier/grails-rabbitmq-sender-example

Sample Grails 2.3.11 app that writes messages to a RabbitMQ message bus.

Last synced: 19 Nov 2024

https://github.com/jeantessier/grails-rabbitmq-communicating-clusters

Clusters of Grails 3 apps do pub/sub among themselves.

Last synced: 19 Nov 2024

https://github.com/jeantessier/grails-histogram-example

Code I tried to answer a Grails question on LinkedIn: http://lnkd.in/dxan7nB

Last synced: 19 Nov 2024

https://github.com/jeantessier/grails-33-logging-test-example

Sample test that a controller is writing to the logs in Grails 3.3

Last synced: 19 Nov 2024

https://github.com/jeantessier/mocking

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

article java mocking-framework

Last synced: 19 Nov 2024

https://github.com/jeantessier/echo-kafka-consumer

A simple Kafka consumer using Node

Last synced: 19 Nov 2024

https://github.com/jeantessier/grails-32-logging-test-example

Sample test that a controller is writing to the logs in Grails 3.2

Last synced: 19 Nov 2024

https://github.com/jeantessier/grails-2-absolute-links

Sample Grails 2.3.11 app that generates absolute links outside of a request context.

Last synced: 19 Nov 2024

https://github.com/jeantessier/grails-3-absolute-links

Sample Grails 3.1.8 app that generates absolute links outside of a request context.

Last synced: 19 Nov 2024

https://github.com/jeantessier/django_example

A sample Django installation from the Django tutorial

Last synced: 19 Nov 2024

https://github.com/jeantessier/class-labels

Proof of concept for storing hierarchy of self-referencing objects in a relational database.

Last synced: 19 Nov 2024

https://github.com/jeantessier/grails-3-angular-5-example

Example CRUD app w/ Angular profile

Last synced: 19 Nov 2024

https://github.com/jeantessier/gcp-pubsub-test

Simple scripts to exercise GCP's PubSub feature

Last synced: 19 Nov 2024

https://github.com/jeantessier/advent-of-code-2024

Advent of Code 2023 Challenge

Last synced: 15 Dec 2024

https://github.com/jeantessier/langchain-python-example

An example of using LangChain in Python with langchain

Last synced: 22 Dec 2024

https://github.com/jeantessier/langchain-javascript-example

An example of using LangChain in JavaScript with @langchain/core

Last synced: 22 Dec 2024

https://github.com/jeantessier/micronaut-kafka-test

A simple test of the `micronaut-kafka` integration

Last synced: 19 Nov 2024

https://github.com/jeantessier/langchain-ruby-example

An example of using LangChain in Ruby with Langchain.rb

Last synced: 22 Dec 2024

https://github.com/jeantessier/twostageguiceprovider-gradle-junit5

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

article guice java junit5

Last synced: 19 Nov 2024

https://github.com/jeantessier/micronaut-okta-example

A simple test of the Micronaut-Okta integration

Last synced: 19 Nov 2024

https://github.com/jeantessier/micronaut-depfind-test

A microservice backend to run Dependency Finder as a service

Last synced: 19 Nov 2024

https://github.com/jeantessier/micronaut-rabbitmq-test

A simple test of the `micronaut-rabbitmq` integration

Last synced: 19 Nov 2024

https://github.com/jeantessier/micronaut-mongo-sync-example

A trivial test to show Micronaut in Groovy using `mongo-sync`

Last synced: 19 Nov 2024

https://github.com/jeantessier/twostageguiceprovider-gradle-spock

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

article groovy guice java spock

Last synced: 19 Nov 2024

https://github.com/jeantessier/mocking-gradle-junit4

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

Last synced: 19 Nov 2024

https://github.com/jeantessier/rails-event-store-test

A sample Rails app that shows how to use the `rails_event_store` gem.

Last synced: 19 Nov 2024

https://github.com/jeantessier/jeantessier

My profile README for GitHub

Last synced: 19 Nov 2024

https://github.com/jeantessier/book-search-react-app

A sample SPA that showcases a React with a GraphQL backend and React Router

Last synced: 19 Nov 2024