ylliX - Online Advertising Network

How To Setup Proxy Server On Windows PC

In this article, we will show you how to set up a proxy server on your Windows computer. Before we dive into the instructions, I recommend you read more about the following topics. What Is A Proxy Server? A proxy server acts as a bridge between the internet and your device. Any data passed through […]

Deploy CoreML Models on the Server with Vapor

Recently, at Sovrn, we had an AI Hackathon where we were encouraged to experiment with anything related to machine learning. The Hackathon yielded some fantastic projects from across the company. Everything from SQL query generators to chatbots that can answer questions about our products and other incredible work. I thought this would be a great […]

Kotless, a Nice Surprise

The Kotless Serverless Framework provides desired functionality for the Kotlin ecosystem. A couple months ago I wrote an article about an idea for Kotlin “Server-less” Functions. Unbeknownst to me, JetBrains was working on a similar project called Kotless. While not precisely what I had envisioned, this project does seem promising. For more information about Kotless, […]

Kotlin “Server-less” Functions

A concept about single focus server functions written in Kotlin. Recently I found the need to create a Server-less Function for a project and was disappointed in both the lack of Kotlin options and the tightly-coupled, framework-specific code necessary to implement one. This lead me to ponder about how a Server-less Function could be implemented […]