[FREE] Java Programming Tutorials for beginners

Status
This thread has been locked.

GyuriX

••► The Developer ◄••
Supreme
Feedback score
8
Posts
66
Reactions
46
Resources
0
Latest episode (#13):
Learn 10 important file management tactics in Java RIGHT NOW


What You get for FREE


I am currently preparing a new completely FREE Java programming tutorials series for You.

You can find the playlist of all the episodes here:







There are some very important things what You can do to help me significantly in growing my channel for completely free:

1.
Share the link to the playlist with all of your friends / schoolmates / colleges / any groups related to programming / software development
2. Subscribe and click to the bell, if you did not do it yet
3. Make sure you liked all my already uploaded episodes
4. Comment under the last episode about the topics you are mainly interested about, and which I should cover in the next episodes
5. Like your own and also other peoples comments
6. Translate the subtitles of my videos to the languages you can speak fluently


I do read and answer every comment you write under this post as well as the ones you write under my videos, and that's the only way to get help from me for free. Every other option, like private messages, 1 on 1 mentoring is always paid only, because my time is very valuable.




Portfolio & Contact details

Github page: https://github.com/gyurix
Spigot plugins: https://www.spigotmc.org/resources/authors/gyurix.15971/
Android game: https://play.google.com/store/apps/details?id=gyurix.icicles.android



In case You are interested in private software development related work and / or 1 on 1 lessons, feel free to contact me.

Skype: gyurixdev
Discord: gyuriX#8413
Email: [email protected]

Please keep in mind, that my time is very limited and valuable, so only contact me if you have serious interest about my services and can afford them.

My usual respond time is between 2-48 hours.

When you message me, make sure to include the hourly rate / budget for the project you can offer and the potential of projects I will get from you after I finish the first one, so I could properly prioritize all the requests. Of course I always prefer the longest term and the highest paid partnerships.

Watch out for impersonators!
Anyone claiming for being me and not contacting you from one of the communication channels above is 100% definitely an impersonator, who is trying to SCAM you. Make sure to always report and block such people immediately.

Unfortunately such people will always exist and that's the only thing what we can do against them.
 
Last edited:

YoloSanta

Bot & Plugin Developer
Supreme
Feedback score
18
Posts
885
Reactions
374
Resources
0
I'll check out the videos later on, but vouch for any users helping out the community !
 

King Dynasty

Feedback score
1
Posts
41
Reactions
20
Resources
0
I'd personally like a tutorial series as the tutorials out there now are outdated and as Yolo already said, anyone who is helping the community gets a vouch from me aswell.
 

GyuriX

••► The Developer ◄••
Supreme
Feedback score
8
Posts
66
Reactions
46
Resources
0
I'll check out the videos later on, but vouch for any users helping out the community !

I'd personally like a tutorial series as the tutorials out there now are outdated and as Yolo already said, anyone who is helping the community gets a vouch from me aswell.

I am glad to hear you are interested about it. If you have any questions or are looking to get information about a specific topic, leave a comment to the last episodes description ;)
 

ItsHoney

Premium
Feedback score
8
Posts
189
Reactions
35
Resources
0
Good idea, but I'd honestly recommend covering harder topics first because usually youtubers lost motivation before they cover that part, and since so many people learn from youtube here, we see bad practise everywhere. Harder topics include stuff like inheriting, encapsulation, OOP, interface etc.
 

GyuriX

••► The Developer ◄••
Supreme
Feedback score
8
Posts
66
Reactions
46
Resources
0
I would love it if you would make a video about OOP and how it works, and how to avoid statics etc as it is a hard subject for me and some others as well.
As you can see I have mentioned the basics of these in the videos, but as times go on if you keep watching all of the new episodes, you will completely understand it.
 

Killstreak702

Premium
Feedback score
1
Posts
227
Reactions
105
Resources
0
You should really use proper naming conventions if you're going to attempt people how to learn Java. Looks like you're using Python's naming conventions
 

Intellerino

Premium
Feedback score
-1
Posts
34
Reactions
10
Resources
0
I'll definitely check this out, vouch for this person who wants to help out the java community and small devs who want to learn more (like me). Keep up the good work!
 

GyuriX

••► The Developer ◄••
Supreme
Feedback score
8
Posts
66
Reactions
46
Resources
0
You should really use proper naming conventions if you're going to attempt people how to learn Java. Looks like you're using Python's naming conventions

What do you mean exactly? Which naming convention was incorrect in my video?
 

Clyde

Premium
Feedback score
44
Posts
1,579
Reactions
1,220
Resources
0
What do you mean exactly? Which naming convention was incorrect in my video?
Packages can contain a numeric character, but not class names.

In this case you used "Lesson1" which is not proper.

You could do "FirstLesson" as a more proper name for a class.

What you could do though is this (I'll use my packaging as an example):
net.toonbasic.lesson1.LessonOne
or
net.toonbasic.lesson1.FirstLesson

Are those the best ways to name something? No. Is it more proper in following the rules of Java naming conventions? Yes.
 

GyuriX

••► The Developer ◄••
Supreme
Feedback score
8
Posts
66
Reactions
46
Resources
0
Not bad but I’d get rid of the “UFO spotted” video mic you have going.
Kind of hard to hear.
Watch the latest episode, is the sound quality better there? :)[DOUBLEPOST=1553956308][/DOUBLEPOST]This one:
 
Last edited:

Dylan

You can't say pop and forget the smoke
Supreme
Feedback score
0
Posts
400
Reactions
51
Resources
0
Vouch for doing good in plugin development with updated tutorials.
 

GyuriX

••► The Developer ◄••
Supreme
Feedback score
8
Posts
66
Reactions
46
Resources
0
Homeworks solved :)

It's important to watch the previous episodes first and try to solve them alone, before watching this one :)

 
Status
This thread has been locked.
Top