Published in Orion Innovation Turkey·May 4WebRTC in a Nutshell (Ep-III)NAT, ICE, STUN, TURN — In the previous article on WebRTC in a Nutshell, I tried to explain the fundamental communication concepts of WebRTC. This article will dive into network problems that we face in communication and solutions to those problems in WebRTC. IP Communication If you want to send a physical mail to someone, you will…Web RTC10 min read
Mar 3SOLID Principles4711Ece AyvazThanks for this great article. Sample codes are very good to understand such principles.Thanks for this great article. Sample codes are very good to understand such principles.1 min readThanks for this great article. Sample codes are very good to understand such principles.----
Published in Orion Innovation Turkey·Jan 25WebRTC in a Nutshell (Ep-II)RTP/RTCP, SDP & Offer-Answer Model — In the first article on WebRTC in a Nutshell series, I tried to explain what WebRTC is and why it is so popular. In this article, let’s begin to explore some fundamental concepts of WebRTC. Most of the tutorials I saw about WebRTC started to explain the fundamental APIs of…Web RTC8 min read
Published in Orion Innovation Turkey·Dec 13, 2021WebRTC in a Nutshell (Ep-I)Introduction to WebRTC — If you ever wonder about the term WebRTC and Google it, you most probably encountered a sentence similar to; WebRTC is an open-source project that allows you to add peer-to-peer real-time communication capabilities to your applications. First, this is a strong sentence and I would like to break it into…Web RTC4 min read
Published in Orion Innovation Turkey·Jul 29, 2021Xcode Workspace with multiple projectsIn simple projects you can easily organize files using groups. You just need to create groups and put your files in them as in the example below.Xcode6 min read
Published in Orion Innovation Turkey·May 4, 2020Clean Swift FundamentalsWhy don’t we just use MVC? Back in 5 years ago almost everyone using MVC (Model View Controller). It was so much popular that it is one of the first thing you will learn when you try to became an iOS developer. MVC is a good approach to develop an…Swift7 min read