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.🐱👤✨
- Host: GitHub
- URL: https://github.com/faanid/dev-presentations
- Owner: faanid
- License: mit
- Created: 2025-01-03T11:11:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T12:30:53.000Z (over 1 year ago)
- Last Synced: 2025-07-10T03:54:03.378Z (about 1 year ago)
- Homepage:
- Size: 1.28 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.