WebRTC Server Explained

When you heard WebRTC Server – what does it really mean? There are 3 different types of WebRTC servers that you need to know about: signaling, NAT traversal and media server. 1. Signaling server 2. NAT traversal server 3. Media server FAQ Conclusion Note: Actually, there are the 4th type of server…

I feel so outdated

I remember the old days, when people usually ask “Are you using PHP or ASP.NET?”, when the most sophisticated technology at the frontend is jQuery, when we can deploy a website using Filezilla, or when Docker is not a common term yet … It’s just 6 or 7 years ago … Technology is moving so fast…

Using ESLint and Prettier with TypeScript

ESLint's large set of linting rules and the increased commitment to use ESLint by the TypeScript team makes ESLint a great tool for linting TypeScript projects.

Using Google Analytics with Next.js

There are lots of tutorials online that give you instructions on how to set up Google Analytics with Next.js project. But most of them require you to use , a library that basically wraps Google Analytics logic inside a React component. This is good, but I personally prefer a solution that: Does not…

Using Next.js ▲ with styled-components 💅 the easy way

When you need server-side rendering React app. Next.js is the best choice. And when it comes to styling react component first thing comes in my mind is styled-components. Although it depends on your preference. Let say you want to pair Next.js with styled-components. But use styled-components with…

Page 4 Of 12