Open in app

Sign In

Write

Sign In

Agoi Abel
Agoi Abel

460 Followers

Home

About

Published in Coinmonks

·Apr 1, 2020

Arrays and Maps in Solidity

An 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 same type with keys having sequential order based off the order they were added. Instead of declaring individual variables, such as number1…

Ethereum

6 min read

Arrays and Maps in Solidity
Arrays and Maps in Solidity
Ethereum

6 min read


Mar 6, 2019

Pagination in ReactJs

There are a lot of resourceful materials online that give good insights into pagination in ReactJs, as well as NPM packages you can easily use. As much as I appreciate those materials and love to use those packages, they mostly deal with loading the whole dataset on the page first…

JavaScript

7 min read

Pagination in ReactJs
Pagination in ReactJs
JavaScript

7 min read


Published in Better Programming

·Sep 7, 2018

The Complete Guide to Forms in React

A letter about React forms to me in the future — If you prefer a more elaborate video tutorial on handling forms in ReactJs(includes using controlled, uncontrolled, class component, functional component also how to use form library called REACT HOOK FORM), you can check out my youtube channel, everything in this post is covered there and I published the complete course…

JavaScript

6 min read

The Complete Guide to Forms in React
The Complete Guide to Forms in React
JavaScript

6 min read


Apr 15, 2018

Introducing ReactJs Terminologies With Next Generation Javascript

Let & Const Use let for variable values, something you will assign and can always change at any point in time. Use const if you want to create a constant value, something you will assign once and will never change. Exports & Imports (Modules) We can write our JavaScript files in “modules” and then reference them…

JavaScript

3 min read

Introducing ReactJs Terminologies With Next Generation Javascript
Introducing ReactJs Terminologies With Next Generation Javascript
JavaScript

3 min read


Feb 11, 2018

View Properties use by Auto Layout

Intrinsic content size, Compression Resistance Priority, Content Hugging Priority — There are some views that automatically size themselves base on the content they hold, This is referred to as their intrinsic content size. E.G A button’s intrinsic content size is the size of its title plus a small margin. Not all views have an intrinsic content size. …

IOS

2 min read

View Properties use by Auto Layout
View Properties use by Auto Layout
IOS

2 min read


Feb 10, 2018

Programmatically approach Auto Layout

Layout is the way in which the parts of something are arranged or laid out. When designing user interfaces in swift, we have to consider how the elements are arranged, and how it will be rearranged on different screen sizes. …

IOS

4 min read

Programmatically approach Auto Layout
Programmatically approach Auto Layout
IOS

4 min read


Jan 19, 2018

Protocol in Swift with Practical Examples

A protocol defines a blueprint of methods, properties, and other requirements that suit a particular task or piece of functionality. The protocol can then be adopted by a class, structure, or enumeration to provide an actual implementation of those requirements. …

Swift

4 min read

Protocol in Swift with Practical Examples
Protocol in Swift with Practical Examples
Swift

4 min read


Jan 16, 2018

Enums in Swift with Real Life Examples

Introduction Enumeration (Enum) defines a common type for a group of related values and enables you to work with those values in a type-safe way within your code. Assuming we have a method named dayType that accept any day of the week then return Weekend for Saturday and Sunday, Weekday…

Swift

2 min read

Enums in Swift with Real Life Examples
Enums in Swift with Real Life Examples
Swift

2 min read


Jan 15, 2018

Optionals in Swift

Absent of Data There are situations where we wish to accept data from users and also provide an opportunity for some of the data to be optionals, meaning they are not required but should be provided if available. The constant me instance of a person provided all the data but the constant…

Swift

4 min read

Optionals in Swift
Optionals in Swift
Swift

4 min read


Jan 12, 2018

Inheritance in Swift

A class can inherit methods, properties, and other characteristics from another class. When one class inherits from another, the inheriting class is known as a subclass, and the class it inherits from is known as its superclass. …

Swift

2 min read

Swift

2 min read

Agoi Abel

Agoi Abel

460 Followers
Following
  • A. S. Deller

    A. S. Deller

  • Infinitypaul

    Infinitypaul

  • Peter Jausovec

    Peter Jausovec

  • Jean Cvllr

    Jean Cvllr

  • Propel HQ

    Propel HQ

See all (68)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech