Server Docker Commands Use Case Docker Version CheckDocker Version Check DetailDocker InfoSearch Docker Image from Docker HubCheck acquired... 2020.07.26 Server
Java Java Stream Basic Stream Stream supports collection operations for Java. Collection codes become simple and easy to write. Basic... 2020.07.25 Java
iOS Swift Const file Const File Creating application, there are a lot of fix parameters. Of course, if this is only in file, we just u... 2020.07.20 iOS
Ad Tech VAST VAST (Digital Video Ad Serving Template) is protocol for Ad Server and Client. Link (IAB) To follow this format, ... 2020.07.19 Ad Tech
iOS XCFramework iOS Framework When we want to create library for iOS, we have several choices Static Library (Objective-C)Static ... 2020.07.09 iOS
iOS Swift URLSession – Network URLSession URLSession is network API provided by Apple. Simple Usage In this time cover simple API. ... 2020.07.04 iOS
iOS Swift – Codable Codable Codable = Decodable + Encodable (Apple Documentation) Codable supports Json <-> Model(Class, Struct) ... 2020.07.04 iOS