Java znów darmowa! Dlaczego Oracle wycofuje się z płatnego JDK?

Java znów darmowa! Dlaczego Oracle wycofuje się z płatnego JDK?

AWS Serverless Land

This site brings together all the latest blogs, videos, and training for AWS Serverless. Learn to use and build apps that scale automatically on low-cost, fully-managed serverless architecture.

Clean up old git branches

https://nickymeuleman.netlify.app/blog/delete-git-branches#deleting-many-local-branches-at-once

Building the future of Event-Driven Architectures (EDA)

https://www.asyncapi.com/ Open-Source tools to easily build and maintain your event-driven architecture. All powered by the AsyncAPI specification, the industry standard for defining asynchronous APIs.

Should package names be singular or plural?

For example, a type should be named TaskCollection instead of TasksCollection, as it is a collection containing instances of a Task. A package named com.myproject.task does not mean that each contained class is an instance of a task. There might be a TaskHandler, a TaskFactory, etc. A package named com.myproject.tasks, however, would contain different types ...

JSONPlaceholder – Free Fake REST API

JSONPlaceholder – Free Fake REST API {JSON} Placeholder Free fake API for testing and prototyping. Powered by JSON Server + LowDB

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