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

https://github.com/ryanwi/til

Today I Learned
https://github.com/ryanwi/til

til

Last synced: 4 months ago
JSON representation

Today I Learned

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)