TéchMónad
- NCR, India
- https://techmonad.com
- @techmonad
- info@techmonad.com
Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
Repositories
-
ohmyzsh
Forked from ohmyzsh/ohmyzsh🙃 A delightful community-driven (with 1500+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community. -
mocking-sample-project
This is Scala Sample project for how to use mocking in scala.
-
spark-datasets
This example give a quick overview of the Spark DataFrame API.
-
scala-lenses
A simple example to play with scala case classes using lenses.
-
fp-cassandra
A functional Scala application and library on top of Functors, Applicatives and Monads using Cassandra datastax Java Driver.
-
fs2-kafka-app
A basic application to explain the use of Functional Kafka Streams with Scala using fs2-kafka library.
-
embedded-kafka-schema-registry
Forked from embeddedkafka/embedded-kafka-schema-registryA library that provides in-memory instances of both Kafka and Confluent Schema Registry to run your tests against.
-
embedded-kafka
Forked from embeddedkafka/embedded-kafkaA library that provides an in-memory Kafka instance to run your tests against.
-
learning-scala-3
A tour of Scala 3
-
learning-zio
ZIO — A type-safe, composable library for asynchronous and concurrent programming in Scala
-
spring-microservice
A simple example of setting up a microservices system using Eureka, Spring Boot and Spring Cloud.
-
learning-http4s
Learning Http4s - Http4s is a minimal, idiomatic Scala interface for HTTP services. Http4s is Scala's answer to Ruby's Rack, Python's WSGI, Haskell's WAI, and Java's Servlets.
-
learning-finch
Learning Finagle/Finch - Finch is a thin layer of purely functional basic blocks atop of Finagle for building composable HTTP APIs. Its mission is to provide the developers simple and robust HTTP primitives being as close as possible to the bare metal Finagle API.
-
akka-http-jwt-security
A basic example to implement a role based authentication and authorization with Akka HTTP using JWT Token.
-
-
play-slick-example
This is a sbt sample project providing a seed for starting with Play & Slick, how to write functional test, unit test and how to use mocking for unit testing.
-
learning-slick
It is sbt sample project for getting started with Slick.
-
spark-data-pipeline
This project describes how to write full ETL data pipeline using spark.
-
slick-starting-on-the-right-foot
This is a sbt sample project for showcasing best practices, writing unit test and providing a seed for starting with Slick.
-
es-nested-query-example
Working example for nested queries with multiple clauses using the elasticsearch transport client.
-
learning-akka-http
It is sbt sample project for quick start with writing Rest api using Akka Http.
-
play-cors-example
It is a play sample project for describing how to enable cross origin resource sharing setting in Playframework.
-
akka-http-websocket-kafka-example
It is sbt sample project for reading data from Kafka and publishing into multiple websocket using Akka-Http websocket.
-
spark-cassandra-example
It is spark sample project for reading/writing data from/to Cassandra using spark-cassandra-connector.
-
learning-redis
It is sbt sample project for reading/writing data from/to Redis using jedis client
-
es-query-scheduling-engine
It is sbt sample project for reading query from mongo db, parse into elasticsearch query DSL, execute parsed query continuously on elasticsearch and publish the result into kafka topic.
-
mongodb-crud-example
MongoDB crud example using reactivemongo driver