profile-img
millo

Categories

전체 보기
nodejswebrtcnetworkjavascriptdockerreactnativegoopensourcetypescriptnginxgatsbyraspberrypipythonandroidstartup
small-profile-img
millo
small-profile-img
millo
profile-img
millo

Categories

전체 보기
nodejswebrtcnetworkjavascriptdockerreactnativegoopensourcetypescriptnginxgatsbyraspberrypipythonandroidstartup
[React Native] Solving realm one-to-many relationship issue

[React Native] Solving realm one-to-many relationship issue

Let's find out about one-to-many relationship of real local db in the react native app.

Fri May 26 2023
Last edited at Thu Dec 07 2023
[React Native] Install @react-native-firebase (solve pod install issue)

[React Native] Install @react-native-firebase (solve pod install issue)

Solving react-native-firebase pod install issue.

Thu May 25 2023
[Android] Runs with Debug version, but fails with Release version

[Android] Runs with Debug version, but fails with Release version

Occasionally, when testing Android in debug mode, it runs, but fails when it is released. Let's find out why.

Thu Jul 29 2021
[React Native] Troubleshooting ld: symbol(s) not found for architecture x86_64

[React Native] Troubleshooting ld: symbol(s) not found for architecture x86_64

Let's find out how to resolve the error ld: symbol(s) not found for architecture x86_64 when running react native ios.

Thu Jul 29 2021
[Node.js] Use express

[Node.js] Use express

Let's implement the server using express.js in nodejs.

Sun Mar 21 2021
[Python] Implementing TCP image socket(Server, Client)

[Python] Implementing TCP image socket(Server, Client)

Let's implement image sending and receiving using TCP socket in python.

Sun Mar 21 2021
[Python] Manage simple Anaconda virtual environments기

[Python] Manage simple Anaconda virtual environments기

Let's learn about the Anaconda virtual environment management command that makes python development easier.

Sun Mar 21 2021
Install Opencv 4 on Raspberry Pi 4

Install Opencv 4 on Raspberry Pi 4

Let's install Opencv 4 on Raspberry pi 4

Sun Mar 21 2021
[Go] Using Struct as Class

[Go] Using Struct as Class

Let's use Go's struct like class of an object-oriented language.

Sat Mar 13 2021
[Docker] Jenkins in Docker(Ubuntu18.04)

[Docker] Jenkins in Docker(Ubuntu18.04)

Let's make Jenkins docker with Docker in Docker and create a CI/CD environment.

Sat Mar 13 2021
[JavaScript] Get out of Callback hell

[JavaScript] Get out of Callback hell

Let's use promise and async/await to get out of JavaScript Callback hell.

Fri Mar 05 2021
[Docker] Synchronize docker-compose (node.js, mysql) execution order

[Docker] Synchronize docker-compose (node.js, mysql) execution order

In docker-compose, use dockerize to synchronize the run order of node.js and mysql.

Fri Mar 05 2021
WebRTC Performance Comparison (P2P vs SFU)

WebRTC Performance Comparison (P2P vs SFU)

Let's compare 1:NP2P vs SFU performance based on WebRTC's theory.

Fri Mar 05 2021
Implementing WebRTC using ReactJS and Typescript (1:N SFU)

Implementing WebRTC using ReactJS and Typescript (1:N SFU)

Based on the theory of WebRTC, let's implement 1:N SFU real-time video transmission.

Fri Mar 05 2021
Implementing WebRTC using ReactJS and Typescript (1:N P2P)

Implementing WebRTC using ReactJS and Typescript (1:N P2P)

Based on the theory of WebRTC, let's implement 1:N P2P real-time video transmission.

Fri Mar 05 2021
[Network] Differences between URI and URL

[Network] Differences between URI and URL

What's the difference between a URL and a URI? Let's find out when and what to use.

Wed Mar 03 2021
[Typescript] mongoose methods, statics

[Typescript] mongoose methods, statics

Mongoose's methods and statics in a typescript environment.

Wed Mar 03 2021
[Gatsby] Troubleshooting document is not defined build error

[Gatsby] Troubleshooting document is not defined build error

Troubleshooting Gatsby document is not defined build error.

Sat Feb 27 2021
Implementing WebRTC using ReactJS and Typescript (1:1 P2P)

Implementing WebRTC using ReactJS and Typescript (1:1 P2P)

Based on the theory of WebRTC, let's implement 1:1 P2P real-time video transmission.

Fri Dec 25 2020
Last edited at Sat Dec 26 2020
WebRTC implementation method(Mesh, SFU, MCU)

WebRTC implementation method(Mesh, SFU, MCU)

Let's learn about the types of servers to implement WebRTC. (Mesh/P2P, SFU, MCU)

Thu Dec 24 2020
Last edited at Fri Dec 25 2020
About WebRTC

About WebRTC

Let's learn about ICE, SDP, STUN, TURN, and NAT in WebRTC.

Tue Dec 22 2020
Last edited at Tue Dec 22 2020