Search
Apollo GraphQL without JavaScript
29.1.2020
It's cool to see progressive enhancement being done even while using the fanciest of the fancy front-end technologies.
This is a button in a JSX React component that has a click handler applied directly to it that fires a data mutation Ajax request through Apollo GraphQL. That is about the least...
ANALYSIS: RBI vs. Crypto Hearings End; Verdict Pending
28.1.2020
As the long and intense legal battle between RBI and Crypto comes to an end, both sides have presented their arguments and await a judgment as to whether RBI’s directive banning banks from dealing with cryptocurrencies was warranted and valid. Counsel for IAMAI, Ashim Sood, has made a strong case...
“Browser Functions”
26.1.2020
Serverless functions are fairly straightforward. Put a bit of back-end language code, like Node, in the cloud and communicate with it via URL. But what if that URL didn't run a back-end language, it ran an actual browser? Richard Young:
We can now do full stack development using just Web APIs....
Flexible Captioned Slanted Images
25.1.2020
The end result of Eric Meyer's tutorial on creating this row of slanted images is pretty classy. But it's more about the journey than the destination (there isn't even really an isolated demo for it). Eric does an amazing job at talking it through like a thought process.
We did that recently, only...
Soundbary od Samsungu budou umět využívat i zvuk z televizorů
25.1.2020
ECB Keeps Subzero Interest Rates and Open-Ended QE Worth €20B a Month But Launches Policy Review
24.1.2020
The European Central Bank (ECB) has launched an extensive review that will examine a wide range of its policies by the end of this year. Under its new president, Christine Lagarde, the bank will try to establish why its monetary stimulus has failed to achieve the Eurozone’s goal of close...
This Page is Designed to Last
23.1.2020
Jeff Huang, while going through his collection of bookmarks, sadly finds a lot of old pages gone from the internet. Bit rot. It's pretty bad. Most of what gets published on the web disappears. Thankfully, the Internet Archive gets a lot of it. Jeff has seven things that he thinks will help make...
Demand for Crypto Derivatives Swells as CME’s Bitcoin Volume Rises
22.1.2020
The global markets company Chicago Mercantile Exchange (CME) has seen considerable demand since launching its options contracts in the wake of the firm’s bitcoin futures. On the first day of swaps, CME’s bitcoin options saw 55 contracts ($2.3 million). By the end of the week,...
Getting Started with Front End Testing
20.1.2020
Amy Kapernick covers four types of testing that front-end devs could and should be doing:
Linting (There's ESLint for JavaScript and Stylelint or Prettier for CSS.)
Accessibility Testing (Amy recommends pa11y, and we've covered Axe.)
Visual Regression Testing (Amy recommends Backstop, and we've...
The Design Squiggle
16.1.2020
I think we all have an intuitive understanding that, at the beginning of projects that require our creativity (be it design or code), things feel uncertain and messy. Then, as we go, things tend to straighten out. There is still some wiggling and setbacks, but by the end, we find a single solution...
How We Tagged Google Fonts and Created goofonts.com
16.1.2020
GooFonts is a side project signed by a developer-wife and a designer-husband, both of them big fans of typography. We’ve been tagging Google Fonts and built a website that makes searching through and finding the right font easier.
GooFonts uses WordPress in the back end...
IIF Report Predicts Global Debt Will Reach New All-Time High of $257T in 2020
15.1.2020
Global debt records were broken in 2019, but that likely won’t be the end of such ominous economic milestones, the Institute of International Finance (IIF) predicts. The number could reach $257 trillion sometime in Q1 2020, according to a recent report by the group. Economies worldwide...
Our Learning Partner: Frontend Masters
10.1.2020
I'd like to think there is a lot to learn on CSS-Tricks. But we don't really offer much by the way of courses. You're probably reading this because you just generally read this site, and you land on CSS-Tricks otherwise mostly because you are looking for an answer to some front-end...
Federal Reserve Considers Creating a Separate Entity for Cash Injections
8.1.2020
While American President Donald Trump wages war with Iran, the U.S. Federal Reserve has continued to inject fresh capital into the hands of private banks by giving them $100 billion in overnight and 14-day repos on Tuesday. The same day, Rabobank strategist Philip Marey predicted the central bank...
Collective #578
6.1.2020
Front-End Performance Checklist 2020 * Kinesis * Excalidraw * Exifer * Sscaffold * Craft.js
Collective #578 was written by Pedro Botelho and published on Codrops
McAfee Catches Heat After Welshing On Famous Bitcoin Bet
6.1.2020
Many bold predictions about bitcoin’s price have been made over the years, but tech entrepreneur John McAfee’s 2017 claim that BTC would reach $1 million before the end of 2020 garnered more column inches than any other. This is because he promised to, ahem, consume his own manhood...
China’s new crypto law
2.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 2 January, 2020 “A story has no beginning or end: arbitrarily one chooses that moment of experience from which to look back or from which to look ahead.” - Graham Greene In today's newsletter, […]
The post China’s new crypto...
China’s new crypto law
2.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 2 January, 2020 “A story has no beginning or end: arbitrarily one chooses thatContinue Reading
The post China’s new crypto law appeared first on CoinMarketCap
China’s new crypto law
2.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 2 January, 2020 “A story has no beginning or end: arbitrarily one chooses that moment of experience from which to look back or from which to look ahead.” - Graham Greene In today's newsletter, […]
The post China’s new crypto...
Validate CSP from Command Line
2.1.2020
The content security policy spec has been an amazing front-end security tool to help prevent XSS and other types of attacks. I’d go as far to say that every site should implement as specific CSP as possible. If you aren’t familiar with CSPs, here’s a quick example:...