Search
Ethereum Classic and Its Projects Linked to Interoperability
21.5.2019
Ethereum Classic (ETC) made a real difference and improved its blockchain to the high standard. The ETC Labs had meanwhile been an important factor in Classic’s development into a powerful asset. The Ethereum classic is a blockchain platform for the next generation for new internet...
You Can Pay With BCH for Your Domain From Abaco Hosting
21.5.2019
Online presence is essential for any business today and especially for projects that deal with cryptocurrencies. Abaco Hosting offers this type of solutions to small and medium enterprises, and companies from the crypto industry can take advantage of its flexible payment options. They include...
Bitfury Partners With Kazakhstan-Based Financial Hub to Cooperate on Blockchain Projects
21.5.2019
Major global blockchain player Bitfury has partnered with a Kazakhstan-based financial hub to collaborate on blockchain projects
Tron (TRX) Price Analysis: With So Many Great Projects TRX Seems To Impact Its Value Positively
17.5.2019
TRX is definitely one of the most renowned cryptocurrencies in the crypto market as of now. TRX was previously hosted on ETH blockchain, but it has now challenged ETH network with its new launch of Tron Virtual Machine. Alongside, it is also promoting Dapp development on its platform. Moreover,...
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...
10 Interesting JavaScript and CSS Libraries for May 2019
15.5.2019
A curated list of our favorite open-source projects for the month of May
EOS Price Analysis: Recent Projects & Investment Might Bring A Long Term Bullish Run For The Crypto
14.5.2019
Implementation of inter-blockchain communication would make the network more efficient and faster. EOS Vs. USD price is currently at 6.13 USD. Analysis: As per CoinMarketCap, in cryptocurrency ranking, EOS (EOS) is at 6th position. On May 14, at UTC 07:24, the total Market Capitalization of...
Xendpay Partners With Ripple (XRP) To Facilitate Safe and Secure Money Transfers To Malaysia
13.5.2019
International payments gateway Xendpay announced on Thursday day that it has partnered with Ripple for money transfers to Malaysia. Xendpay’s foray into the crypto space is quite important given its large and wide user base. The company, a subsidiary of London based Rational Foreign Exchange...
How to Generate QR Codes for Crypto Payments
10.5.2019
Businesses and projects in the crypto space have an incentive to facilitate cryptocurrency payments for their customers and users. With QR codes, acquiring a recipient’s address is easy – all it takes is a quick scan with a smartphone. A platform called Cwaqrgen provides a tool...
IOTA (MIOTA) Price Analysis: Projects Seem To Be Assuring, But A Lot Depend On Market Sentiments
10.5.2019
IOTA (IOTA) Vs. USD price is at $0.279260, with a negative ROI of 56.26%. Partnering with automobile giant Audi will help in strengthening the market grip of IOTA. IOTA (IOTA) is more of a decentralized ledger for IOT that runs on a mechanism called Directed Acyclic Graph (DAG). With added benefits...
Crypto Adoption Strong in Venezuela Despite Political Chaos
10.5.2019
The political tension in Venezuela has affected local cryptocurrency adoption. While there are roadblocks, many crypto-advocating projects continue to thrive in the country. News.Bitcoin.com takes a deep look at the current situation in Venezuela, crypto adoption efforts and how the recent...
The Impact of Team Collaboration and Communication on Projects
9.5.2019
(This is a sponsored post.)
The CSS-Tricks team was cracking up the other day when Miranda introduced us to something called "swoop and poop." That was a new term for most of us, but tell me if you've ever experienced this for yourself.
The idea is that someone in an organization — usually...
Create a Bouncing Page Loader with CSS3 Animations
7.5.2019
Side projects are not only fun but they bring a whole lot of learning experience for you. While hunting for a pre-built page loader for a website I ended up coding one for myself.
Initially
Making Web Components for Different Contexts
2.5.2019
This article isn’t about how to build web components. Caleb Williams already wrote a comprehensive guide about that recently. Let’s talk about how to work with them, what to consider when making them, and how to embrace them in your projects.
If you are new to web components, Caleb’s guide is...
Using Parcel as a Bundler for React Applications
25.4.2019
You may already be familiar with webpack for asset management on projects. However, there’s another cool tool out there called Parcel, which is comparable to webpack in that it helps with hassle-free asset bundling. Where Parcel really shines is that it requires zero configuration to get up...
10 Interesting JavaScript and CSS Libraries for April 2019
18.4.2019
Our web dev resources collection for April is filled with amazing open-source projects, useful CSS tools and React components
Wrap a Vanilla JavaScript Package for Use in React
17.4.2019
Complex web projects often require the use of 3rd party widgets. But what if you're using a framework while a widget is only available in pure JavaScript?
To use a JavaScript w
Undefined: The Third Boolean Value
5.4.2019
I wanted to implement a notification message in one of my projects, similar to what you’d see in Google Docs while a document is saving. In other words, a message shows up indicating that the document is saving every time a change is made. Then, once the changes are saved, the message becomes: “All...
Next Genpm
27.3.2019
So many web projects use npm to pull in their dependencies, for both the front end and back. npm install and away it goes, pulling thousands of files into a node_modules folder in our projects to import/require anything. It's an important cog in the great machine of web development.
While I don't...
Technical Debt is Like Tetris
21.3.2019
Here’s a wonderful post by Eric Higgins all about refactoring and technical debt. He compares giant refactoring projects to being similar to Tetris:
Similar to running a business, Tetris gets harder the longer you play. Pieces move faster and it becomes harder to keep up.
Similar to running...