Systems | Development | Analytics | API | Testing

How to Handle the Unsupported Class Version Runtime Error in Java

Runtime errors occur when a program is being executed and, in the case of compiled languages, after the program has been successfully compiled. Runtime errors are, therefore, harder to detect and prevent than compile-time errors . This allows for a certain category of errors to be captured and dealt with before the program effectively starts.

Open Source API Gateway Roundup

API-first companies rely on a broad suite of services to build their APIs and generate value for their customers. Multiple teams may develop APIs using different technologies. Through processes and tools, you want those APIs to be consistent with your API consumers (whether internal or external). One tool companies employ to bring multiple APIs together is an API gateway.

ForePaas - A Unified AI Platform built on Snowflake

In today's episode, Daniel Myers from Snowflake interviews Paul Sinai, CEO and Founder of ForePaas; a fully automated AI orchestration platform delivered as a service and built on Snowflake. Powered by Snowflake is a series where we interview technology leaders who are building businesses and applications on top of Snowflake.

Sentiment Analysis with ThoughtSpot and Snowflake

Any organization with an online presence can unleash a treasure trove of valuable insights with text-based sentiment analytics. But getting to those insights with a traditional data stack can prove daunting, if not impossible. By combing Live Analytics from ThoughtSpot with text data in Snowflake and the ability to execute custom analytics code with Snowflake Snowpark, sentiment analysis is just a live query away.

Interview with Machine Learning Engineer Semih Cantürk

In the latest instalment of our interviews speaking to leaders throughout the world of tech, we’ve welcomed Semih Cantürk. Semih is a Machine Learning Engineer at Zetane Systems and an MSc & incoming PhD student at the University of Montréal and MILA Institute. At Zetane, he’s responsible for the development and integration of explainable AI algorithms in addition to leading various project work.

How to Deploy ASP.NET Core to IIS & How ASP.NET Core Hosting Works

Previously, we discussed the differences between Kestrel vs IIS. In this article, we will review how to deploy an ASP.NET Core application to IIS. Deploying an ASP.NET Core app to IIS isn’t complicated. However, ASP.NET Core hosting is different compared to hosting with ASP.NET, because ASP.NET Core uses different configurations. You may read more about ASP.NET Core in this entry. On the other hand, IIS is a web server that runs on the ASP.NET platform within the Windows OS.