Search
Logical Operations with CSS Variables
11.9.2019
Very often, while using switch variables (a variable that's either 0 or 1, a concept that's explained in a greater detail in in this post), I wish I could perform logical operations on them. We don't have functions like not(var(--i)) or and(var(--i), var(--k)) in CSS, but we can emulate these...
Maryland Targets Trading Platform Fraud as It Joins ‘Cryptosweep’ Effort
15.8.2019
The second wave of Operation Cryptosweep commenced early this year resulting in 35 enforcement actions with nearly 100 pending
Maryland State Government Participating in Operation Cryptosweep
14.8.2019
Maryland Attorney General Brian Frosh has announced that his Securities Division is participating in Operation Cryptosweep
Operation Food Search Gets $30,000 Donation from Bank of America
9.8.2019
As everyone knows, homelessness and hunger are problems that affect not only the poorer nations of the world but also in highly developed countries like the United States. Over the past decades, plenty of nonprofit organizations have come into existence which is involved in fighting against hunger...
New Jersey Issues Stop Orders to Two ICOs in Operation Cryptosweep
8.8.2019
The New Jersey Bureau of Securities has told two companies offering allegedly unregistered ICOs to cease their activities
New Jersey Calls Two ICOs ‘Fraudulent Securities,’ Issues Stop Order
7.8.2019
New Jersey's Bureau of Securities has issued emergency stops on two ICOs its claims are fraudulent securities
PR: WaykiChain CEO Gordon Gao Building a Win-Win Public Blockchain
18.6.2019
This article feature quotes returned direct from inquiry to the company CEO Gordon Gao. WaykiChain(WICC) CEO Gordon Gao’s credentials are substantial and they include (according to his LinkedIn page) having previously worked as a ‘senior business associate’ at Alibaba.com. His portfolio also lists...
Circle To Stop Its Payment App Operation From This September
14.6.2019
The Boston based crypto company Circle has declared that they will shut down their mobile app Circle Pay. The news has saddened many of the platform users. The company has affirmed through a blog post on Thursday that the service will be stopped from 30th September. It is speculated that the firm...
JavaScript Glossary: Array .map() Method
8.2.2019
Basics
The map() method takes a callback method that performs an operation on the elements in the array. It returns a new array containing the resulting values of running the
React 16.6.0 Goodies
23.1.2019
React 16.6.0 was released October 2018 and with it came goodies that spice up the way we can develop with React. We’re going to cover what I consider the best of those new goodies with examples of how we can put them to use in our work.
React.memo() avoids unnecessary re-rendering
There...