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 […]
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 […]
Mastodon is a free, open-source social networking service that is decentralized and distributed. It was created in 2016 as an alternative to centralized social media platforms such as Twitter and Facebook. One of the key features of Mastodon is the use of the WebFinger protocol, which allows users to discover and access information […]
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, […]
Header Photo by Icons8 Team on Unsplash Modularizing your Android projects can bring a number of different advantages to your team. Some of these include reduced build times, a greater separation of concerns and the ability to reuse components throughout our applications. As we started to get more and more modules in our projects, I […]
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 […]