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.
- Introduction
- Table of Contents
- Examples
- Node.js
- [React/Next.Js](React-Next Js/FE.md)
- React Native
- How to Extend
A whole NestJS module with entities,UWebsocketAdapter and gateway(Redis used as a transport).
A React Native example demonstrating iOS Live Activity implementation, showcasing real-time updates and dynamic island support on iOS devices.
- Create a new folder for code samples you want to add respecting existing hierarchical structure.
- Add a new entry to Examples section using a template below with a brief description of the new code samples.
- 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.