I wonder why you stopped making videos.. This series was really great! You beautifully covered serialization/deserialization, tcp/ip, http , multithreading, logging and much more!
@SuperCoderFromScratch2 жыл бұрын
Honestly, lack of time. I had a child in the meanwhile, I changed house, covid came along and went away.... many things happened, and other priorities toke over. Will try to get back in the groove now
@aswinharidas46410 ай бұрын
@@SuperCoderFromScratch Please make more soon
@misterperfect230123 жыл бұрын
Great Content, Such clarity in teaching, waiting for more projects using plain java
@SuperCoderFromScratch2 жыл бұрын
Will upload soon
@22rw3 жыл бұрын
This tutorial is amazing, thank you so much for making them. It really helped me out!
@SuperCoderFromScratch3 жыл бұрын
Hey ! Thanks so much for the feedback!!!
@suazdee4 жыл бұрын
It's so amazing! Keep going like that. I subscribed
@SuperCoderFromScratch3 жыл бұрын
Thank you so much!!
@terrybennett8190 Жыл бұрын
Great series of videos, I was working through the responses depending on request parse all works ok apart from favicon - Do you have an example? Many thanks
@SuperCoderFromScratch Жыл бұрын
Thanks so much for the feedback. This is normal. The favicon request is automatically performed by the browser. When we get, if we ever do, to the part were we process the request, this will be fixed. As it is right now, we are replying to that request with the default html response, which is not what the browser is expecting, hence the errors.
@ripanjatt4 жыл бұрын
hey buddy ! can't wait for the next episode
@SuperCoderFromScratch4 жыл бұрын
Should be out by next week! Thanks so much!
@raybeastnotreipist9106Ай бұрын
By any chance you have any good resource like your series which goes over executors and thread pools to limit the number of threads(since doing it like this actually slows the server at some point)
@BrunaAraujoPinheiro3 жыл бұрын
Your videos are amazing, thank you so much for making them :)
@SuperCoderFromScratch3 жыл бұрын
Hey Bruna, My pleasure!
@pianissimo71213 жыл бұрын
i notice something in google chrome. when i type localhost:8080 without pressing enter, the console in the ide shows that it has already accepted the connection. is chrome sending requests while we are typing?
@SuperCoderFromScratch2 жыл бұрын
Very interesting, never noticed this.
@harishkanna6079 Жыл бұрын
I can see everytime you send the request once, the logs are generated twice. SHouldn't it print once for each request?
@xoxogamewolf75859 ай бұрын
Chrome makes several different types of requests for different data.
@SuperCoderFromScratch3 ай бұрын
Thanks for helping out!
@SuperCoderFromScratch3 ай бұрын
like @xoxogamewolf7585 said, chome sends multiple requests for multiple different things. I'm thinkin it was asking for the icon of the page for the tab.
@HappyTest-rr3jq7 ай бұрын
make an entire api/template from scratech like jdbc, JdbcTemplate highlighting the correct approach and industry standards
@SuperCoderFromScratch3 ай бұрын
Thanks for the feedback, I'll consider it for the next projects.
@ripanjatt4 жыл бұрын
i can't figure out how to send images that are in the html file
@SuperCoderFromScratch4 жыл бұрын
We'll get to it in no time! Next video on parsing the request to figure out what the browser is asking for, and then we'll see how to send all the files the browser is requesting!
@ripanjatt4 жыл бұрын
@@SuperCoderFromScratch im excited already ❗❗❗
@faithjacob1402 жыл бұрын
What is the name of the webroot??
@SuperCoderFromScratch2 жыл бұрын
Webroot is the folder where you website files exist on your hard drive
@manarshaar40503 жыл бұрын
Can you upload the source code pls?
@SuperCoderFromScratch3 жыл бұрын
Check my Github please. Link in the description of the video and also channel
@iTomKo2 жыл бұрын
please stop smashing the keyboard so hard man..
@SuperCoderFromScratch2 жыл бұрын
Thanks for the feedback, will try to improve in the next videos !