Basic concepts of web applications, how they work and the HTTP protocol
Basic concepts of web applications :
As soon as I began learning to programme in college, I was introduced into FORTRAN 93. Back then, creating a FORTRAN app to solve quadratic equations using the almighty formula proved to be a cool huge deal (really we were writing the code in the textbook using our Plato IDE:naive: ). The experience was an eye-opener to my curious mind; if it dawned on me the huge possibilities of everything I could do. I am able to change the world! (particularly being able to perform cool pieces of stuff I had seen in films ). All my programs are confined to working on computers.
Fast forward to 2017, a lot of things has changed. Most programs now run on platforms. A pivot is demanded! Although I had learned #Java programming, I made an educational program for a desktop platform which won a local award, and even had developed calculator programs with varying complexities; something appears to still be missing. I don’t develop websites! I’m discombobulated by terms like a host, server, internet program, templates, content management systems, etc..
HTTP protocol
HTTP means HyperText Transfer Protocol. HTTP is the underlying protocol and this also protocol defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands.