Jose Osuna (@solidnetwork-xyz)
  • Stars
    star
    61
  • Global Rank 287,368 (Top 11 %)
  • Followers 177
  • Following 99
  • Registered over 11 years ago
  • Most used languages
    Java
    81.6 %
    HTML
    13.2 %
    PHP
    2.6 %
    JavaScript
    2.6 %
  • Location 🇻🇪 Venezuela
  • Country Total Rank 80
  • Country Ranking
    Java
    5
    HTML
    64
    PHP
    232

Top repositories

1

OCP-1Z0-819

OCP Oracle Certified Professional Java SE 11 Developer practices
Java
5
star
2

aws-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.
Java
2
star
3

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.
Java
2
star
4

spring-boot-utils

These Java examples cover some range of programming issues. Each Project has its own README
Java
2
star
5

aws-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.
Java
2
star
6

social-network-notes

social-network-notes
1
star
7

react-portal

React + Redux portal
JavaScript
1
star
8

reddepruebas_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.
Java
1
star
9

prottonne_cl

This prottonne.cl frontend
HTML
1
star
10

prottonne_com

This prottonne.com frontend
HTML
1
star
11

prottonne_net

This is prottonne.net frontend
HTML
1
star
12

jtogaf_com

This is a tool for The TOGAF Architecture Development Method (ADM)
HTML
1
star
13

wiraharas_xyz

Spring MVC serverless portal
Java
1
star
14

prottonne_org

This prottonne.org frontend
HTML
1
star
15

log-pom-version-java-client

How to log pom.xml version using log4j2
Java
1
star
16

cron-java-client

It enables users to schedule tasks to run periodically at a specified date/time.
Java
1
star
17

joseosuna-engineer

1
star
18

profile-service

Spring boot microservice
Java
1
star
19

ostudiorx_com

a PHP YiiFramework 1.1.7 website for athlete profiles management
PHP
1
star
20

java-library

java-library
Java
1
star
21

ai-writter

Software writting software. First approach.
1
star
22

ASCII-symbol-and-java-statements

Some ASCII symbol names, math expressions and statements used in Java programming.
1
star
23

commit-n-pull-request-practices

Git Commit Formatting Rules
1
star
24

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.
Java
1
star
25

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.
Java
1
star
26

aws-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.
Java
1
star
27

spring-cloud-config-server

Spring Cloud Config provides server-side and client-side support for externalized configuration in a distributed system.
Java
1
star
28

spring-boot-deserialization

Custom Deserialization in Jackson
Java
1
star
29

spring-cloud-config-properties

Properties to use with Spring Cloud Config server.
1
star
30

auth-service

Spring boot microservice
Java
1
star
31

repo

My first commit on gitHub
1
star
32

java-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.
Java
1
star
33

netflix-oss-zuul-server

Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
Java
1
star
34

migrate-from-bitbucket-wiki

How to migrate from BitBucket to GitHub
1
star
35

jpa-java-client

Jakarta Persistence is a Jakarta EE application programming interface specification that describes the management of relational data in enterprise Java applications.
Java
1
star
36

aws-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.
Java
1
star
37

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.
1
star
38

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).
Java
1
star
39

image-service

Spring boot microservice
Java
1
star
40

spring-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.
Java
1
star
41

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.
Java
1
star
42

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."
1
star
43

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.
Java
1
star
44

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 Minnesota
1
star
45

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.
Java
1
star
46

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.
Java
1
star
47

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.
1
star
48

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.
Java
1
star
49

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.
Java
1
star
50

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.
Java
1
star
51

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.
1
star
52

github.prottonne.net

0
star