Search
Robinhood Launches Crypto DCA Feature As Competition Intensifies
9.9.2021
https://blog.robinhood.com/news/2021/9/8/crypto-recurring-investments-are-here">said that its feature enables users to pursue a strategy to grow their bitcoin (BTC)
Early Days for CSS Scoping
6.9.2021
There is a working draft spec for CSS scoping now, a newsworthy event for the W3C. Other than a weird period where <style scoped shipped and then was subsequently removed from the spec (and browsers), this is the furthest a …
The post Early Days for CSS Scoping appeared first...
Links on Performance IV
3.9.2021
HTTP Caching is a Superpower — Hugh Haworth covers how the Cache-Control header is an awfully potent ingredient in web performance. I mis-read the title at first and was waiting to read about HTML caching. Hugh covers it a bit
…
The post Links on Performance IV appeared first...
If I work really hard on my Open Graph images, people will share my blog posts.
2.9.2021
Zach did that thing where each of his blog posts has a special URL with the design of social image card that is screenshat by a headless browser (like Puppeteer) and used as a true meta Open Graph image, meaning …
The post If I work really hard on my Open Graph images, people will share...
You don’t need external assets in an HTML file
2.9.2021
A fun exercise from Terence Eden. You can send an HTML file over the wire including anything a website might need without requesting any other files. CSS and JavaScript are easy, because there are <script and <style tags. Images and …
The post You don’t need external assets...
co je to 3D tisk?
31.8.2021
Každý z nás viděl bezpočet trojrozměrných předmětů ve správné délce, šířce a výšce vytesaných k dokonalosti pro různé účely, někdy model pro univerzitní projekt nebo montážní díl pro automobil nebo možná ve formě sofistikovaného zdravotnického vybavení. Dnes budeme diskutovat o 3D tisku, abychom...
Co je Arduino UNO? Průvodce Začínáme
31.8.2021
V tomto dnešním příspěvku vás provedu podrobně Arduino UNO, protože podrobně pojednám o všem, co souvisí s Arduino UNO, včetně toho, co je Arduino UNO, jeho funkce, pinout, programování a aplikace. Co je Arduino UNO? Arduino UNO je nízkonákladová, flexibilní a snadno použitelná programovatelná...
jq for JSON
27.8.2021
I old enough to remember when we thought XML was going to change the programming world…then JSON saved us from that hell. Parsing and querying JSON data is fundamental task we’ve all coded for, but sometimes I just want to get some data locally with minimal fuss. I just learned of...
Some Articles About Accessibility I’ve Saved Recently III
26.8.2021
The perfect link — Rian Rietveld defines them: “When you click on them, they take you somewhere else.” Not much code in here (we’ve got that), just a lot of practical accessibility advice. For example, the alt text
…
The post Some Articles About Accessibility I’ve Saved...
React usePrevious Hook
23.8.2021
Hooks are essential for the functional component pattern in React. One frequent logic comparison with class components was comparing a previous prop value with a current prop value via lifecycle methods. So what’s an easy pattern for duplicating previous value comparisons in functional...
“Disambiguating Tailwind”
20.8.2021
I appreciated this bit of nuance from a post on Viget’s blog:
There could be a whole article written about the many flavours of Tailwind, but broadly speaking those flavours are:
1. Stock tailwind, ie. no changes to the
…
The post “Disambiguating Tailwind” appeared first...
DX, to Whom?
17.8.2021
Dave points to Sarah’s post on Developer Experience (DX) at Netlify. Part of what Sarah did there is lay out what the role means. It’s a three-part thing:
Integrations Engineering (e.g. features)
Developer Experience Engineering (e.g. building integrations
…
The post DX,...
Tabs in HTML?
17.8.2021
Brian Kardell shares a bit about the progress of bringing "Tabs" to HTML. We kinda think we know what they are, but you have to be really specific when dealing with specs and defining them. It's tricky.
The post Tabs in HTML? appeared first on CSS-Tricks. You can support CSS-Tricks by being an...
Set a Default Node Version with nvm
9.8.2021
As I’ve shown you in the past, nvm an excellent utility for switching between Node.js versions. Whether your host machine or CI, building and testing your apps on different Node versions is a necessity. I’ve recently found a few nvm commands that I found really useful during local...
Kam s prázdným tonerem? A proč by vám na tom mělo záležet?
6.8.2021
O ekologické likvidaci tonerových kazet se u nás prakticky nemluví. Ročně se přitom do České republiky přivezou 2 miliony tonerových kazet, které celkem váží asi 2 tisíce tun. Velká část z nich skončí na skládkách. Přístup státních institucí ani současná legislativa situaci nezlepšují. Proto...
Nodeseeds Launches Three-Tier Membership to Ensure Transparency and Fair Allocation of Projects
3.8.2021
PRESS RELEASE. Blockchain venture capitalist firm Nodeseeds has announced the launch of a three-tier membership system to democratize its investment process. Nodeseeds revealed further details in a blog post on its medium page. Fair Allocation Tier System According to the post, Nodeseeds stated...
onInput Event
3.8.2021
Coding HTML forms has been painful my entire career. Form controls look different between operating systems and browsers, coding client side and server side validation is a nightmare, and inevitably you forget something somewhere along the line. Some behaviors don’t act the way you’d...
Central Bank of Ireland Governor Talks Crypto, Praises ‘Secure, Decentralized’ Technology
31.7.2021
Gabriel Makhlouf, the governor of the Central Bank of Ireland (CBI), has published a blog post in which he shares his views on the digitalization of finance. While echoing concerns expressed by his counterparts regarding cryptocurrencies, the official has also highlighted some of their positives....
GitHub Explains the Open Graph Images
29.7.2021
An explanation of those new GitHub social media images:
[…] our custom Open Graph image service is a little Node.js app that uses the GitHub GraphQL API to collect data, generates some HTML from a template, and pipes it to 
…
The post GitHub Explains the Open Graph Images...
So you want to self-publish books and courses on programming
29.7.2021
John Resig and I recently self-published our book on GraphQL. There are tons of how-tos for self-publishing a book, or even online classes, but very little in the way of why you would want to, or whether it’s even worth …
The post So you want to self-publish books and courses on programming...