https://github.com/ryanwi/til
Today I Learned
https://github.com/ryanwi/til
til
Last synced: 4 months ago
JSON representation
Today I Learned
- Host: GitHub
- URL: https://github.com/ryanwi/til
- Owner: ryanwi
- Created: 2021-09-20T21:34:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T00:36:29.000Z (almost 4 years ago)
- Last Synced: 2025-10-04T16:36:09.134Z (8 months ago)
- Topics: til
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# til
Today I Learned
> A collection of concise write-ups on small things I learn day to day across a variety of languages and technologies.
inspired by [jbranchaud/til](https://github.com/jbranchaud/til) and [simonw/til](https://github.com/simonw/til)
## telecom
* [What is CPaaS?](https://github.com/ryanwi/til/blob/main/telecom/what-is-CPaaS.md)
* [What is PSTN?](https://github.com/ryanwi/til/blob/main/telecom/what-is-PSTN.md)
* [What is SIP?](https://github.com/ryanwi/til/blob/main/telecom/what-is-SIP.md)
* [What is E.164?](https://github.com/ryanwi/til/blob/main/telecom/what-is-e-164.md)
* [What is Kamailio?](https://github.com/ryanwi/til/blob/main/telecom/what-is-kamailio.md)
* [What is FreeSWITCH?](https://github.com/ryanwi/til/blob/main/telecom/what-is-freeswitch.md)
* [What is RTP?](https://github.com/ryanwi/til/blob/main/telecom/what-is-RTP.md)
* [What is SRT?](https://github.com/ryanwi/til/blob/main/telecom/what-is-SRT.md)
* [What is STIR/SHAKEN?](https://github.com/ryanwi/til/blob/main/telecom/what-is-STIR-SHAKEN.md)
## WebRTC
* [What is ICE?](https://github.com/ryanwi/til/blob/main/webrtc/what-is-ICE.md)
* [What is SDP?](https://github.com/ryanwi/til/blob/main/webrtc/what-is-SDP.md)
* [What is a SFU (Selective Forwarding Unit?)](https://github.com/ryanwi/til/blob/main/webrtc/what-is-selective-forwarding-unit.md)
* [What is STUN?](https://github.com/ryanwi/til/blob/main/webrtc/what-is-STUN.md)
* [What is TURN?](https://github.com/ryanwi/til/blob/main/webrtc/what-is-TURN.md)
* [What is WHIP?](https://github.com/ryanwi/til/blob/main/webrtc/what-is-WHIP.md)
## postgresql
* [What is PgBouncer?](https://github.com/ryanwi/til/blob/main/postgresql/what-is-pgbouncer.md)
## Ruby
## Rails
## Docker
## git
* [Conditional Includes](https://github.com/ryanwi/til/blob/main/git/conditional-includes.md)
## chrome
* [Creating a Chrome app for a site](https://github.com/ryanwi/til/blob/main/chrome/creating-chrome-app.md)