Search
Collective #663
27.5.2021
25 Years of CSS * CSS Container Queries For Designers * Incremental Static Regeneration * Unveiling Material You
The post Collective #663 appeared first on Codrops
Indian Government to Set up Panel of Experts to Take a Fresh Look at Regulating Cryptocurrencies: Report
20.5.2021
The Indian government is reportedly looking to form a new “panel of experts” to focus on ways to regulate the cryptocurrency industry in the country. “There is a view within the government that the recommendations made by Subhash Garg are dated and a fresh look is needed at use...
Student Coin (STC) Token Is Now Listed on Bitcoin.com Exchange
13.5.2021
PRESS RELEASE. Bitcoin.com Exchange is thrilled to announce the listing of STC, being available to trade on the 13th May 2021 at 10:00AM UTC. STC was created by the Student Coin team, as the reference currency for all tokens created on its terminal. STC will start trading with USDT, BTC and...
Stan Druckenmiller: US Will Likely Lose Reserve Currency Status in 15 Years, Hard to Unseat Bitcoin as Store of Value
13.5.2021
Legendary fund manager Stanley Druckenmiller says that he is worried that within 15 years the U.S. dollar will lose its world’s reserve currency status. He said that crypto is a solution to the lack of trust in Fed Chairman Jerome Powell “and the rest of the world’s central...
US SEC Has Brought 75 Enforcement Actions on Crypto Industry
13.5.2021
The U.S. Securities and Exchange Commission (SEC) has brought 75 enforcement actions against companies and individuals in the crypto industry so far, according to a new report by Cornerstone Research. The agency also brought 19 trading suspension orders against digital asset market participants...
Why Netlify?
14.4.2021
I think it’s fair to think of Netlify as a CDN-backed static file host. But it would also be silly to think that’s all it is. That’s why I think it’s smart for them to have pages like this, comparing …
The post Why Netlify? appeared first on CSS-Tricks.
You...
React Authentication & Access Control
1.4.2021
Authentication and access control are required for most applications, but they often distract us from building core features. In this article, I’ll cover a straightforward way to add auth and access control in React.
Instead of adding a static library …
The post React Authentication &...
Building a Full-Stack Geo-Distributed Serverless App with Macrometa, GatsbyJS, & GitHub Pages
25.3.2021
In this article, we walk through building out a full-stack real-time and completely serverless application that allows you to create polls! All of the app’s static bits (HTML, CSS, JS, & Media) will be hosted and globally distributed via the …
The post Building a Full-Stack...
From Blackest Night to Brightest Day: How the Present Has Seen the Glorious Rise of the Black Superhero
24.2.2021
Editor’s Note: The Rise of the Black Superhero is a three-part series breaking down the past, present and future of Black superheroes across comics, film, and tv. This is part 2Read more
Netlify
16.2.2021
High five to Netlify for the ❥ sponsorship. Netlify is a great place to host your static (or not-so-static!) website because of the great speed, DX, pricing, and feature set. I’ve thought of Netlify a bunch of times just in …
The post Netlify appeared first on CSS-Tricks.
You...
Lightweight Form Validation with Alpine.js and Iodine.js
20.1.2021
Many users these days expect instant feedback in form validation. How do you achieve this level of interactivity when you’re building a small static site or a server-rendered Rails or Laravel app? Alpine.js and Iodine.js are two minimal JavaScript …
The post Lightweight Form Validation with...
Cloudinary Fetch with Eleventy (Respecting Local Development)
4.12.2020
This is about a wildly specific combination of technologies — Eleventy, the static site generator, with pages with images on them that you ultimately want hosted by Cloudinary — but I just wanna document it as it sounds like a decent amount of people run into this situation.
The deal:
Cloudinary...
Amplify, Amplified
2.12.2020
First, quickly: AWS Amplify has a new Admin UI. Amplify always had a CLI that helps you build projects by setting up stuff like auth, storage, and APIs. That’s super useful, but now, you can do those things with the new Admin UI. And more, like model your data (!!), right from a local...
Painting With the Web
1.12.2020
Matthias Ott, comparing how painter Gerhard Richter paints (do stuff, step back, take a look) to what can be the website building process and what can wreck it:
[…] this reminds me of designing and building for the Web: The unpredictability, the peculiarities of the material,...
Building a Svelte Static Website with Smooth Page Transitions
30.11.2020
A video tutorial that will show you how to build a static website with Svelte and add smooth page transitions using Three.js and GSAP.
The post Building a Svelte Static Website with Smooth Page Transitions appeared first on Codrops
Rendering Spectrum
25.11.2020
Here are the big categories of rendering websites:
Client: ship a <div id="root"></div> and let a JavaScript template render all of it.
Static: pre-render all the HTML.
Server: let a live server process requests and generate the HTML response.
They are not mutually exclusive....
Comparing Static Site Generator Build Times
28.10.2020
There are so many static site generators (SSGs). It’s overwhelming trying to decide where to start. While an abundance of helpful articles may help wade through the (popular) options, they don’t magically make the decision easy.
I’ve been on a quest to help make that decision easier. A colleague...
Weaved Webs
17.9.2020
There is a bit of an irony with Jamstack.
The concept is simple: you put pre-rendered, static files on web hosting (a CDN) designed to do that well. That’s it. If you need to do more, anything you do from there is done with client-side JavaScript, which is likely talking to serverless...
Setting up and Customizing the Ant Design System in a Nuxt App
9.9.2020
I don’t typically work with UI libraries because they can be cumbersome and hard to override, which can contribute to a bloated. However, Ant Design has recently gained some some of my affection because it’s easy to use, has extensible defaults, and features a delicate design.
Nuxt and...
Going Jamstack with React, Serverless, and Airtable
27.8.2020
The best way to learn is to build. Let’s learn about this hot new buzzword, Jamstack, by building a site with React, Netlify (Serverless) Functions, and Airtable. One of the ingredients of Jamstack is static hosting, but that doesn’t mean everything on the site has to be static. In fact, we’re...