Pinned Repositories
cryptobot
gof-to-lambda-kotlin
An attempt to implement some of the Gang of Four Design Patterns into a more functional approach.
kgraphql-http4k-demo
A small app that demos GraphQL in Kotlin using kgraphql, and http4k for HTTP
kotlin-testcontainers-demo
A demo using Kotlin and Testcontainers to test a streaming application with external dependencies.
Lax
A casual messenger app in posts-oriented manner.
oauth2-client-credentials-flow-auth0
A demo on how to secure an HTTP api for machine-to-machine (M2M) authorization.
ports-and-adapters-demo
A demo project using the Ports and adapters pattern aka Hexagonal architecture
rust-by-example
A repository to learn Rust
pagidas's Repositories
pagidas/cryptobot
pagidas/kgraphql-http4k-demo
A small app that demos GraphQL in Kotlin using kgraphql, and http4k for HTTP
pagidas/gof-to-lambda-kotlin
An attempt to implement some of the Gang of Four Design Patterns into a more functional approach.
pagidas/kotlin-testcontainers-demo
A demo using Kotlin and Testcontainers to test a streaming application with external dependencies.
pagidas/ports-and-adapters-demo
A demo project using the Ports and adapters pattern aka Hexagonal architecture
pagidas/kafka-micronaut-demo
pagidas/oauth2-client-credentials-flow-auth0
A demo on how to secure an HTTP api for machine-to-machine (M2M) authorization.
pagidas/rust-by-example
A repository to learn Rust
pagidas/security
A collection of personal notes about web security
pagidas/shedlock-poc
A very easy-to-wire-up distributed lock solution for scheduled tasks.
pagidas/blog
The blog itself: the hugo project that generates html static pages reading .md files.
pagidas/checkout-kata
Practicing a checkout kata
pagidas/devOps
A collection of personal devOps tools to remember
pagidas/ftp-client-server-test
Tests apache's commons-net FTP client, using MockFtpServer
pagidas/http4k-jooq-demo
Yet another demo RESTful web microservice using Kotlin
pagidas/java-technical-assignment
This is a skeleton project for all QMetric Java developer candidates.
pagidas/jsch-atmoz-sftp-poc
A short demo to upload a file into a dockerized sftp server
pagidas/kotlin-kafka-choreography-saga
A very basic choreography saga implementation
pagidas/ktor-exposed-demo
A demo RESTful web service using Kotlin
pagidas/leetcode
pagidas/maven-hibernate-h2-test
Bootstrapping Hibernate functionality to test Entity's CRUD operations
pagidas/micronaut-demo-app
A demo app with a single endpoint using micronaut framework for HTTP
pagidas/p2p-lending
A peer to peer lending lending problem
pagidas/pagidas
pagidas/pagidas.github.io
The repo where all the static generated contents are served by Github Pages
pagidas/react-weather-widget
A weather widget react app, following a tutorial.
pagidas/springboot-demo
A demo CRUD RESTful API in SpringBoot + PostgreSQL
pagidas/the-modern-javascript-tutorial
This is my progress through the JavaScript tutorial: https://javascript.info/
pagidas/verycoolapp-tech-challenge
Tech challenge
pagidas/web-crawler
A web crawler cli application