When you are at GitHub, every subdirectory of this repo is a separate sample project that you can use if you have a similar project.
But when you are viewing this
right now as web page in jdevfullstack.github.io
domain,
you need to click View on GitHub
to download the
source codes.
Thanks!
Please note that some of these projects are presented as a showcase of my work during a specific period. They represent a snapshot of my skills and accomplishments at that time. As such, these projects are no longer actively maintained or updated. These repositories contain a disclaimer indicating that they are archived. They are kept public for demonstration purposes and may not reflect my current abilities or the latest best practices in the field.
However, feel free to learn from these archived projects, preserved as they were during that specific period!
-
Java has an excellent reputation in web development.
-
Java has a good User Interface library, the Swing and JavaFX, where you don't need to install external UI library for your programs.
-
Java has also an excellent reputation in network programming.
-
Java is excellent in modular programming through its
beans
. -
Reputable frameworks like Spring Boot and Spring are based on Java.
-
Object-Oriented Programming (OOP) is truly achieved in Java programming.
The C language is excellent in system programming. But Java is known for creating applications, particularly web apps.
But have you ever asked yourself what is OOP?
When a programmer is dealing with system programming, it is not much needed but when he/she is creating user applications, there is a great need for OOP.
In basic terms, think of this situation: if ever virtually you can treat the things that you are manipulating as real objects virtually, that will simplify your work, isn't it?
Say, you can treat exactly a 3D box as a 3D box. Your code will act upon as if it's an object. That's the essence of being an OOP language. If that box will be expressed using the C language purely, how would you do it? How would you manipulate data in terms of that? Surely, that will complicate things.
But again, OOP has its own uses, particularly when you are creating user applications like web apps.
https://github.com/jdevfullstack-tutorials/java-create-jar-exe-file
MIT - the permissive license