Search
Analyzing Notion app performance
8.6.2020
Here’s a fantastic case study where Ivan Akulov looks at the rather popular writing app Notion and how the team might improve the performance in a variety of ways; through code splitting, removing unused vendor code, module concatenation, and deferring JavaScript execution. Not so long ago, we made...
How I Used Brotli to Get Even Smaller CSS and JavaScript Files at CDN Scale
5.6.2020
This article is about my experience using Brotli at production scale. Despite being really expensive and a truly unfeasible method for on-the-fly compression, Brotli is actually very economical and saves cost on many fronts, especially when compared with gzip or lower compression levels...
Blockchain and Smart Contracts Have a 'Dark Side', Says Researcher
1.6.2020
The immutability of blockchain ledgers and smart contracts have a “dark side,” argues UPenn professor Kevin Warbach
PureCSS Gaze
28.5.2020
Diana Smith with another mind-bending all HTML & CSS painting.
I love that these occupy a special place on the “Should I draw this in CSS?” curve. Things like simple shapes are definitely on the “yes” side of the curve. Then there’s a large valley where things...
BitAmp – The Next New Open Source Wallet
26.5.2020
With the recent rise of Bitcoin prices and the Bitcoin halvening, new entrants into the cryptocurrency field may wonder where they can self-custody their Bitcoin in the most secure way. BitAmp’s Emphasis on Privacy and Security The developers behind new entrant Bitamp’s Bitcoin wallet...
On the Darknet Side: The Role of Crypto as a Means of Exchange
2.5.2020
Why is Bitcoin popular among cybercriminals, and what is the future of cryptocurrencies in the darknet?
Market Wrap: There’s a Bright Side to Bitcoin’s Drop on Worsening Unemployment
30.4.2020
Bitcoin cooled off after jumping to its highest levels in nearly two months, when it was up as much as $9,478. Yet, stakeholders say crypto interest remains strong
Alpine.js: The JavaScript Framework That’s Used Like jQuery, Written Like Vue, and Inspired by TailwindCSS
29.4.2020
We have big JavaScript frameworks that tons of people already use and like, including React, Vue, Angular, and Svelte. Do we need another JavaScript library? Let’s take a look at Alpine.js and you can decide for yourself. Alpine.js is for developers who aren’t looking to build a single page...
A Bright Side to the Dark Web
17.4.2020
The dark web typically conjures up thoughts of criminal activity. While there are undoubtedly unsavory characters leveraging the darknet for illegal pursuits, there are also virtuous uses of the “hidden internet.”
As reported, per data from blockchain analytics provider Chainalysis, over USD...
typespecimens.io
2.4.2020
If you’re looking for a new typeface for that side project of yours then here’s a great website by John D. Jameson that collects a bunch of the latest type specimen websites. Everything is on display here, from the daring and bold, to those that are a bit more professional and reserved.
Not only...
APIs and Authentication on the Jamstack
31.3.2020
The first “A” in the Jamstack stands for “APIs” and is a key contributor to what makes working with static sites so powerful. APIs give developers the freedom to offload complexity and provide avenues for including dynamic functionality to an otherwise static site. Often, accessing an API requires...
Creating an Editable Site with Google Sheets and Eleventy
27.3.2020
Remember Tabletop.js? We just covered it a little bit ago in this same exact context: building editable websites. It’s a tool that turns a Google Sheet into an API, that you as a developer can hit for data when building a website. In that last article, we used that API on the client side, meaning...
Client-Side Image Editing on Mobile
20.3.2020
Michael Scharnagl:
Ever wanted to easily convert an image to a grayscale image on your phone? I do sometimes, and that's why I build a demo using the Web Share Target API to achieve exactly that.
For this I used the Service Worker way to handle the data. Once the data is received on the client,...
React Suspense in Practice
19.3.2020
This post is about understanding how Suspense works, what it does, and seeing how it can integrate into a real web app. We'll look at how to integrate routing and data loading with Suspense in React. For routing, I'll be using vanilla JavaScript, and I'll be using my own micro-graphql-react GraphQL...
Make Yourself a Little API With Netlify Functions
10.3.2020
Here's an example of a nice little use case for cloud functions. Glitch has this great package of friendly words. Say you wanted to randomly generate "happy-elephant" or "walking-tree", and you need to do that on your website in JavaScript. Well, this package is pretty big (~200 KB), necessarily...
Collective #590
17.2.2020
Listen to your web pages * Exploring the Web Speech API * Stage.js * The Side Effects of an Unfinished Internet
Collective #590 was written by Pedro Botelho and published on Codrops
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...
UN Secretary-General at WEF: Dark Side of AI Threatens Our World
24.1.2020
In a symposium at the World Economic Forum, Antònio Guterres, Secretary-General of the United Nations, outlined what he believed were four gravest threats that the world faced today: climate war, mistrust of leaders, an increase of geopolitical tension, and the dark side of digital. Guterres...
JAMstack vs. Jamstack
21.1.2020
It's just a word to evoke the idea that serving as much as you can statically while using client-side code and hitting serverless APIs for any needs after that.
The "official website" changed their language from JAMstack (evoking the JavaScript, APIs, and Markup acronym) to Jamstack. It's nothing...
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...