Search
Let a website be a worry stone
1.4.2020
Ethan Marcotte just redesigned his website and wrote about how the process was a distraction from the difficult things that are going on right now. Adding new features to your blog or your portfolio, tidying up performance issues, and improving things bit by bit can certainly relieve a lot...
Collective #595
5.3.2020
Variable Fonts Primer * Cannon-es and use-cannon * Faux Code Generator * Learn Box Alignment
Collective #595 was written by Mary Lou and published on Codrops
Collective #592
24.2.2020
Building a new kind of ecosystem * CLI Diagram * Kasaya * esbuild * Disappearing-People * Glitch Art Generator
Collective #592 was written by Pedro Botelho and published on Codrops
Neumorphism.io
12.2.2020
I was sort of making fun of neumorphism the other day. I don't actually care that much. I mostly just think it only works on some flat colored backgrounds, mostly really light colors, and somehow that feels weirdly limiting. (nope, sure, sure, nope 🤷‍♂️).
Anyway,...
Possibly The Easiest Way to Run an SSG
4.2.2020
"Static Site Generator," that is. We'll get to that in a second.
Netlify is a sponsor of this site (thank you very much), and I see Zach Leatherman has gone to work over there now. Very cool. Zach is the creator of Eleventy, an SSG for Node. One thing of the many notable things about Eleventy...
Cold Storage and Bearer Bonds: How to Print an SLP Token Paper Wallet
28.1.2020
The Simple Ledger Protocol (SLP) and tokens have become a mainstay within the Bitcoin Cash ecosystem. SLP tokens have gathered traction as they are supported by multiple noncustodial wallets and a slew of tokens gained real-world value after being listed on exchanges. Even though SLP tokens...
Gift Bitcoin Cash for Chinese New Year With a Limited Edition Red Envelope Paper Wallet From Bitcoin.com
24.1.2020
Giving red envelopes full of money to friends and family is a traditional way to celebrate the Lunar New Year in China and other Asian cultures. This year you can gift your loved ones bitcoin cash with a limited edition Red Envelope BCH paper wallet from Bitcoin.com. Also Read: Bitcoin Games...
Adding Dynamic And Async Functionality To JAMstack Sites
2.1.2020
Jason Lengstorf:
Here’s an incomplete list of things that I’ve repeatedly heard people claim the JAMstack can’t handle that it definitely can:
Load data asynchronously
Handle processing files, such as manipulating images
Read from and write to a database
Handle user authentication and protect...
Create a Static Site Using Angular & Scully
20.12.2019
The team at HeroDevs has just released the alpha version of Scully, a static site generator for Angular. That's right, Angular didn't have an intuitive way to create JAMstack applications before, but now it's possible!
Scully uses a node CLI application to run Angular schematics so you don’t have...
Freak Flags
11.12.2019
I don't see image sprites used that much anymore, but it's still a good technique for reducing downloaded decorative image assets when you have multiple on a page. The big idea is combining all the graphics into one and then shifting around the size and background-position to reveal one at...
4 Noncustodial Bitcoin Cash-Powered Payment Button Generators
7.10.2019
Bitcoin cash development is popping, whether it’s from engineers programming infrastructure or developers creating third-party resources. One innovative concept is the use of embeddable payment buttons that allow people to tip and donate using BCH payments. Just recently, a new BCH-based...
SLP Hackathon Produces a Variety of Innovative Token Ideas
2.10.2019
Software developers wrapped up the first Simple Ledger Protocol Virtual Hackathon (SLPVH) which ended on September 30 with the first place prize awarded to the Project Ignite team. The developers’ project, called Hamingja, is a non-tradeable SLP token that utilizes checkdatasig covenants...
Bitcoin QR Code Generators: Search Results Dominated by Scammers
15.9.2019
Bitcoin or the cryptocurrency space, in general, has been through a lot over the past couple of years. Followed by an epic bull run in 2017, the price of Bitcoin has consistently slumped last year, which has somewhat rebounded in 2019, rising back above $10,000 per BTC. And now, more reasons...
Collective #545
2.9.2019
PWA Asset Generator * Leon Sans * Introduction to JavaScript Promises * The Enigma Machine
Collective #545 was written by Pedro Botelho and published on Codrops
Collective #544
29.8.2019
SVG Artista * Optional chaining * Color Palette Generator * Label Studio * Perfect loops in Processing
Collective #544 was written by Pedro Botelho and published on Codrops
Using GraphQL Playground with Gatsby
18.7.2019
I’m assuming most of you have already heard about Gatsby, and at least loosely know that it’s basically a static site generator for React sites. It generally runs like this:
Data Sources → Pull data from anywhere.
Build → Generate your website with React and GraphQL.
Deploy → Send the site to...
How to Cold Store Your Cryptocurrency for Safekeeping
26.6.2019
If you’re new to the crypto scene you might have heard about people moving their assets into cold storage or cold wallets but were unsure exactly what this entails. Simply put, it means storing your crypto offline to reduce access to hackers. Here’s how you can easily freeze your coins...
MIT’s ‘Fiat Cryptography’ System Automates the Process of Securing Almost Anything
20.6.2019
Gone are the days of manual encryption as MIT researchers create a way to automatically generate security algorithms
Every Layout
18.6.2019
Every Layout is a new work-in-progress website and book by Heydon Pickering and Andy Bell that explains how to make common layout patterns with CSS. They describe a lot of the issues when it comes to the design of these layouts, such as responsive problems and making sure we all write maintainable...
Components, yo.
14.6.2019
I see VuePress just went 1.0. Explained simply, it's a static site generator based on Vue. But of course, you work in Vue, which means you work in components.
All the modern JavaScript frameworks are component-based. Even when they disagree with each other about specific things (like how Svelte...