An open API service indexing awesome lists of open source software.

https://github.com/faanid/dev-presentations

This repository contains a collection of presentations, code examples, and resoures used in technical talks. Topics covered include modern web development tools, frameworks, and techniques.🐱‍👤✨
https://github.com/faanid/dev-presentations

Last synced: 5 months ago
JSON representation

This repository contains a collection of presentations, code examples, and resoures used in technical talks. Topics covered include modern web development tools, frameworks, and techniques.🐱‍👤✨

Awesome Lists containing this project

README

          

**What is this repository?**
A curated collection of technical presentations, code examples, and resources for web development topics like React, TypeScript.

---

# Table of Contents
1. [Introduction](#introduction)
2. [Topics Covered](#topics-covered)
3. [Getting Started](#getting-started)
4. [Presentations and Resources](#presentations-and-resources)
5. [Contributing](#contributing)
6. [License](#license)

---

## Introduction
Welcome to the **Dev Presentations** repository! This repository is designed to be a centralized resource for developers, covering various topics in modern web development. Whether you're a beginner or an experienced developer, you'll find useful examples and presentations here.

---

## Topics Covered
- **React and TypeScript** - Understanding type safety and best practices in React applications.
- **SWR (React Hooks for Data Fetching)** - Efficient data fetching and caching strategies.
- **Modern Web Development Tools** - Frameworks and libraries to streamline development.
- **Practical Coding Examples** - Hands-on examples to reinforce learning.

---

## Getting Started
### Clone the Repository
```bash
git clone https://github.com/username/repository-name.git
cd repository-name
```

### Run Examples
Refer to individual topic folders for specific instructions.

---

## Presentations and Resources
### 1.ReactTypes in TypeScript
- **Slides:** [React with TypeScript](./docs/topics/react_types_guide.md)
- **Code Examples:** [React TS Examples](./docs/example/React_Profiler.js)

### 2. SWR
- **Slides:** [SWR Presentation](./docs/topics/swr_guide_documentation.md)
- **Code Examples:** [SWR Examples](./examples/OptimisticUI_SWR.js)

### 3. Heap and Stack Memory
- **Slides:** [Heap and Stack Memory Presentation](./docs/topics/heap_stack_memory.md)

---

## Contributing
We welcome contributions! Feel free to open issues, submit pull requests, or suggest new topics. Please follow our [Contribution Guidelines](CONTRIBUTING.md).

---

## License
This repository is licensed under the [MIT License](LICENSE). Feel free to use and share the content with proper attribution.