Convert JSON into gorgeous, typesafe code in any language

Convert JSON into gorgeous, typesafe code in any language

mkcert is a simple tool for making locally-trusted development certificates

mkcert is a simple tool for making locally-trusted development certificates. It requires no configuration.

RxJava — Schedulers — What, when and how to use it?

RxJava — Schedulers — What, when and how to use it? Brief introduction of RxJava schedulers. Schedulers.io() – This is used to perform non-CPU-intensive operations like making network calls, reading disc/files, database operations, etc., This maintains a pool of threads. Schedulers.newThread() – Using this, a new thread will be created each time a task is ...

Block Kit: A clean and consistent UI framework for Slack apps

Block Kit: A clean and consistent UI framework for Slack apps

Java Optionals and Kotlin Nulls

https://typealias.com/guides/java-optionals-and-kotlin-nulls/

Mocking Kotlin classes with Mockito  –  the fast way

https://medium.com/21buttons-tech/mocking-kotlin-classes-with-mockito-the-fast-way-631824edd5ba

Liquid – Safe, customer-facing template language for flexible web apps

https://shopify.github.io/liquid/

Amazon EventBridge versus Amazon SNS: What’s the difference?

Choosing between messaging services for serverless applications Amazon EventBridge versus Amazon SNS: What’s the difference? 5 reasons why you should use EventBridge instead of SNS

AWS Stash

A collection of AWS related videos, podcasts, code repositories, whitepapers, and feature releases, all in a single, easy to search interface.

Ideone: an online compiler and debugging tool

Ideone is an online compiler and debugging tool which allows you to compile source code and execute it online in more than 60 programming languages.