Gson
Gson is an open source Java library. It is a powerful library tool to map data structures that are represented as JSON to Java objects. Gson can work with arbitrary Java objects including pre-existing…
Gson is an open source Java library. It is a powerful library tool to map data structures that are represented as JSON to Java objects. Gson can work with arbitrary Java objects including pre-existing…
Capek’s 1920 play R. U. R. (Rossum’s Universal Robots) was the first text to use the word ‘robot’ to denote man-made creatures – the word comes from the Czech roboti meaning ‘slave’ or ‘drudge’. In Capek’s play, the robots…
Elixir is a functional, concurrent, general-purpose programming language. It runs on the Erlang virtual machine (BEAM) and it builds on top of Erlang. Erlang VM gives developers entire access to Erlang’s ecosystem, used…
Buck is a build system used for creating reusable small modules which consist of code and resources. It speeds up the builds by reducing the incremental build times and also it uses only…
Apache Hive is a data warehouse software project built on top of Apache Hadoop for providing data summarization, query, and analysis. Hive gives an SQL-like interface to query data stored in various databases and file systems that integrate with…