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

https://github.com/rluders/talks

Collection of talks, focusing on software engineering, Go, PHP, microservices, architecture, and more
https://github.com/rluders/talks

Last synced: about 1 year ago
JSON representation

Collection of talks, focusing on software engineering, Go, PHP, microservices, architecture, and more

Awesome Lists containing this project

README

          

# Ricardo Lüders' Talks

Welcome to my collection of talks, focusing on software engineering, Go, PHP, microservices, architecture, and more. All talks are designed to be displayed using [maaslalani/slides](https://github.com/maaslalani/slides), a terminal-based presentation tool for developers.

- **LinkedIn**: [linkedin.com/in/ricardoluders](https://www.linkedin.com/in/ricardoluders/)

## Talks

Each talk is stored in its own directory and covers various topics relevant to software development and architecture.

### How to View the Talks

To view any of the talks, follow these steps:

1. Install [maaslalani/slides](https://github.com/maaslalani/slides) if you haven't already:
```bash
go install github.com/maaslalani/slides@latest
```

2. Clone this repository:
```bash
git clone https://github.com/rluders/talks.git
cd talks
```

3. Run the talk from root repository:
```bash
slides /.md
```

## License

All talks in this repository are licensed under the Apache 2 License. Feel free to use, modify, and share them as needed.

> **Disclaimer**: Images and other resources may be under different licenses. Please refer to the respective talk folder for specific licensing information.