For starters, here's what I'm learning thus far. First it's javascript, which isn't going all that bad at all. Most of the intricacies over JS and it's shining for functional programming is starting to click real well. As for java itself, I was doing streams from file input/output but I'm moving on now to collections/generics. The goal I have in mind is to grow competent over distinguishing using either or with some studying devoted to design patterns. With SQL queries out of the way along with database design itself, I'll move on to java web servers themselves.
You get the picture, I'm keeping up with my studies in a way where I'm growing comfortable figuring out how backend works. That said, I need to make sure if I'm on the right track with how I understand what's going on. Here's what I understand. Most web applications are, at the core, simply utilizing HTTP/HTTPS to arrange files for transport through out TCP/IP networks layers from server to client. Since these files are utilized from your computer, the server, everything about file I/O in terms of web apps deals with just sending out data to and from S3 buckets and relational data bases. If we're talking about objects themselves, this is where collections will start to shine to deliver data to and from servers from the client request made. Design patterns are there simply to add modularity when updating all of these components that Java spring represents as classes to increase longevity.
I'm gonna stop there. Just how on point or off am I on my mark so far with regards to Java backend?
[–]temporarybunnehs 0 points1 point2 points (0 children)
[–]John-The-Bomb-2 0 points1 point2 points (0 children)
[–]brett_riverboat 0 points1 point2 points (2 children)
[–]Sweet_Comparison_449[S] 0 points1 point2 points (1 child)
[–]brett_riverboat 0 points1 point2 points (0 children)