Search
ConsenSys Launches ‘Jobs Kit’ to Help Devs Enter the Blockchain Industry
27.5.2019
Ethereum development studio ConsenSys has launched a blockchain “job kit” to guide developers wishing to enter the growing blockchain space
EOS (EOS) Price Analysis: EOS Developers Attempt 10% Buyback; Bullish Days Ahead
27.5.2019
EOS Developers are attempting a buyback of 10% shares. Bullish trend will push the coin to 25 USD. EOS is one of the coins which have been showing a really good track record in the market. There have been some reports of anticipated expansion of EOS but before any official confirmation about...
Bitcoin.com Launches Free Bitcoin Cash Register Platform for iOS Devices
25.5.2019
About a month ago, Bitcoin.com launched its free point-of-sale solution, Bitcoin Cash Register, for Android operating systems. This week our developers have released Bitcoin Cash Register for iOS mobile phones allowing any merchant with an Apple device to accept bitcoin cash payments. Also read:...
Confident in the Future: EOS Developers Attempt 10% Buyback Ahead of Major Announcement
25.5.2019
EOS developer Block.one is attempting a buyback following a record-breaking ICO last year, and the earliest investors could expect a 6,567% return
Monero Developers Consider Adopting New Proof-of-Work Algorithm in October
24.5.2019
In October, privacy-centric cryptocurrency monero will reportedly switch to a new proof-of-work algorithm
The Power of Serverless v2.0! (Now an Open-Source Gatsby Site Hosted on Netlify)
23.5.2019
I created a website called The Power of Serverless for Front-End Developers over at thepowerofserverless.info a little while back while I was learning about that whole idea. I know a little more now but still have an endless amount to learn. Still, I felt like it was time to revamp that site a bit....
VANTA Network joins Amazon Partner Network to offer a better experience to developers on AWS
23.5.2019
Double delight for Amazon Web Services cloud (AWS Cloud) users as now they can use VANTA network API. They can also enjoy much more efficient blockchain technology-based communication services. All this has become possible with the latest move of VANTA network. Recently, VANTA network has joined...
Dash (DASH) Price Analysis: By Enhancing Dash’s Network, The Developers Of Dash Are Trying To Regain Its Value
22.5.2019
According to the latest update, Dash’s developers have announced its new value propositions that comprise of Dash, DAPI and Dash Drive. The Dash Core Group is now focusing on upgrading the network in such a way so that it can be the most user-friendly crypto wallet to date. For building this,...
Resize Observer
21.5.2019
Creating websites that are reactive and responsive used to be considered advanced but responsiveness is a necessity for successful websites and apps. We’ve added media queries, matchMedia, and a host of other APIs to help developers make responsiveness easier and now we get a new one:...
What Does it Mean to Be “Full Stack”?
21.5.2019
I was asked this recently by a fellow developer who was at the same web tech conference I was at. This developer had met a lot of new people who literally introduced themselves as full-stack developers sort of the way Bob Vance, Vance Refrigeration would on The Office, but it was Tony Frank...
New Game Coin Flip Launched On The Waves Network, Giveaway For Testing Mainnet It
21.5.2019
Waves Platform announced on Monday that the new Coin Flip game is ready, and is now available on the Wave testnet. The platform is also offering a giveaway for users to test the game. The announcement came via a tweet on Monday, May 20. The new https://t.co/NGb0AgrpZe game by @Tradisys is out...
Holo (HOT) Price Analysis: The Active Developers Of Holo Are Making The Crypto A Great Project To Woo For
20.5.2019
Many crypto analysts are claiming that HOT is looking really bullish. Although an intermediate bearish trend is active due to the instability of the crypto market, in the long run, HOT is really looking forward to being on a bullish line. It has been ranked in the “A” category which signifies that...
Bitcoin Cash Devs Publish the First 3 of 3 Multi-Sig Schnorr Transaction
19.5.2019
On May 15, the Bitcoin Cash network successfully upgraded by implementing Schnorr signatures, after which a few developers processed some basic Schnorr signatures. Then, on Saturday, May 18, software developers Chris Pacia, Mark Lundeberg, and Checksum0 performed the first multi-sig Schnorr...
Recursive Array.flat
17.5.2019
There was much talk about Array.prototype.flat during its early stages, starting with the name alone. Many developers preferred the name flatten but the spec differed from MooTools’ implementation. MooTools would recursively flatten an array but the new, official flat implementation was only...
React Starter: Adding Sass to Create React App Applications
17.5.2019
Adding Sass is one of the first things most developers do when starting an application. Writing in plain CSS can be done, but Sas
Iterating a React Design with Styled Components
16.5.2019
In a perfect world, our projects would have unlimited resources and time. Our teams would begin coding with well thought out and highly refined UX designs. There would be consensus among developers about the best way to approach styling. There’d be one or more CSS gurus on the team who could ensure...
Bitcoin Cash Protocol Successfully Upgrades — Schnorr Signatures Are Here
15.5.2019
The Bitcoin Cash (BCH) chain has officially upgraded, adding Schnorr signatures and the Segwit recovery exemption. As of block 582680, the chain has implemented the new features successfully and BCH fans are celebrating another major protocol improvement. Also read: Schnorr Signatures Are Coming...
Schnorr Signatures Are Coming to Bitcoin Cash – Here’s What You Should Know
12.5.2019
On Wednesday, May 15, the Bitcoin Cash (BCH) network will be upgraded to incorporate the highly anticipated Schnorr signature algorithm, a digital signature scheme widely known for its simplicity. Also read: Bitcoin History Part 12: When No One Wanted Your BTC Schnorr Sigs Are Coming Next week,...
All of It Dark, All of It P2P: After the Binance Hack, Bitcoin Doesn’t Cut It
10.5.2019
That Binance could have colluded with miners to roll back hack transactions means bitcoin is not resistant enough to censorship, says Amir Taaki
Type Conversion with JavaScript Arrays
7.5.2019
JavaScript’s loose nature allows developers to employ amazing tricks to do just about anything you’d like. I’ve detailed how you can filter falsy values in arrays using a filter(Boolean) trick, but reader David Hibshman shared another trick for typecasting array values the same...