Close

elixir

Elixir is a functional programming language that is based on Erlang. It is designed to be fast, scalable, and fault-tolerant. Elixir is used for various applications, including web development, distributed systems, and real-time applications.

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

Deliveroo’s rapid Hop service to trial newspaper deliveries

Deliveroo’s rapid Hop service to trial newspaper deliveries

Deliveroo Hop is a new rapid grocery delivery service from delivery-only stores. It offers consumers a range of up to 2,000 items, including partner-branded and own-label products, such as Morrisons’ The Best’ range which includes award-winning wines, ready meals and snacks, and meat and fish from its Market Street counters. […]

Devamını Oku

Blockchain Simply Explained

Blockchain

How does blockchain work? It works with Blocks, where a spreadsheet works with “rows” and “columns.” A block in a blockchain is a collection of data. Blockchain is a distributed ledger, which means that a ledger is spread across the network among all peers in the network, and each peer holds a copy of the complete ledger.

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