Tag - Java

Introducing to Function as a Service (FaaS)

You've probably heard of SaaS, PaaS, and IaaS, but have you ever heard of Function as a Service (FaaS)? The FaaS market is rapidly expanding. In 2018, the market was worth $3.01 billion, according to Allied Market Research. This figure is predicted to rise to $24 billion by 2026, implying a Compound Annual Growth Rate...

Data Engineer vs. Data Scientist

Data science jobs have been in great demand in recent years, with the Bureau of Labor Statistics expecting a 22% increase in job growth from 2020 to 2030—much faster than the typical growth of other occupations. This need shows no signs of decreasing as organizations continue to focus on generating, collecting, and analyzing big...

Redirect a user without creating browsing history

When writing web applications, it is sometimes desirable and/or necessary to redirect the user without creating history in the browser. This prevents the user from hitting the back button and ending up at a page. For example, when a form I have created submits to a JSP that processes the form and outputs status...