Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.98 KB

File metadata and controls

64 lines (40 loc) · 1.98 KB

Code Examples Repository

Introduction

Welcome to the Code Examples Repository! This repository contains a collection of code samples across various programming languages and topics, designed to showcase our capabilities to potential clients. The examples are organized to demonstrate specific technologies and their practical applications.

Table of Contents

Examples

Node.js

A whole NestJS module with entities,UWebsocketAdapter and gateway(Redis used as a transport).

React Native

A React Native example demonstrating iOS Live Activity implementation, showcasing real-time updates and dynamic island support on iOS devices.

How to Extend

  1. Create a new folder for code samples you want to add respecting existing hierarchical structure.
  2. Add a new entry to Examples section using a template below with a brief description of the new code samples.
  3. Add a new entry to the Table of Contents section with a link to the new code samples.
### TechnologyName

#### [TopicName](path/to/folder)

Some description here. This is a template for a code samples folder with multiple interconnected files.

#### [OtherTopicName](path/to/other/folder)

Some description here. This is a template for a code samples folder with multiple interconnected files.

#### AnotherTopicName

Optional description here.

##### [SampleName](path/to/file.extenstion)

Some description here. This is a template for a single code sample file.

#### [OtherSampleName](path/to/other/file.extenstion)

Some description here. This is a template for a single code sample file.