technological (39)in #steemit • 5 years agoHi Steemians! I am back. I am here to give it another shot!Reasons I am back I was missing the platform to share. I realized that I lost my voice. I never used any of the…technological (39)in #steemit • 6 years agoI Don't Care About SteemIt. It's Not Worth My TimeBbye Steemians. I don't think SteemIt is as great as I thought it to be initially. You need to keep submitting…technological (39)in #ethereum • 6 years agoTop Reasons Why Ethereum Will Continue Ruling The CryptoSpace In 2018The Ethereum Blockchain network is an amazing platform that allows you to create your own DApps(Decentralized Apps)…technological (39)in #health • 6 years agoAll About Detoxification - Part 3(Free Radical Damage, Bio-film & Inflammation)If the toxins keep sitting in the extracellular matrix and the liver fix them up once it gets unoccupied, no harm is…technological (39)in #steemit • 6 years agoHow To Earn $10 A Day On Steemit - Day 7Hello Steemians! I am publishing this post after 6 days. It seems to be more difficult to achieve the goal of…technological (39)in #programming • 6 years ago'If' Statement In 'Go'(Learn 'Go' - Part 12)The 'If' statement is used to check a certain condition within a function. We can create a simple program to see…technological (39)in #programming • 6 years agoFor Loop In 'Go'(Learn 'Go' - Part 11)In Go, we use the 'For' statement to repeat a block of statements multiple times. Unlike other languages, Go has just…technological (39)in #ethereum • 6 years agoInstalling testRPC/ganache-cli(Learn 'Solidity' - Part9)testRPC/ganache-cli testRPC/ganache-cli is a node.js Ethereum client for testing and development of the Smart…technological (39)in #ethereum • 6 years agoUnderstanding ERC20 & ERC223 Tokens(Learn 'Solidity' - Part 8)ERC20 Tokens exist on the Ethereum blockchain. Ethereum consists of a blockchain which can store transactions and…technological (39)in #ethereum • 6 years agoVisibility & Structs In 'Solidity'(Learn 'Solidity' - Part 7)After creating the contracts, if you look at the details, you won't find anything that describes your variables, i.e.…technological (39)in #ethereum • 6 years agoVariables In 'Solidity'(Learn 'Solidity' - Part 6)Solidity is a statically typed language, i.e., the type of variable needs to be declared before the compile time…technological (39)in #ethereum • 6 years agoSmart Contract Vs DApp(Learn 'Solidity' - Part 5)A lot of people who join the crypto space talk about DApps and Smart Contracts and they use them interchangingly.…technological (39)in #ethereum • 6 years agoBasic Smart Contract(Learn 'Solidity' - Part 4)Time to get started with the Smart Contract development using Solidity. We will begin development using the Remix IDE.…technological (39)in #ethereum • 6 years agoTips To Learn Solidity On Your Own(Learn 'Solidity - Part 3)It is important to make the best use of your time and learn Solidity in an efficient way. You can use the tips listed…technological (39)in #programming • 6 years agoMultiple Variables In 'Go'(Learn 'Go' - Part10)You can define multiple variables in Go very quickly. var ( a = 10 b = 20 c = 30 )…technological (39)in #programming • 6 years agoConstants In 'Go'(Learn 'Go' - Part 9)Just like variables, constants also have specific storage locations but their value remains fixed. We use 'const'…technological (39)in #programming • 6 years agoVariables In 'Go'(Learn 'Go' - Part 8)Variables allow you to build useful programs, you cannot do much with the basic types. They are specific storage…technological (39)in #programming • 6 years agoEthereum & Smart Contracts(Learn 'Solidity' - Part 2)Ethereum is a decentralized platform based on blockchain that runs smart contracts. Smart Contracts are…technological (39)in #programming • 6 years agoIntroduction To 'Solidity'(Learn 'Solidity' - Part 1)Ethereum is an open-source decentralized blockchain project having a huge presence in the crypto-space. Its…technological (39)in #programming • 6 years agoNumbers In 'Go'(Learn 'Go' - Part 7)In Go, there are several types to represent numbers. For Integers, we have int8 int16 int32…