Close

Tarantool database

Tarantool is an in-memory computing platform with a flexible data schema, best used for creating high-performance applications.

30 Ağustos Zafer Bayramı Ankara Korteji

30 Ağustos Zafer Bayramı, Ankara, Özgür Özkök

30 Ağustos Zafer Bayramı coşkuyla kutlanıyor. Ankara’ da Meclis Binası’ ndan Eski Meclis Binası’ na yapılan askeri kortej yoğun ilgi gördü.

Devamını Oku

Tarantool: The Fast, In-Memory Database

Tarantool: The Fast, In-Memory Database

Tarantool is an open-source, in-memory database that is used for high-performance applications. It is famous for web applications, real-time analytics, and gaming. What is Tarantool? Tarantool stands for Tarantool Adaptive Node RRealtimeObject Load Bаse. It is a key-value store that stores data in memory. This makes it very fast to […]

Devamını Oku

What Is JWT?

What Is JWT?

JWT stands for JSON Web Token. It is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of […]

Devamını Oku

PocketBase and JavaScript Integration: A General Overview

PocketBase and JavaScript Integration: A General Overview

Please note that the above code samples are hypothetical and are based on typical SDK patterns. You would need to refer to the official PocketBase documentation or their GitHub repository for exact code samples and detailed documentation.

Devamını Oku

Breaking the Chains: Embracing Serverless Patterns

what are the Serverless Patterns

Serverless Patterns refer to standard solutions to common problems when building and deploying applications using a Serverless architecture. Some common Serverless Patterns include: Pattern Description Event-Driven Processing Processing and triggering actions responding to specific events, such as an HTTP request or creating an object in a data store. Backend for […]

Devamını Oku

How To Align Your Company Culture Around Your Mission

How To Align Your Company Culture Around Your Mission

Creating a mission-driven culture for a company is crucial for success. A mission statement should be clear, concise, and relevant for years. The mission should be the company’s backbone and drive every decision, big or small. To establish a mission-driven culture, it is essential to bring in the right people […]

Devamını Oku

Foodology Raises US$17 Million to Expand its Cloud Kitchen Platform in Latin America

Foodology Raises US$17 Million to Expand its Cloud Kitchen Platform in Latin America

Foodology, a cloud-based Colombian cooking and virtual restaurant group, announced a US$17 million financing round on August 3, 2023. The round was led by Andreessen Horowitz (a16z) and Chimera, with participation from new investors such as 30N Ventures, a Chile-based VC focused on exceptional founders in emerging markets. The funding […]

Devamını Oku

Raft: A Consensus Algorithm for Distributed Systems

Raft: A Consensus Algorithm for Distributed Systems

A creative look at how Raft ensures that all nodes in a distributed system agree on the same state of the world. In distributed systems, all nodes must agree on the same state of the world. This is because if nodes disagree, it can lead to problems such as data […]

Devamını Oku

A Brief History of Non-Relational Databases

A Brief History of Non-Relational Databases

The term “NoSQL” was first used in 1998 by Carlo Strozzi to describe his lightweight, open-source relational database that did not use SQL. However, it wasn’t until the early 2000s that the term gained traction, as businesses started to realize the limitations of traditional relational databases when handling large amounts […]

Devamını Oku

NoSQL: A Revolution in Databases

NoSQL: A Revolution in Databases

NoSQL databases are a new breed of databases designed to be more flexible and scalable than traditional relational databases. They are often used for big data applications where the conventional relational model is not well-suited. What is NoSQL? The term “NoSQL” stands for “Not Only SQL.” It refers to a […]

Devamını Oku