Close

f#

F# is a functional programming language that is based on the .NET platform. It is designed to be both functional and object-oriented. F# is used for various applications, including web development, data science, and financial trading.

What Is Functional Programming?

What Is Functional Programming?

Functional programming is a programming paradigm emphasizing writing programs as a series of independent, stateless functions operating on data structures. In available programming, data is treated as immutable, and parts are pure, meaning they always produce the same result for a given set of inputs and don’t cause side effects. […]

Devamını Oku

How DoorDash Built an Ensemble Learning Model for Time Series Forecasting

How DoorDash Built an Ensemble Learning Model for Time Series Forecasting

DoorDash needed a way to predict demand for food deliveries. DoorDash is a food delivery company that operates in over 4,000 cities across the United States. The company faces the challenge of predicting demand for food deliveries. This is a difficult task, as the order can vary depending on many […]

Devamını Oku

Conway’s Law and Microservices. A perfect match, or not?

Conway's Law and Microservices. A perfect match, or not?

Microservices have often been touted as the natural output of cross-functional teams, thus proving Conway’s Law: that software will reflect the people structures that created that software. Indeed, at Tesco, we’ve even applied the ‘reverse Conway’ maneuver and structured our organization to reflect the domain-based microservices we desired. Such an […]

Devamını Oku

Swagger API documentation tutorial for beginners. Intro to API documentation with Swagger

Swagger API documentation tutorial for beginners. Intro to API documentation with Swagger

What is Swagger? The goal of Swagger™ aims to define a standard, language-agnostic interface to REST APIs that allows humans and computers to discover and understand the service’s capabilities without access to source code, documentation, or through network traffic inspection. When properly defined via Swagger, a consumer can understand and […]

Devamını Oku