Search
CSS :is
31.5.2021
There are scores of developers who hate CSS; don’t get it, don’t want to get it, etc. Most of that is either down to inefficiencies within the language or misunderstanding of how to properly construct a website structure. I mostly love CSS but there are some parts of the language that...
Report: Ant Group to overhaul structure per agreement with China authorities
3.2.2021
Several of Ant Group’s offerings including the blockchain division will reportedly become part of a financial holding company
ZelaaPayAE: UAE Will Now Have a Crypto Debit Card
25.1.2021
PRESS RELEASE. ZelaaPayAE, with a vision to build and improve the financial structure, introduces a Crypto Debit Card with the ability to be swiped not just in UAE but also globally. Partnering with Baanx, ZelaaPayAE is providing Mastercard enabled Debit Card featuring personalized cards with a...
‘You’re Starting To Democratize Access.’ Arca’s Jeff Dorman on Crypto’s Impact on Organizational Structure and Other Big Trends to Look for in 2021
17.1.2021
A leading crypto investor on the year-ahead for bitcoin, NFTs, India and DeFi community tokens. Your host is Ben Schiller
How to Animate the Details Element Using WAAPI
5.11.2020
Animating accordions in JavaScript has been one of the most asked animations on websites. Fun fact: jQuery’s slideDown() function was already available in the first version in 2011.
In this article, we will see how you can animate the native <details> element using the Web Animations...
Smarter Ways to Generate a Deep Nested HTML Structure
21.10.2020
Let’s say we want to have the following HTML structure:
<div class='boo'<div class='boo'<div class='boo'<div class='boo'<div class='boo'</div</div</div</div</div
That’s real a pain to write manually. And the reason why this post was born was being...
SEC Commissioner Peirce Weighs in Defi Token Regulation Debate: Panel Predicts Defi Will Self Correct in Twelve Months
9.10.2020
The U.S. Securities and Exchange Commissioner, Hester Peirce says while defi tokens carry some equity-like benefits, she believes that giving something away is distinct from selling something. As a result of this lack of clarity, Peirce says questions about the regulatory structure and how these...
South African Exchange Valr Raises $3.4 Million in a Series A Funding Round
22.7.2020
A South Africa based cryptocurrency exchange, Valr has just raised $3.4 million in a Series A funding round led by 100x Group, the parent company to Bitmex. The funding round, in which 4Di Capital also participated, however, does not change Valr’s controlling shareholder structure. In...
Building a Blog with Next.js
9.7.2020
In this article, we will use Next.js to build a static blog framework with the design and structure inspired by Jekyll. I’ve always been a big fan of how Jekyll makes it easier for beginners to setup a blog and at the same time also provides a great degree of control over every aspect of...
JPMorgan: Bitcoin’s Market Structure More Resilient Than Currencies, Equities, Treasuries and Gold
13.6.2020
JPMorgan’s strategists have reportedly found bitcoin’s market structure to be more resilient than those of currencies, equities, Treasuries, and gold. In a new report on bitcoin’s stress test, JPMorgan wrote that cryptocurrencies have “longevity as an asset class.”...
ViaBTC Group Announces Strategic Upgrade to Advance Innovation and Improve Customer Experience
30.5.2020
Hong Kong, 30 May, 2020 – ViaBTC Group, an innovative technology company specialized in blockchain and dedicated to providing users with comprehensive digital asset management services, today announced a strategic upgrade, which included a new organizational structure, product innovations...
3 Ways Ethereum’s Bullish Structure May Prevent a Bitcoin Downtrend
23.4.2020
#Ethereum #ETH has flipped bullish, painting a series of higher highs which could result in a large rally
Create a Responsive CSS Motion Path? Sure We Can!
15.4.2020
There was a discussion recently on the Animation at Work Slack: how could you make a CSS motion path responsive? What techniques would be work? This got me thinking.
A CSS motion path allows us to animate elements along custom user-defined paths. Those paths follow the same structure as SVG paths....
A Grid of Logos in Squares
6.4.2020
Let’s build a literal grid of squares, and we’ll put the logos of some magazines centered inside each square. I imagine plenty of you have had to build a logo grid before. You can probably already picture it: an area of a site that lists the donors, sponsors, or that is showing off...
Brazil’s PIX Payments System Has the Same Spirit, but Not a Blockchain Structure
28.2.2020
When PIX is implemented, a number of Brazilan banks could take a hit. Point-of-sale machines and payment processing firms could become scarce
Why JavaScript is Eating HTML
13.2.2020
Web development is always changing. One trend in particular has become very popular lately, and it fundamentally goes against the conventional wisdom about how a web page should be made. It is exciting for some but frustrating for others, and the reasons for both are difficult to explain.
A...
PHP is A-OK for Templating
4.2.2020
PHP templating often gets a bad rap for facilitating subpar code — but that doesn't have to be the case. Let’s look at how PHP projects can enforce a basic Model, View, Controller (MVC) structure without depending on a purpose-built templating engine.
But first, a very brief PHP history lesson
The...
Fantastic Flight API with aviationstack (Sponsored)
9.1.2020
I didn’t fly until I was 25 years of age — I was hopeless in knowing I had to be there early, the process of security, and the whole gate structure. Now that I’ve flown dozens of times for Mozilla, I feel much more comfortable with the process of flying, but feel less comfortable...
Domain-Driven Design With React
16.12.2019
There is very little guidance on how to organize front-end applications in the world of React. (Just move files around until it “feels right,” lol). The truth is that we can do better. Let’s take a look at one pattern you might consider using to architect your site.
At first, you might split...
Real-Time Google Search Results API with serpstack (Sponsored)
19.11.2019
In my early web days, I was interested in scraping and collecting data based on the results of Google searches. Scraping Google was easier in those days but now Google search results are so dynamic that you can’t rely on getting the same HTML or data structure back. Add in CAPTCHAs, rate...