Published inCoinmonksArrays and Maps in SolidityAn array allows us to represent a collection of data, but it is often more useful to think of an array as a collection of variables of the…Apr 1, 20203Apr 1, 20203
Pagination in ReactJsThere are a lot of resourceful materials online that give good insights into pagination in ReactJs, as well as NPM packages you can easily…Mar 6, 20198Mar 6, 20198
Published inBetter ProgrammingThe Complete Guide to Forms in ReactA letter about React forms to me in the futureSep 7, 201817Sep 7, 201817
View Properties use by Auto LayoutIntrinsic content size, Compression Resistance Priority, Content Hugging PriorityFeb 11, 2018Feb 11, 2018
Programmatically approach Auto LayoutLayout is the way in which the parts of something are arranged or laid out. When designing user interfaces in swift, we have to consider…Feb 10, 2018Feb 10, 2018
Protocol in Swift with Practical ExamplesA protocol defines a blueprint of methods, properties, and other requirements that suit a particular task or piece of functionality. The…Jan 19, 20183Jan 19, 20183
Inheritance in SwiftA class can inherit methods, properties, and other characteristics from another class. When one class inherits from another, the inheriting…Jan 12, 20181Jan 12, 20181