Search
Chapter 4: Search
15.9.2020
Previously in web history…
After an influx of rapid browser development following the creation of the web, Mosaic becomes the popular choice. Recognizing the commercial potential of the web, a team at O’Reilly builds GNN, the first commercial website. With something to browse with,...
Crypto-Friendly Banking Platform Cashaa Expanding in India, US, Africa
5.9.2020
Crypto banking platform Cashaa has unveiled plans to expand its services in India, the U.S., Africa, and the Caribbean. In India, the company aims to create “the first crypto-friendly banking platform” that is regulated by the central bank, the Reserve Bank of India (RBI)...
Beyond Media Queries: Using Newer HTML & CSS Features for Responsive Designs
4.9.2020
Beyond using media queries and modern CSS layouts, like flexbox and grid, to create responsive websites, there are certain overlooked things we can do well to make responsive sites. In this article, we’ll dig into a number tools (revolving around HTML and CSS) we have at the ready, from responsive...
How to Make a Media Query-less Card Component
1.9.2020
Fun fact: it’s possible to create responsive components without any media queries at all. Certainly, if we had container queries, those would be very useful for responsive design at the component level. But we don’t. Still, with or without container queries, we can do things to make our components...
Tesla Foils Ransomware Attack After Employee Rejects Bitcoin Bribe Worth $1 Million
1.9.2020
Tesla’s Elon Musk has said the company recently foiled attempts to infect its computer network with malicious software, after an employee cooperated with the FBI in an investigation. The malicious software would create an opportunity for criminals to extort money from Tesla. Musk’s...
Barter Trade Partners with Hive to Create New Social Experience
29.8.2020
Crypto staking platform Barter Trade announced on Friday that it is collaborating with decentralized scalable blockchain Hive.io to utilize its network for its Web3 social platform. Barter Trade will use Hive’s social platforms to improve the user experience and efficiency of their social trading...
Doom Damage Flash on Scroll
26.8.2020
The video game Doom famously would flash the screen red when you were hit. Chris Johnson not only took that idea, but incorporated a bunch of the UI from Doom into this tounge-in-cheek JavaScript library called Doom Scroller. Get it? Like, doom scrolling, but like, Doom scrolling. It’s funny...
FTX crypto exchange acquires Blockfolio for $150 million, set to create ‘New trading experience’
26.8.2020
FTX exchange demonstrates retail expansion aspirations as it acquires the number one crypto app
OmiseGo Price Doubles as DeFi and Record Ethereum Fees Create ‘Perfect Storm’
20.8.2020
OmiseGO has more than doubled in the past seven days as record Ethereum fees lead investors to look more closely at layer-2 solutions
A Community-Driven Site with Eleventy: Preparing for Contributions
19.8.2020
I’ve recently found myself reaching for Eleventy (aka 11ty) above all other tools when I want to develop a website. It’s hard to beat a static site generator that provides advanced templating opportunities while otherwise getting out of your way and allowing you to just create.
One...
Simple Node.js Proxy
18.8.2020
When I wanted to refresh my React.js skills, I quickly moved to create a dashboard of cryptocurrencies, their prices, and and other aspects of digital value. Getting rolling with React.js is a breeze — create-react-app {name} and you’re off and running. Getting the API working...
Flipstarter Campaign Launched to Create Viral BCH Videos for Normies
12.8.2020
A crowdfunding campaign raised more than $50,000 in the first two days toward the creation of viral videos promoting Bitcoin Cash
How Much Ether Is Out There? Ethereum Developers Create New Scripts for Self-Verification
11.8.2020
Ethereum and Bitcoin advocates have engaged in spirited exchange since Friday to answer an ostensibly simple question: What’s the total supply of ether?
Don’t Wait! Mock the API
10.8.2020
Today we have a loose coupling between the front end and the back end of web applications. They are usually developed by separate teams, and keeping those teams and the technology in sync is not easy. To solve part of this problem, we can “fake” the API server that the back end tech...
Russia Is Set to Create a New Regime for Tokenized Securities
8.8.2020
The new Russian “crypto” law provides a regulatory regime for tokenized securities and has no regulation for cryptocurrencies
New Kenyan Digital Tax to Affect Crypto Platforms
8.8.2020
Kenya Revenue Authority (KRA) has announced new regulations that compel users of digital marketplaces to pay digital tax. At a rate of 1.5% on gross transaction value, the new tax is expected to take effect on Jan. 1, 2021. According to a report, the KRA will create a special tax unit to track...
Crypto Long & Short: Does Decentralization Create Value or Destroy It?
2.8.2020
This week, bitcoin rallied past $11,000 and value in DeFi climbed toward $4 billion. But what's the point of crypto if regular markets are just as volatile?
Chainlink Partners With State of Colorado to Help Create A New Lottery Game
31.7.2020
Chainlink and the Colorado State Lottery have partnered on a hackathon with the goal of creating new games to generate $1 billion in future revenues from its lottery
A Look at What’s New in Chrome DevTools in 2020
31.7.2020
I’m excited to share some of the newer features in Chrome DevTools with you. There’s a brief introduction below, and then we’ll cover many of the new DevTools features. We’ll also look at what’s happening in some other browsers. I keep up with this stuff, as I create Dev Tips, the largest...
The GitHub Profile Trick
28.7.2020
Monica Powell shared a really cool trick the other day:
The profile README is created by creating a new repository that’s the same name as your username. For example, my GitHub username is m0nica so I created a new repository with the name m0nica.
Now the README.md from that repo is essentially...