Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
deepaksood619 committed Dec 20, 2024
1 parent f2dfc93 commit 7ca1df3
Show file tree
Hide file tree
Showing 8 changed files with 137 additions and 14 deletions.
1 change: 1 addition & 0 deletions docs/about-deepak-sood/ideas/startups-ideas-saas.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,3 +310,4 @@ Lawyer / law - central knowledge base and marketplace
- [The Grid](../../book-summaries/the-grid)
- [Top 100 Startup Ideas from Top 100 Entrepreneurs/VCs/Hackers! - YouTube](https://www.youtube.com/watch?v=XiXLti_Y_is&ab_channel=Breakdown)
- [9 startups that stood out on YC Demo Day 2 | TechCrunch](https://techcrunch.com/2024/09/26/9-startups-that-stood-out-on-yc-demo-day-2/)
- [Texts](https://texts.com/)
11 changes: 11 additions & 0 deletions docs/about-deepak-sood/meetups-talks-sessions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Meetups / Talks / Sessions

### Podcast - Stream Processing using Kafka and Flink (20 December 2024)

- Transcript - [Podcast - Stream Processing using Kafka and Flink](about-deepak-sood/projects/43-podcast-stream-processing-using-kafka-and-flink.md)
- Raw Recording - [Raw Recording - Podcast - Stream Processing using Kafka and Flink](https://drive.google.com/file/d/1FLiWYSlUP3oHc954fuVVYxAmQKv35pZz/view?usp=drive_link)

### Kong in Action: Simplifying API Management for Modern Applications - Kong (14 December 2024)

Introduction to Kong as an API gateway, key features, and benefits.
Expand Down Expand Up @@ -273,3 +278,9 @@ https://www.slideshare.net/deepaksood566/how-to-empower-a-platform-with-a-data-p
### Webinar on Career Guidance at SSTC (27 June 2020)

https://www.slideshare.net/deepaksood566/computer-science-career-guidance

## Finding Meetups

- [Commudle - Connect & Learn With Software Developers](https://www.commudle.com/)
- [meetup.com](https://www.meetup.com/)
- [10 Alternatives to meetup 2024. In the realm of event organisation and… | by Sean Preusse | Medium](https://medium.com/@sppreus/10-alternatives-to-meetup-2024-07150b877bb0)

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/about-deepak-sood/projects/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- [RAG Presentation](about-deepak-sood/projects/48-rag-genai-presentation.md)
- [Opstree Standard Proposal Format](about-deepak-sood/projects/71-opstree-standard-proposal-format.md)
- [Podcast - Streamlining Cloud Migration Through Data Engineering](about-deepak-sood/projects/46-podcast-streamlining-cloud-migration-through-data-engineering.md)
- [Podcast - Stream Processing using Kafka and Flink](about-deepak-sood/projects/43-podcast-stream-processing-using-kafka-and-flink.md)

#### Case Studies

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,6 @@ https://github.com/git-game/git-game

https://github.com/deepaksood619/GitGames

## SQL Games

- https://mystery.knightlab.com
- https://selectstarsql.com
- https://www.hackerrank.com/domains/sql
- https://www.w3schools.com/sql/trysql.asp?filename=trysql_asc
- https://www.w3schools.com/mysql/trymysql.asp?filename=trysql_select_where_and_or
- https://use-the-index-luke.com/3-minute-test/mysql
- Terraria

## Assessments

- https://www.bigshyft.com/assessments/rd9pl
Expand Down
12 changes: 8 additions & 4 deletions docs/languages/sql/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,17 @@ https://launchbylunch.com/posts/2014/Feb/16/sql-naming-conventions

## References

### Games
### SQL Games

- [Solve SQL | HackerRank](https://www.hackerrank.com/domains/sql)
- https://mystery.knightlab.com
- https://selectstarsql.com
- https://littlekendra.com/course-category/sqlchallenges
- https://github.com/WebDevSimplified/Learn-SQL
- [Oops!](https://littlekendra.com/course-category/sqlchallenges)
- https://www.hackerrank.com/domains/sql
- https://www.w3schools.com/sql/trysql.asp?filename=trysql_asc
- https://www.w3schools.com/mysql/trymysql.asp?filename=trysql_select_where_and_or
- https://use-the-index-luke.com/3-minute-test/mysql
- Terraria
- [GitHub - WebDevSimplified/Learn-SQL: Exercises for beginners to learn SQL](https://github.com/WebDevSimplified/Learn-SQL)
- [SQuizL - Guess the SQL Statement](https://devgym.oracle.com/pls/apex/f?p=10001:4242::::4242::)

### Others
Expand Down
2 changes: 2 additions & 0 deletions docs/networking/protocols/video-live-streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ ffmpeg (fast forward motion pictures expert group) for streaming videos over rtp
### Commands

```bash
brew install ffmpeg

ffmpeg -i demo.mp4 -v 0 -vcodec mpeg4 -f mpegts udp://192.168.1.119:1234

ffplay udp://192.168.1.119:1234
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Always tell stories, most visual stories are the best, and simple
- [online recording studio](https://riverside.fm/)
- Zoom it
- https://github.com/hakimel/reveal.js
- [Speech calculator: how long does your speech take? – Debatrix International](https://debatrix.com/en/speech-calculator/)

## Presentation Tools

Expand Down

0 comments on commit 7ca1df3

Please sign in to comment.