Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zelechos/pragmatic_java
Repositorio de Java para explicar, aprender, estudiar desde los conceptos mas simples a los mas complicados
https://github.com/zelechos/pragmatic_java
annotations java javaee javase modern-java oop sockets testing
Last synced: 4 months ago
JSON representation
Repositorio de Java para explicar, aprender, estudiar desde los conceptos mas simples a los mas complicados
- Host: GitHub
- URL: https://github.com/zelechos/pragmatic_java
- Owner: Zelechos
- Created: 2020-10-22T04:59:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T22:08:44.000Z (6 months ago)
- Last Synced: 2024-09-30T14:04:30.555Z (4 months ago)
- Topics: annotations, java, javaee, javase, modern-java, oop, sockets, testing
- Language: Java
- Homepage: https://www.youtube.com/watch?v=Z8zAKYLZBqc#t=83m54s
- Size: 142 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome Pragmatic_Java [[v0.2.4]](https://github.com/Zelechos/Pragmatic_Java/releases/tag/v0.2.4) !!!
## Main folders
+ ### [Algorithms](https://github.com/Zelechos/Pragmatic_Java/tree/master/Algorithms)
- Description : is a folder that contains exercises and algorithms injava code+ ### [Annotations](https://github.com/Zelechos/Pragmatic_Java/tree/master/Annotations)
- Description : is a folder that contains Java code that applies different techniques and examples to make annotations in Java
+ ### [Basics](https://github.com/Zelechos/Pragmatic_Java/tree/master/Basics)
- Description : is a folder that contains exercises and basic java code+ ### [Collections](https://github.com/Zelechos/Pragmatic_Java/tree/master/Collections)
- Description : is a folder containing Java code using Collections has various examples and exercises
+ ### [Files](https://github.com/Zelechos/Pragmatic_Java/tree/master/Files)
- Description : is a folder that contains Java code that is used for managing, creating and deleting files+ ### [POO](https://github.com/Zelechos/Pragmatic_Java/tree/master/POO)
- Description : is a folder that contains Java code with many exercises using the object-oriented programming paradigm (OOP).+ ### [RMI](https://github.com/Zelechos/Pragmatic_Java/tree/master/RMI)
- Description : is a folder that contains Java code applying the RMI mechanism with exercises and example code+ ### [Sockets](https://github.com/Zelechos/Pragmatic_Java/tree/master/Sockets)
- Description : is a folder that contains Java code applying UDP and TCP sockets with different examples and exercises+ ### [Testing](https://github.com/Zelechos/Pragmatic_Java/tree/master/Testing)
- Description : is a folder that contains Java code that applies different techniques to make tests in Java such as Junit, Mockito, Selenium, TDD and more