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
- Host: GitHub
- URL: https://github.com/rluders/talks
- Owner: rluders
- License: apache-2.0
- Created: 2024-10-22T18:02:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-22T18:04:52.000Z (over 1 year ago)
- Last Synced: 2025-05-07T19:04:03.857Z (about 1 year ago)
- Language: Go
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.