Search
IRS 'Weeks Away from 3 Tax Bills' After Call from Pro-Crypto Activists
8.7.2019
America’s top tax authority, the Internal Revenue Service (IRS), will update its cryptocurrency guidelines “in the coming weeks,” per the Wall Street Journal – following a request put forward by United States parliamentarians.
The media outlet says that the IRS’ decision was made after...
Facebook’s Libra Is a ‘Wake-Up Call’ for Regulators, Says ECB Policymaker
8.7.2019
Benoit Coeure of the European Central Bank has said projects like Facebook's Libra require faster action from regulators
4 US Lawmakers Join Call to Freeze Facebook’s Libra Project
3.7.2019
Several House Democrats called for a moratorium on Libra development in a letter to Facebook executives on Tuesday
Advocacy Groups Call on Congress to Stop Libra Development Until July Hearings Take Place
2.7.2019
33 advocacy groups have signed a letter looking to halt development of Libra until Congress and regulators have addressed a number of questions on the project
US Watchdog Groups Call for Congress to Put a Freeze on Facebook’s Libra
2.7.2019
A group of privacy and consumer watchdogs is asking the U.S. Congress to halt Facebook's Libra project
Dutch Ministers Call for Cryptocurrency, Cash Use Regulations
1.7.2019
Dutch ministers have proposed that the government regulate crypto and large cash transactions, citing concerns over money laundering
Tips for rolling your own lazy loading
1.7.2019
You may have heard (or even issued the call) that “we can just use lazy loading!” when looking for a way to slim down a particularly heavy web page.
Lazy loading is a popular technique for gradually requesting images as they come into view, rather than all at once after the HTML of the page...
Steve Forbes Tells Zuckerberg: Use Gold to Back Libra, Call It the ‘Mark’
28.6.2019
Steve Forbes published an open letter to Mark Zuckerberg, urging him to back Facebook’s crypto project with gold to beat the U.S. dollar
Craig Wright Intends to Call Three Expert Witnesses to His Evidentiary Hearing
28.6.2019
The man who claims to have invented Bitcoin, Craig Wright, will be appearing in court on Friday, June 28 in West Palm Beach, Florida for an evidentiary hearing. According to recently filed documents in the Kleiman v. Wright lawsuit, the defense has provided notice that Wright intends to call three...
Different Approaches for Creating a Staggered Animation
27.6.2019
Animating elements, at its most basic, is fairly straightforward. Define the keyframes. Name the animation. Call it on an element.
But sometimes we need something a little more complex to get the right “feel" for the way things move. For example, a sound equalizer might use the same animation...
Different Approaches for Creating a Staggered Animation
27.6.2019
Animating elements, at its most basic, is fairly straightforward. Define the keyframes. Name the animation. Call it on an element.
But sometimes we need something a little more complex to get the right “feel" for the way things move. For example, a sound equalizer might use the same animation...
Halt Libra? US Lawmakers Call for Hearings on Facebook’s Crypto
18.6.2019
House Financial Services Committee Chair Maxine Waters asked Facebook to halt development of its Libra crypto until hearings can be held
Using Cypress to Write Tests for a React Application
12.6.2019
End-to-end tests are written to assert the flow of an application from start to finish. Instead of handling the tests yourself — you know, manually clicking all over the application — you can write a test that runs as you build the application. That’s what we call continuous integration and it’s...
Create a Custom useFetch() React Hook
5.6.2019
A custom hook is a JavaScript function with a unique naming convention that requires -
the function name to start with use and
the function may call other Hooks
Customer Satisfaction Surveys with Wufoo
30.5.2019
I was once tasked to create a makeshift customer service survey that would allow an employee to receive a customer call and send a survey to the custom once the call ended. The goal was to track customer satisfaction, which is a totally legit thing to want.
There are some solutions out there that...
Beware! Hackers are Sending Spyware in Your Smartphone through WhatsApp call
20.5.2019
Yes, it is difficult to believe, but it is true. WhatsApp is facing this threat. The secretive Israeli company, NSO Group, has developed a malicious code to transmit it through phone calls. The malicious code gets transmitted to the target smartphone, even if the call is not answered. Soon after...
Latest Hack Sparks Concern Whatsapp Will Never Be Secure
20.5.2019
Facebook’s popular messaging app with 1.5 billion users in over 180 countries has another major vulnerability. Hackers were able to covertly install spyware on iOS and Android smartphones using Whatsapp with just a phone call. “All of their security issues are conveniently suitable...
Ethereum (ETH) Price Analysis: Crypto Analysts Call ETH As The Most Attractive Cryptocurrency As Of Now
13.5.2019
In last week only, ETH has outperformed BTC by 6.7%. Till now, it is the highest rank project which is graded as S category. It has all total of 924 points as per the data of 6th May 2019. The strongest metric that supported its high score is its developer activity that got 969 points, …
The...
Oh, the Many Ways to Make Triangular Breadcrumb Ribbons!
29.4.2019
Oh, the Many Ways to Make Triangular Breadcrumb Ribbons
Let’s have a look at how we can create a row of links that sorta run into each other with a chevron-like shape and notch on each block like you might see in a hierarchical breadcrumb navigation.
You’ve probably seen this pattern a lot....
The Circle of a React Lifecycle
23.4.2019
A React component goes through different phases as it lives in an application, though it might not be evident that anything is happening behind the scenes.
Those phases are:
mounting
updating
unmounting
error handling
There are methods in each of these phases that make it possible to perform...