Search
Cool Hover Effects That Use CSS Text Shadow
13.5.2022
In my last article we saw how CSS background properties allow us to create cool hover effects. This time, we will focus on the CSS text-shadow property to explore even more interesting hovers. You are probably wondering how adding shadow …
Cool Hover Effects That Use CSS Text Shadow...
Let’s Create a Tiny Programming Language
10.5.2022
By now, you are probably familiar with one or more programming languages. But have you ever wondered how you could create your own programming language? And by that, I mean:
A programming language is any set of rules that convert
…
Let’s Create a Tiny Programming Language originally...
SEC vs. NVIDIA, Sanctioned Bitcoin Mixer, Bluesky Code, VCs Target NFTs + More News
6.5.2022
Get your daily, bite-sized digest of cryptoasset and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
__________...
Read More: SEC vs. NVIDIA, Sanctioned Bitcoin Mixer, Bluesky Code, VCs Target NFTs + More News
How to Serve a Subdomain as a Subdirectory
6.5.2022
Let’s say you have a website built on a platform that excels at design and it’s available at example.com. But that platform falls short at blogging. So you think to yourself, “What if I could use a different blogging …
How to Serve a Subdomain as a Subdirectory originally...
‘Decentralized Twitter’ Bluesky releases code, outlines content moderation
6.5.2022
Bluesky outlined that it is “not possible to have a usable social network without moderation,” and intends to build a moderation model for the network dubbed “speech and reach.”
Syntax Highlighting (and More!) With Prism on a Static Site
4.5.2022
So, you’ve decided to build a blog with Next.js. Like any dev blogger, you’d like to have code snippets in your posts that are formatted nicely with syntax highlighting. Perhaps you also want to display line numbers in the …
Syntax Highlighting (and More!) With Prism on a Static...
The Fisher-Price Controller, Modded To Play Baby Game Elden Ring
2.5.2022
It’s time once again to reset the clock on the innovative and weird milestones players are up to in the Elden Ring community. This time around, a gamer modded a children’s toy into a playable Xbox controller. This isn’t an Onion article, you’re in the right place. Read more
World Economic Forum Shares a Video About Changing Bitcoin’s Code to Proof-of-Stake
29.4.2022
According to a World Economic Forum (WEF) tweet, a “change in the way bitcoin is coded could almost eliminate its environmental impact.” That statement stems from a tweet the WEF published on April 26, with an accompanying video that claims “miners could stake their...
Report: $1.3 Billion in Crypto Stolen in Q1 2022, 97% Stemmed From Defi Exploits
28.4.2022
According to a research report, $1.3 billion in digital currencies have been stolen during the first quarter of 2022. The study, published by cryptomonday.de researchers, further highlights that 97% of the stolen funds derived from decentralized finance (defi) protocol exploits. Defi Exploits...
Avoiding the Pitfalls of Nested Components in a Design System
26.4.2022
When creating a component-based, front-end infrastructure, one of the biggest pain points I’ve personally encountered is making components that are both reusable and responsive when there are nested components within components.
Take the following “call to action” (<CTA />…
Avoiding...
BioWare Contractors Supporting On Games Like Mass Effect Seek To Unionize
25.4.2022
Keywords Studios developers working in support of Dragon Age 4 maker BioWare are seeking to unionize. That’s according to an April 20 application filed with the Alberta Labor Relations Board. The staff is preparing for a union vote following recent labor organizing efforts at other game...
AkuDreams NFT Team Announces Rewritten Code After Flaw in First Code Locked USD 34M
25.4.2022
The team behind AkuDreams, a much-anticipated non-fungible token (NFT) project that went live on Friday, has announced a rewritten mint code after flaws in the first smart contract code had resulted in a reported USD 34m locked “forever.”
In an update on Sunday, the project said that Anonymice...
Writing Strong Front-end Test Element Locators
22.4.2022
Automated front-end tests are awesome. We can write a test with code to visit a page — or load up just a single component — and have that test code click on things or type text like a user would, …
Writing Strong Front-end Test Element Locators originally published on CSS-Tricks. You should...
Report: South African University to Issue Blockchain-Based Certificates to Graduating Students
22.4.2022
A South African university has said starting this year it will issue blockchain-based certificates to students graduating from the learning institution. University administrators argued that a blockchain-based certification system will help prevent fraud and end the production of fake documents....
Smart Offsets: Algorand Ups Sustainability Pledge With Self-Executing Code
21.4.2022
The smart contract–based commitment to sustainability coincides with Earth Day
Russia to include crypto into its tax code: Here is what the rules might look like
20.4.2022
Amendments to the tax code have passed the first round of parliamentary consideration in February
Nintendo Worker Files Complaint With National Labor Relations Board
19.4.2022
On April 15, an anonymous employee filed a complaint against Nintendo and contracting company Aston Carter with the National Labor Relations Board. The public case docket lists allegations of coercive statements, discharge, retaliation against concerted activities, and surveillance. Read more
Uniswap Launches Swap Widget — Devs Can Embed the Dex With ‘One Line of Code’
15.4.2022
On Thursday, Uniswap Labs, the company behind the popular decentralized finance (defi) protocol, Uniswap, launched a tool called the Swap Widget. Essentially, the widget allows developers and decentralized app (dapp) operators to embed the Uniswap decentralized exchange (dex) app with “one...
Advanced Code Display with Code Detection API (Sponsored)
4.4.2022
Web apps are accepting numerous types of inputs, from basic text to code to imagery, files, and more. It’s important that we validate the contents we receive but if you do allow arbitrary text, it’s good to know what exactly has been submitted so you can present it properly. Enter...
Tricks to Cut Corners Using CSS Mask and Clip-Path Properties
30.3.2022
We recently covered creating fancy borders with CSS mask properties, and now we are going to cut the corners with CSS mask and clip-path! A lot of techniques exist to cut different shapes from the corners of any element. …
Tricks to Cut Corners Using CSS Mask and Clip-Path Properties...