Minibooks

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

Starting with Windows PowerShell Cheatsheet

by Java Code Geeks on April 7th, 2023

This cheatsheet provides an overview of the most commonly used PowerShell commands, grouped by category. Whether you’re new to PowerShell or an experienced user, this cheatsheet will serve as a handy reference guide for common tasks and commands. From …

Starting with UML Cheatsheet

by Java Code Geeks on March 25th, 2023

This cheatsheet is not intended to be a comprehensive guide to UML, but rather a starting point for understanding its basic concepts and diagram types. It is meant to be used in conjunction with other resources, such as UML books, tutorials, and online …

Starting With AJAX Cheatsheet

by Java Code Geeks on March 17th, 2023

Welcome to the Getting Started with Ajax cheatsheet! This cheatsheet provides a quick reference guide for working with Ajax, covering everything from making AJAX requests with XHR to using popular Ajax toolkits like jQuery and React. Whether you’re a b …

RESTful Architecture Cheatsheet

by Java Code Geeks on March 15th, 2023

This cheatsheet is designed to serve as a quick reference guide for developers who are looking to build RESTful web applications. It provides a concise summary of the key concepts, principles, and best practices that are used in RESTful architecture. Th…

Core Python Cheatsheet

by Java Code Geeks on March 3rd, 2023

This cheatsheet is intended to serve as a quick reference guide for Python programming. It covers some of the most commonly used syntax and features of the language, including data types, control structures functions, modules, and libraries. Whether yo …

Design Patterns Cheatsheet

by Java Code Geeks on January 26th, 2023

In this cheatsheet we are going to talk about design patterns in software development. We will focus on what they are, how they can benefit us, but more importantly where and when to use them. Design patterns can speed up the development process by pro …

Microservices for Java Developers

by Java Code Geeks on November 22nd, 2019

Microservices are a software development technique – a variant of the service-oriented architecture (SOA) structural style – that arranges an application as a collection of loosely coupled services. In a microservices architecture, services are fine -g …

iText Tutorial

by Java Code Geeks on March 5th, 2019

iText is an open source library for creating and manipulating PDF files in Java. iText provides support for most advanced PDF features such as PKI-based signatures, 40-bit and 128-bit encryption, color correction, Tagged PDF, PDF forms (AcroForms), P …

Amazon AWS Lambda Tutorial

by Java Code Geeks on July 24th, 2018

AWS Lambda is an event-driven, serverless computing platform provided by Amazon as a part of the Amazon Web Services. It is a computing service that runs code in response to events and automatically manages the computing resources required by that co …

Back to top button