There are no reviews yet. Be the first to send feedback to the community and the maintainers!
OCP-1Z0-819
OCP Oracle Certified Professional Java SE 11 Developer practicesaws-sqs-listener-java-client
Spring Cloud for Amazon Web Services, part of the Spring Cloud umbrella project, eases the integration with hosted Amazon Web Services. Amazon SQS is a hosted messaging service on the Amazon Web Service platform that provides point-to-point communication with queues.soap-java-client-v2
SOAP (abbreviation for Simple Object Access Protocol) is a messaging protocol specification for exchanging structured information in the implementation of web services in computer networks. Its purpose is to provide extensibility, neutrality, verbosity and independence.[vague] It uses XML Information Set for its message format, and relies on application layer protocols, most often Hypertext Transfer Protocol (HTTP), although some legacy systems communicate over Simple Mail Transfer Protocol (SMTP), for message negotiation and transmission.spring-boot-utils
These Java examples cover some range of programming issues. Each Project has its own READMEaws-cognito-java-client
Amazon Cognito lets you add user sign-up, sign-in, and access control to your web and mobile apps quickly and easily. Amazon Cognito scales to millions of users and supports sign-in with social identity providers, such as Facebook, Google, and Amazon, and enterprise identity providers via SAML 2.0.social-network-notes
social-network-notesreact-portal
React + Redux portalreddepruebas_xyz
Connectionmonitoringtool is used to monitor sites connection. When we create a website we need to be sure the website is operative. We can use a browser and type the url website, this way wastes a lot of time. We need a different way to verify our website is operative, a more efficient way. Then we propose a tool to monitor our sites connections. This tool can send us an email notification about how our website connection is gone or it can present a report.prottonne_cl
This prottonne.cl frontendprottonne_com
This prottonne.com frontendprottonne_net
This is prottonne.net frontendwiraharas_xyz
Spring MVC serverless portalprottonne_org
This prottonne.org frontendlog-pom-version-java-client
How to log pom.xml version using log4j2cron-java-client
It enables users to schedule tasks to run periodically at a specified date/time.joseosuna-engineer
profile-service
Spring boot microserviceostudiorx_com
a PHP YiiFramework 1.1.7 website for athlete profiles managementjava-library
java-libraryai-writter
Software writting software. First approach.liquibase-xml-sql
Liquibase is an open-source database-independent library for tracking, managing and applying database schema changes. All changes to the database are stored in text files (XML, YAML, JSON or SQL) and identified by a combination of an "id" and "author" tag as well as the name of the file itself. A list of all applied changes is stored in each database which is consulted on all database updates to determine what new changes need to be applied. As a result, there is no database version number but this approach allows it to work in environments with multiple developers and code branches. Liquibase automatically creates DatabaseChangeLog Table and DatabaseChangeLogLock Table when you first execute a changeLog File.ASCII-symbol-and-java-statements
Some ASCII symbol names, math expressions and statements used in Java programming.jersey-rest-jax-rs-java-client
Eclipse Jersey framework is an open source framework for developing RESTful Web Services in Java. It provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339 & JSR 370) Reference Implementation.rest-controller-java-client
@RestController indicates that the data returned by each method will be written straight into the response body instead of rendering a template.commit-n-pull-request-practices
Git Commit Formatting Rulesaws-sqs-java-client
Spring Cloud for Amazon Web Services, part of the Spring Cloud umbrella project, eases the integration with hosted Amazon Web Services. Amazon SQS is a hosted messaging service on the Amazon Web Service platform that provides point-to-point communication with queues.spring-cloud-config-server
Spring Cloud Config provides server-side and client-side support for externalized configuration in a distributed system.spring-boot-deserialization
Custom Deserialization in Jacksonspring-cloud-config-properties
Properties to use with Spring Cloud Config server.auth-service
Spring boot microservicerepo
My first commit on gitHubjava-mail
Jakarta Mail is a Jakarta EE API used to send and receive email via SMTP, POP3 and IMAP. Jakarta Mail is built into the Java EE platform, but also provides an optional package for use in Java SE.migrate-from-bitbucket-wiki
How to migrate from BitBucket to GitHubjpa-java-client
Jakarta Persistence is a Jakarta EE application programming interface specification that describes the management of relational data in enterprise Java applications.netflix-oss-zuul-server
Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.software-development-practices-and-principles
12 Factors, TDD, DRY, KISS, The Law of Demeter, ACID, Git Commit Formatting Rules, SCRUM Values, Robert C. Martin's Design Principles and Design Patterns, Principles of Software Engineering - University of Minnesotaaws-s3-java-client
Amazon S3 or Amazon Simple Storage Service is a service offered by Amazon Web Services (AWS) that provides object storage through a web service interface.json-util
JavaScript Object Notation is an open standard file format, and data interchange format, that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and array data types (or any other serializable value).image-service
Spring boot microservicespring-cloud-open-feign-java-client
Feign is a declarative web service client. It makes writing web service clients easier. To use Feign create an interface and annotate it. It has pluggable annotation support including Feign annotations and JAX-RS annotations. Feign also supports pluggable encoders and decoders. Spring Cloud adds support for Spring MVC annotations and for using the same HttpMessageConverters used by default in Spring Web. Spring Cloud integrates Ribbon and Eureka to provide a load balanced http client when using Feign.web-socket-java-client
WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. The WebSocket protocol was standardized by the IETF as RFC 6455 in 2011, and the WebSocket API in Web IDL is being standardized by the W3C.netflix-oss-eureka-server
Eureka is a REST (Representational State Transfer) based service that is primarily used in the AWS cloud for locating services for the purpose of load balancing and failover of middle-tier servers. At Netflix, Eureka is used for the following purposes apart from playing a critical part in mid-tier load balancing.exception-handler-java-client
ExceptionHandler is a Spring annotation that provides a mechanism to treat exceptions that are thrown during execution of handlers (Controller operations). ControllerAdvice is an annotation introduced in Spring 3.2, and as the name suggests, is “Advice” for multiple controllers. It is used to enable a single ExceptionHandler to be applied to multiple controllers. by using @ExceptionHandler and @ControllerAdvice, we’ll be able to define a central point for treating exceptions and wrapping them up in an ApiError object with better organization than the default Spring Boot error handling mechanism.spring-boot-docker
Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels. All containers are run by a single operating system kernel and therefore use fewer resources than virtual machines.soap-java-client
SOAP (abbreviation for Simple Object Access Protocol) is a messaging protocol specification for exchanging structured information in the implementation of web services in computer networks. Its purpose is to provide extensibility, neutrality, verbosity and independence.[vague] It uses XML Information Set for its message format, and relies on application layer protocols, most often Hypertext Transfer Protocol (HTTP), although some legacy systems communicate over Simple Mail Transfer Protocol (SMTP), for message negotiation and transmission.junit-java
JUnit is a unit testing framework for the Java programming language. Mockito is an open source testing framework for Java released under the MIT License. Hamcrest is a framework that assists writing software tests in the Java programming language.RBAC-java-client
Role-based access control (RBAC) or role-based security is an approach to restricting system access to authorized users. Role-based access control (RBAC) is a policy-neutral access-control mechanism defined around roles and privileges. The components of RBAC such as role-permissions, user-role and role-role relationships make it simple to perform user assignments.jwt-java-client
JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. JSON Web Token is an Internet standard for creating data with optional signature and/or optional encryption whose payload holds JSON that asserts some number of claims. The tokens are signed either using a private secret or a public/private key. For example, a server could generate a token that has the claim "logged in as admin" and provide that to a client. The client could then use that token to prove that it is logged in as admin. The tokens can be signed by one party's private key (usually the server's) so that party can subsequently verify the token is legitimate. If the other party, by some suitable and trustworthy means, is in possession of the corresponding public key, they too are able to verify the token's legitimacy.docker-kubernetes
Kubernetes is an open-source container-orchestration system for automating computer application deployment, scaling, and management. It aims to provide a "platform for automating deployment, scaling, and operations of application containers across clusters of hosts". It works with a range of container tools, including Docker.spring-boot-kafka
Apache Kafka is an open-source stream-processing software platform developed by the Apache Software Foundation, written in Scala and Java. The project aims to provide a unified, high-throughput, low-latency platform for handling real-time data feeds. Kafka can connect to external systems (for data import/export) via Kafka Connect and provides Kafka Streams, a Java stream processing library. Kafka uses a binary TCP-based protocol that is optimized for efficiency and relies on a "message set" abstraction that naturally groups messages together to reduce the overhead of the network roundtrip. This "leads to larger network packets, larger sequential disk operations, contiguous memory blocks [...] which allows Kafka to turn a bursty stream of random message writes into linear writes."Love Open Source and this site? Check out how you can help us