AmigosCode - Java Master Class

AmigosCode - Java Master Class

Register & Get access to index

Satoru Gojo

Well-known member
Moderator
Uploader
Jun 6, 2022
2,286
429,122
82
Satoru Gojo submitted a new resource:

AmigosCode - Java Master Class - Java Bootcamp curriculum to help you become a Java Software Engineer 📈

cover.png
Java Bootcamp curriculum to help you become a Java Software Engineer 📈


Hey Amigos 🙋🏽‍♂️

Welcome to Amigoscode's most comprehensive Java course! It includes everything you need to gain a complete understanding of Java, code well and build your own applications.

Earlier this year, I taught a Java Bootcamp in London for over a year. Then an idea struck me: why not bring all this value to Amigoscode's...

Read more about this resource...
 

trides_33

New member
TutFlixer
Jan 10, 2021
14
15
3
Argentina
How did you backed it up? Have you tried opening it in a website and seeing if it would work, with all the links clicked? Reason I'm asking it is a react-based SPA app, downloads js files dynamically while running, you probably need at least a static webserver to serve the files (jwebserver in java or python -m http.server is probably fine), etc.

Also grabbing all the files needs browser-based scraping tool. I am sure one could whip together something in puppeteer or playwright or something.

Anyway just upload to zippyshare or rapidshare.nu and share the link in a spoiler - hidden link.
I did it with site sucker, its fully functional. You have to open index.html inside the docs folder.
View hidden content is available for registered users!
 

naijatask

Member
TutFlixer
Jun 15, 2021
173
175
27
Canada
How did you backed it up? Have you tried opening it in a website and seeing if it would work, with all the links clicked? Reason I'm asking it is a react-based SPA app, downloads js files dynamically while running, you probably need at least a static webserver to serve the files (jwebserver in java or python -m http.server is probably fine), etc.

Also grabbing all the files needs browser-based scraping tool. I am sure one could whip together something in puppeteer or playwright or something.

Anyway just upload to zippyshare or rapidshare.nu and share the link in a spoiler - hidden link.
Good day bro, think you can help me out on this thread please?
 

euskov

New member
TutFlixer
Jul 23, 2022
1
5
3
Latvija
For your attention slightly fixed variant of Windows version of textbook offline backup. I cleaned start page from dead link and renamed to StartHere.html
Since I cannot post a link I put it as text (protocol prefix https:// omitted)
www104.zippyshare.com/v/IheGDKsw/file.html
 
Last edited:

dikk

Well-known member
TutFlixer
Sep 8, 2020
826
7,120
52
eu
For your attention slightly fixed variant of Windows version of textbook offline backup. I cleaned start page from dead link and renamed to StartHere.html
Since I cannot post a link I put it as text (protocol prefix https:// omitted)
www104.zippyshare.com/v/IheGDKsw/file.html
Nice. Did it too for myself, with a simple location.reload script call. Just have this in the main index.html:
[CODE title="replace main index.html with this"]<!doctype html>
<html>
<head></head>
<script>
location.replace(location.href+'/../docs/index.html')
</script>
</body>
</html>[/CODE]
 
  • Like
Reactions: Pubteq

manuce

Active member
TutFlixer
Jul 13, 2021
280
265
37
usa
For your attention slightly fixed variant of Windows version of textbook offline backup. I cleaned start page from dead link and renamed to StartHere.html
Since I cannot post a link I put it as text (protocol prefix https:// omitted)
www104.zippyshare.com/v/IheGDKsw/file.html
This link is working and book is working perfectly through this link so use this one! thanks uploader for this
 
  • Like
Reactions: SatishC16

Latest resources