Pinned Repositories
BlogNC
An open source blogging framework written in ASP .NET Core MVC
integration-testing-postgres-and-spring
Use the Maven Failsafe plugin with setup and teardown code to validate integration tests against a real PostgreSQL database
io-tuning
A collection of examples which provide performance benchmarks for various I/O operations
java-concurrency-examples
A collection of examples highlighting concurrency, best enjoyed while having a cup of Java
java-failure-and-resilience
Sampling testing failure scenarios and dealing with them programmatically
postgres-flyway-example
Example code demostrating PostgreSQL and flyway parity without resorting to Spring Boot magic
reactive-programming-webflux
Some sample code solving specific problems with spring boot webflux
SEPubViewer
An open source Windows Desktop application to view Edgar Filings, and other sec.gov related material
some-ansible-examples
Some example ansible roles from nickolasfisher.com tutorials
webflux-and-dynamo
Some basic code that works with dynamo DB and spring boot webflux
nfisher23's Repositories
nfisher23/reactive-programming-webflux
Some sample code solving specific problems with spring boot webflux
nfisher23/webflux-and-dynamo
Some basic code that works with dynamo DB and spring boot webflux
nfisher23/SEPubViewer
An open source Windows Desktop application to view Edgar Filings, and other sec.gov related material
nfisher23/java-failure-and-resilience
Sampling testing failure scenarios and dealing with them programmatically
nfisher23/integration-testing-postgres-and-spring
Use the Maven Failsafe plugin with setup and teardown code to validate integration tests against a real PostgreSQL database
nfisher23/postgres-flyway-example
Example code demostrating PostgreSQL and flyway parity without resorting to Spring Boot magic
nfisher23/some-ansible-examples
Some example ansible roles from nickolasfisher.com tutorials
nfisher23/BlogNC
An open source blogging framework written in ASP .NET Core MVC
nfisher23/io-tuning
A collection of examples which provide performance benchmarks for various I/O operations
nfisher23/java-concurrency-examples
A collection of examples highlighting concurrency, best enjoyed while having a cup of Java
nfisher23/prometheus-metrics-ex
stuff with prometheus and spring boot
nfisher23/container-samples
A bunch of stuff that leverages containers in some way, shape or form.
nfisher23/digitalocean-terraform-examples
Source code from nickolasfisher.com
nfisher23/do-terraform-hello-world
sampling stuff with terraform
nfisher23/examples-testing-stuff
Some examples on testing from articles featured on nickolasfisher.com
nfisher23/hystrix-playground
A crude way of testing various hystrix related things in isolation
nfisher23/iodemos
Some sample code demonstrating Java File I/O operations
nfisher23/java_stream_api_samples
A collection of examples demonstrating the Java Stream API
nfisher23/jmh-junit-intro
A demonstration of how to use junit and jmh to benchmark java code
nfisher23/json-with-jackson-tricks
A collection of samples demostrating JSON mapping with Jackson's ObjectMapper and annotations
nfisher23/learn-java-from-csharp-code
The source code for the book Learn Java From C#, by Nick Fisher
nfisher23/legacy-sb-oauth2
Observing how the now deprecated oauth2 spring security functioned.
nfisher23/mylazyvim
nfisher23/new-ubuntu-laptop-provisioning
nfisher23/RestaurantEnSee
A template online ordering platform, and menu management app, for restaurants
nfisher23/run-sql-ansible-postgres
Two provided ways to run a sql script against a postgres database using ansible
nfisher23/simple-cicd-pipeline-with-spring
A very basic, single server, zero downtime continuous integration pipeline for Java Spring MVC. Uses Ansible for provisioning.
nfisher23/spring-aop-universal-public-logger
A sample demonstrating how to use Spring 2.0+'s aspect oriented programming to log public method execution
nfisher23/spring-security-pre-auth-tinkering
An example of how to hook into spring security and pre authenticate a user with custom logic. Custom auth, basically