Search
Jamstack Community Survey 2021
13.7.2021
The folks over at Netlify have opened up the Jamstack Community Survey for 2021. More than 3,000 front-enders like yourself took last year’s survey, which gauged how familiar people are with the term “Jamstack” and which frameworks they …
The post Jamstack Community Survey...
Jamstack Community Survey 2021
13.7.2021
(This is a sponsored post.)
The folks over at Netlify have opened up the Jamstack Community Survey for 2021. More than 3,000 front-enders like yourself took last year’s survey, which gauged how familiar people are with the …
The post Jamstack Community Survey 2021 appeared first...
Payments Provider Clear Junction Stops Processing Payments for Binance
12.7.2021
On Monday, the global payments solutions provider Clear Junction announced it ceased processing transactions for Binance. The move by Clear Junction was brought on by the Financial Conduct Authority’s (FCA) recent warning, according to a blog post written about the decision. Clear Junction...
Binance CEO Changpeng Zhao Ponders Regulation: ‘Compliance Is a Journey’ in Crypto
9.7.2021
Binance CEO Changpeng Zhao stated his take on the recent regulatory crackdown Binance is facing. In a blog post, Zhao explains Binance aims to comply with local regulations. However, he also stated cryptocurrency was a nascent industry, and there are a lot of uncertainties in the field. Binance...
Fix Seeing “0” in Your JSX Code
9.7.2021
The early days of the web felt like the wild west when it came to coding practices — just make it work. Then we became enlightened to better practices, separating HTML from CSS and JavaScript. Then came React and JSX, where we combine JavaScript, HTML, and even CSS with Styled Components...
Beginner JavaScript Notes
9.7.2021
Wes has a heck of a set of “notes” for learning JavaScript. It’s organized like a curriculum, meaning if you teach JavaScript, you could do a lot worse. It’s actually more like 85 really fleshed-out blog posts organized into sections …
The post Beginner JavaScript...
Coinbase Actively Building Crypto Hub in India, Looking to Hire ‘Hundreds’ of People
6.7.2021
The Nasdaq-listed cryptocurrency exchange Coinbase is actively building a cryptocurrency hub in India. The company says it has “ambitious plans” for the South Asian crypto hub and is looking to hire for many positions, including hundreds of engineers. Coinbase Has ‘Ambitious...
Základy ESP8266
5.7.2021
Ahoj všichni, doufám, že se všichni bavíte a užíváte si život. V dnešním tutoriálu se podrobně podíváme na ESP8266. Toto je gadget bezdrátové věrnosti (Wi-Fi). Jedná se o praktický systém na čipu (SoC), který je integrován do protokolu TCP / IP, díky čemuž lze jakýkoli mikrokontrolér připojit...
Dannyho linuxová galerie
2.7.2021
tato linuxová galerie pochází přibližně z let 2001 – 2004 a ukazuje, jak tehdy vypadalo grafické uživatelské rozhraní tohoto operačního systému. Pikantní je, že daný počítač v té době nebyl ani připojený k Internetu (čili na něm z dnešního pohledu vlastně „nebylo co dělat“) a stejně jsem si s ním...
The Trick to Enable Printify Shipping Notifications for Orders in WooCommerce? Customer Notes.
2.7.2021
This is a super niche blog post. But it’s been on my list forever to write down because this caused me grief for far too long.
The setup is that you can use WooCommerce to sell things on a WordPress …
The post The Trick to Enable Printify Shipping Notifications for Orders...
Hack the “Deploy to Netlify” Button Using Environment Variables to Make a Customizable Site Generator
1.7.2021
If you’re anything like me, you like being lazy shortcuts. The “Deploy to Netlify” button allows me to take this lovely feature of my personality and be productive with it.
Clicking the button above lets me (or you!) instantly …
The post Hack the “Deploy...
Coinbase to Launch Apple-Like Crypto App Store
30.6.2021
Cryptocurrency exchange Coinbase has unveiled its plan to build “the crypto app store,” inspired by how Apple Inc. built its app store. CEO Brian Armstrong said: “Apple didn’t attempt to build every app for the iPhone, it empowered developers and gave mobile users an easy...
How do you make a layout with pictures down one side of a page matched up with paragraphs on the other side?
30.6.2021
I got this exact question in an email the other day, and I thought it would make a nice blog post because of how wonderfully satisfying this is to do in CSS these days. Plus we can sprinkle in polish …
The post How do you make a layout with pictures down one side of a page matched up with...
Nové Dannyho webové stránky
30.6.2021
Ahoj, tento post bude krátký a čistě informační: nová Dannyho homepage je k dispozici na snadno zapamatovatelné adrese http://www.danielsoft.cz/
Working around the viewport-based fluid typography bug in Safari
28.6.2021
Sara digs into a bug I happened to have mentioned back in 2012 where fluid type didn’t resize when the browser window resized. Back then, it affected Chrome 20 and Safari 6, but the bug still persists today in Safari …
The post Working around the viewport-based fluid typography bug...
How to Upload a File via SSH and Command Line
28.6.2021
My preference for daily work is usually GUI applications, like Visual Studio Code for text editing and Cyberduck for remote file server management. I’m also a huge fan of automation, so I do try to learn the command line equivalents of UI functions. My latest desire was wanting to know how...
“Weak declaration”
23.6.2021
PPK looks at aspect-ratio, a CSS property for layout that, for the most part, does exactly what you would think it does. It’s getting more interesting as it’s behind a flag in Firefox and Safari now, so we’ll have …
The post “Weak declaration” appeared first...
Three Ethereum Testnets Are Transitioning to the Highly Anticipated London Upgrade
22.6.2021
According to a blog post on the Ethereum Foundation’s website, three Ethereum testnets leveraging the London hard fork will go live during the next few weeks. Ethereum core developer Tim Beiko explained last Friday that the “upgrade will first go live on Ropsten, at block 10499401...
Always Show Arrows for Number Input
21.6.2021
While I enjoy small details that make user interfaces more elegant, I also believe that less is more, especially when it comes to native behavior. One native behavior I dislike is that <input type="number" /> elements only show the increment and decrement arrows when the input is focused....
Useful and Useless Code Comments
16.6.2021
Jim Nielsen:
If somebody says a comment isn’t adding any value, I would ask: to whom?
Personally, I’ve never liked the advice that writing obvious comments is bad practice—probably because I write obvious comments all the time.
Jim showed …
The post Useful and Useless Code Comments...