Search
Thai Customs Department Plans to Use IBM’s Tradelens to Track Shipping
30.8.2019
Thailand’s Customs Department plans to use IBM’s Tradelens blockchain solution at ports
Nested Gradients with background-clip
28.8.2019
I can't say I use background-clip all that often. I'd wager it's hardly ever used in day-to-day CSS work. But I was reminded of it in a post by Stefan Judis, which consistently was itself a learning-response post to a post over here by Ana Tudor.
Here's a quick explanation.
You've probably seen...
Can you rotate the cursor in CSS?
28.8.2019
Kinda! There is no simple or standard way to do it, but it's possible. You can change the cursor to different built-in native versions with CSS with the cursor property, but that doesn't help much here. You can also use that property to set a static image as the cursor. But again that doesn't help...
Reverse Lookups with JavaScript
28.8.2019
I’ve always loved exploring regular expressions because they’re one of those skills that’s never taught in school — you need to pick them up on the fly, messing up and fixing them along the way. Regex’s are incredibly powerful, and one power they have are referred...
Venezuelan Official Says Remittance Platform for Petro is Ready to Use
28.8.2019
A Venezuelan crypto official encourages citizens to use a Petro-friendly remittances platform
90% of Clients Use Crypto for Speculation Only: CEO of Major Wallet
27.8.2019
It’s not a secret that crypto still has a way to go before its use for everyday transactions will catch up with speculative demand. However, one outspoken crypto executive sheds a bit more light on the current status of crypto. At least, at the company he manages.
In a recent interview with CNBC...
US Air Force Will Use SIMBA Chain to Secure Its Supply Chain
27.8.2019
US Air Force will use SIMBA Chain to secure its supply chain
Coinbase WalletLink Now Lets Clients Use DApps on Desktop Browsers
22.8.2019
Coinbase Wallet’s users can now use their DApps on any desktop browser through WalletLink
Smokescreens and Mirrors: How Does a Country Do an ICO? They Call It QE
22.8.2019
Financial regulators all around the world have been cracking down hard on ICOs for promising more than they can deliver. At the same time governments and central banks are pulling off far worse scams, such as QE, wiping out the savings of everyone that depends on them. To hide this fact they...
Japan’s Gifu University Initiates Research on DPSC, Planning to Use NEM Blockchain for Traceability and Security
22.8.2019
Blockchain’s various use-cases have always surprised us and have taken us to newer developments as a society. Recently, Japan’s Gifu University has initiated an interesting step that involves the blockchain technology and dental industry. The ‘ShizuiNet traceability’ project- The Associate...
Using requestAnimationFrame with React Hooks
21.8.2019
Animating with requestAnimationFrame should be easy, but if you haven’t read React’s documentation thoroughly then you will probably run into a few things that might cause you a headache. Here are three gotcha moments I learned the hard way.
TLDR: Pass an empty array as a second parameter...
Let’s Build a JAMstack E-Commerce Store with Netlify Functions
20.8.2019
A lot of people are confused about what JAMstack is. The acronym stands for JavaScript, APIs, and Markup, but truly, JAMstack doesn’t have to include all three. What defines JAMstack is that it’s served without web servers. If you consider the history of computing, this type of abstraction isn’t...
Lazy load embedded YouTube videos
20.8.2019
This is a very clever idea via Arthur Corenzan. Rather than use the default YouTube embed, which adds a crapload of resources to a page whether the user plays the video or not, use the little tiny placeholder webpage that is just an image you can click that is linked to the YouTube embed.
It still...
PR: Plan Flash – Decentralized Data Processing
20.8.2019
Data processing is indispensable everywhere and all the time in modern life. The daily services we use every day, such as face recognition, voice assistant, text recognition, automatic recommendation, automatic data analysis and so on, all have a large number of data processing requirements...
Indian State of Maharashtra to Use Blockchain in Various Spheres
19.8.2019
The second major Indian state, Maharashtra is preparing a regulatory framework for analyzing blockchain technology for various spheres. As per the reports published by DNA on 19th August, the government of Maharashtra has decided to explore the blockchain technology for multiple fields. As per...
Mercurial Tips
19.8.2019
While most of the world seems to be using git for version control, Mozilla continues to use Mercurial (hg) to manage the Firefox source code. As a git and GitHub lover, it took me a while to get used to Mercurial. I don’t consider myself a hg expert but I know enough to complete...
Data URIs
18.8.2019
We’re all familiar with traditional URI protocols like https, http, ftp, and file, but data URIs have become a large part of our online strategy. We can use them to display images, the Mac camera and webcams, and more. But what if we simply want to use a data URI to convey basic data? Typing...
PR: Australian Bitcoin Cash Conference Brings Cryptocurrency Leaders to Townsville
15.8.2019
Global leaders from the Bitcoin Cash community will gather at the first Bitcoin Cash City Conference in Australia, being held in Townsville on September 4 & 5.
Townsville has really embraced Bitcoin Cash, so hosting this conference in the cozy, coastal suburb was a natural next step....
Bitex Crypto Exchange Partners With Bantotal In Latin America, Over 60 Banks Can Now Use Bitcoin
14.8.2019
In a breakthrough for the crypto industry in Latin America, popular crypto exchange Bitex has entered in partnership with a prominent banking service provider in the region, Bantotal. The latter has a presence in 14 Latin countries, which will give Bitex an unparalleled exposure. Uruguay based...
The Differing Perspectives on CSS-in-JS
14.8.2019
Some people outright hate the idea of CSS-in-JS. Just that name is offensive. Hard no. Styling doesn't belong in CSS, it belongs in CSS, a thing that already exists and that browsers are optimized to use. Separation of concerns. Anything else is a laughable misstep, a sign of not learning from...