Cosmin MirceainData rocksKafka record tracingA journey of discovery for a new engineer learning about KafkaOct 8, 2020Oct 8, 2020
Cosmin MirceaSwift protocolsWhat is a Protocol? It is a list of requirements which have to be implemented by conforming types, similar to a contract. The compiler will…Jul 16, 2017Jul 16, 2017
Cosmin MirceaSwift type methodsType methods are defined on a specific type like a structure, enum, class or even the predefined types like int, string, double, etc, but…Jun 30, 2017Jun 30, 2017
Cosmin MirceaSwift classes: beyond basicsDesignated initializer: (no keyword required)Jun 23, 2017Jun 23, 2017
Cosmin MirceaSwift classes: BasicsDescription: Classes are very similar to structures, but there are important differences to know when deciding which one to use.Jun 20, 20171Jun 20, 20171
Cosmin MirceaSwift structures: BasicsWhat is a structure? It is a type which group related data, which come in the form of properties (the values and constant) and…Jun 16, 2017Jun 16, 2017
Cosmin MirceaSwift type propertiesOne more thing about properties is that you can also define them on the type itself (a class, struct, enum). Useful when you want to define…Jun 14, 20172Jun 14, 20172