Login
Discover
Waves
Decks
Upgrade
Login
Signup
45
technological
Technological
Hi! This is Technological.
Available
Used
Resource Credits
337 Followers
89 Following
Earth
January 6, 2018
RSS feed
Posts
Blog
Posts
Comments
Communities
Wallet
Follow
technological
bittrex
Thursday, May 21, 2020 9:41 PM
Bittrex To Return The Funds To @community321 For The 'Sanctity Of Blockchain'
I completely agree with the 'Sanctity of the blockchain' & yes, personal feelings don't matter.. So, yes, no matter how it was reached, but the consensus of the blockchain agreed that the funds, i.e.,
$ 0.704
7
6
technological
hf023
Wednesday, May 20, 2020 5:15 PM
From The Stealers To Bittrex
Stolen steem sent to Bittrex by an anonymous user. He also jokingly reprimanded @justinsunsteemit .
$ 0.255
5
2
technological
fork
Tuesday, May 19, 2020 9:38 AM
Hey Hivians! I am happy about the fork. Cheersssss!!!!!!!!
I am returning back to the blockchain after 2 years.
$ 0.036
2
1
technological
steemit
Friday, June 1, 2018 6:04 AM
I Don't Care About SteemIt. It's Not Worth My Time
Bbye Steemians. I don't think SteemIt is as great as I thought it to be initially. You need to keep submitting content without anyone caring about it. Or, you need to invest a considerable sum in SteemPower
$ 0.197
3
4
technological
ethereum
Sunday, May 27, 2018 1:26 PM
Top Reasons Why Ethereum Will Continue Ruling The CryptoSpace In 2018
The Ethereum Blockchain network is an amazing platform that allows you to create your own DApps(Decentralized Apps), Smart Contracts and cryptocurrencies. Currently, Ethereum has more than $57 billion
$ 0.000
3
technological
health
Sunday, May 27, 2018 9:59 AM
All 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 done to the body. However, situations can get far more complicated if the toxins keep
$ 0.000
1
technological
steemit
Saturday, May 26, 2018 5:25 AM
How To Earn $10 A Day On Steemit - Day 7
Hello Steemians! I am publishing this post after 6 days. It seems to be more difficult to achieve the goal of earning ten dollars a day than I initially thought. Nobody seems to care about your content.
$ 0.000
0
1
technological
programming
Friday, May 25, 2018 4:00 PM
'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 'if' in action. package main import "fmt" func main(){ x := 1 for i <=
$ 0.000
3
1
technological
programming
Friday, May 25, 2018 3:50 PM
For 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 one type of loop, i.e., 'for' and we can use it in a variety of ways. For Instance,
$ 0.000
0
technological
ethereum
Friday, May 25, 2018 4:41 AM
Installing 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 Contracts. To make it work, we need to have node.js installed first. To check, open Command
$ 0.000
1
technological
ethereum
Thursday, May 24, 2018 8:20 PM
Understanding ERC20 & ERC223 Tokens(Learn 'Solidity' - Part 8)
ERC20 Tokens exist on the Ethereum blockchain. Ethereum consists of a blockchain which can store transactions and EVM(Ethereum Virtual Machine) that can run Smart Contracts. Tokens exist on the Ethereum
$ 0.000
5
2
technological
ethereum
Thursday, May 24, 2018 7:15 PM
Visibility & 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., name and age. This is where the visibility comes into play, like public, private,
$ 0.000
2
technological
ethereum
Thursday, May 24, 2018 10:30 AM
Variables 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, that's why it is important to define the type of variable. String This is how we
$ 0.141
2
technological
ethereum
Thursday, May 24, 2018 4:10 AM
Smart 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. DApps and Smart Contacts are closely related to each other but they are not one and the
$ 0.000
2
technological
ethereum
Wednesday, May 23, 2018 2:37 PM
Basic 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. It is a browser-based IDE for developing Smart Contracts for Ethereum. Optionally,
$ 0.000
0
technological
ethereum
Wednesday, May 23, 2018 8:15 AM
Tips 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 below so that you find learning Solidity more enjoyable. Tip 1. Keep The Development
$ 0.000
3
technological
programming
Tuesday, May 22, 2018 4:45 PM
Multiple Variables In 'Go'(Learn 'Go' - Part10)
You can define multiple variables in Go very quickly. var ( a = 10 b = 20 c = 30 ) Previous Posts In The Series Introduction To 'Go' Programming Language(Learn 'Go' - Part 1) 25 Basic Keywords
$ 0.000
2
technological
programming
Tuesday, May 22, 2018 4:10 PM
Constants In 'Go'(Learn 'Go' - Part 9)
Just like variables, constants also have specific storage locations but their value remains fixed. We use 'const' keyword to create a constant. Constants are useful for the common values you would like
$ 0.000
1
technological
programming
Tuesday, May 22, 2018 3:56 PM
Variables 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 locations with a name and a specific type. For instance, package main import "fmt"
$ 0.000
0
technological
programming
Tuesday, May 22, 2018 2:24 PM
Ethereum & Smart Contracts(Learn 'Solidity' - Part 2)
Ethereum is a decentralized platform based on blockchain that runs smart contracts. Smart Contracts are applications that run exactly the way they are programmed to run without any interference from
$ 0.000
1
1