The three languages of front-end
A web page is made up by the web browser interpreting three languages: html, css and javascript.Each language has its purpose in the rendering a web page. The html acts like a noun, css takes a role of adjective and javascript can be considered as verb. Nouns. A paragraph tag. <p></p> Adjectives. Paragraph text is …. Read More
Dynamic Website anatomy
A dynamic website renders the information displayed in a web page at the time of request from a web browser. There is a triangle of interactions between the following three categories of servers: the web server, the application services servers and the application databases. The application services are programmed with programming languages like Python, Node, …. Read More