Minibooks

The education never stops here at Java Code Geeks. Check out our recommended whitepapers and books (complimentary downloads):

Core Java Cheatsheet

by Java Code Geeks on October 9th, 2023

This cheatsheet is designed to provide you with concise and practical information on the core concepts and syntax of Java. It’s intended to serve as a handy reference that you can keep at your desk, save on your device, or print out and pin to your …

Getting Started With Rancher Cheatsheet

by Java Code Geeks on September 6th, 2023

This cheatsheet is organized to guide you through key aspects of Rancher, from installation and setup to creating clusters, deploying applications, and maintaining a healthy container ecosystem. Each section provides clear instructions, command snipp …

Querying Graphs with Neo4j Cheatsheet

by Java Code Geeks on August 27th, 2023

This cheatsheet is your guide to effectively querying graphs using Neo4j. Whether you’re a seasoned database professional looking to expand your skills or a curious enthusiast eager to dive into the world of graph data, this resource is designed to …

Apache Spark Cheatsheet

by Java Code Geeks on August 15th, 2023

This cheatsheet is designed to provide quick access to the most commonly used Spark components, methods, and practices. Whether you’re diving into Spark’s resilient distributed datasets (RDDs), exploring the DataFrame and SQL capabilities, or harnes …

Apache Kafka Essentials

by Java Code Geeks on August 13th, 2023

This cheatsheet is designed to be your quick and handy reference to the essential concepts, commands, and best practices associated with Apache Kafka. Whether you are a seasoned Kafka expert looking for a convenient memory aid or a newcomer exploring …

Getting Started With Apache Hadoop Cheatsheet

by Java Code Geeks on July 28th, 2023

Getting Started with Apache Hadoop cheatsheet serves as your quick reference guide to understanding the fundamental concepts, components, and essential commands of Hadoop. Whether you are a data engineer, data scientist, or simply curious about big d …

Starting with Kotlin Cheatsheet

by Java Code Geeks on July 16th, 2023

Welcome to the Kotlin Cheatsheet! This document aims to provide you with a quick reference guide to Kotlin programming language. Whether you are a beginner getting started with Kotlin or an experienced developer looking for a quick reminder, this che …

Starting with Apache Tomcat Cheatsheet

by Java Code Geeks on July 7th, 2023

This cheatsheet serves as a quick reference guide for developers and system administrators working with Apache Tomcat. It aims to provide a concise overview of the most commonly used commands and configurations, helping users navigate through the var …

Getting Started With GraphQL Cheatsheet

by Java Code Geeks on June 30th, 2023

In this cheatsheet, we will embark on a journey to explore the core principles of GraphQL and its ecosystem. We’ll cover topics such as schema design, querying and mutation operations, type systems, and resolver functions. Additionally, we’ll delve Int …

Back to top button