Tag: profile

Speeding up the JavaScript ecosystem – module resolution

đź“– tl;dr: Whether you’re building, testing and/or linting JavaScript, module resolution is always at the heart of everything. Despite its central place in our tools, not much time has been spent on making that aspect fast. With the changes discussed in this blog post tools can be sped up by as much as 30%. In part 1 of this series… ...
Continue Reading Speeding up the JavaScript ecosystem – module resolution

Reflections on 2022

As we come to the end of another year, lets look back at the highlights and reflect on the year. Although this post focuses on my personal… ...
Continue Reading Reflections on 2022

2022 Roundup of Web Research

We’ve started making a tradition of rounding up the latest front-end research at the end of each year. We did it in 2020 and again in 2021. Reports are released throughout the year by a bunch of different companies … 2022 Roundup of Web Research originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading 2022 Roundup of Web Research

Speeding up the JavaScript ecosystem – one library at a time

đź“– tl;dr: Most popular libraries can be sped up by avoiding unnecessary type conversions or by avoiding creating functions inside functions. Whilst the trend is seemingly to rewrite every JavaScript build tool in other languages such as Rust or Go, the current JavaScript-based tools could be a lot faster. The build pipeline in a typical frontend project is usually composed… ...
Continue Reading Speeding up the JavaScript ecosystem – one library at a time

WP Migrate 2.5 Released: High-Performance File Transfers for All

Today we’re pleased to announce the official release of WP Migrate 2.5, which brings High-Performance File Transfers out of beta and into its new role as the standard file transfer… Read more The post WP Migrate 2.5 Released: High-Performance File Transfers for All appeared first on Delicious Brains. ...
Continue Reading WP Migrate 2.5 Released: High-Performance File Transfers for All

How to deploy .NET APIs on Azure using GitHub actions

Building APIs with .NET is easy. Deploying them on Azure is easy too, with GitHub Actions! ...
Continue Reading How to deploy .NET APIs on Azure using GitHub actions

Using Web Components With Next (or Any SSR Framework)

In my previous post we looked at Shoelace, which is a component library with a full suite of UX components that are beautiful, accessible, and — perhaps unexpectedly — built with Web Components. This means they can be used … Using Web Components With Next (or Any SSR Framework) originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading Using Web Components With Next (or Any SSR Framework)

The 2 secret endpoints I create in my .NET APIs

In this article, I will show you two simple tricks that help me understand the deployment status of my .NET APIs ...
Continue Reading The 2 secret endpoints I create in my .NET APIs

How To Customize WordPress Block Theme Cover Templates with Dynamic Post Feature Images

If we browse the WordPress theme directory, a majority of themes showcase cover images. It is a feature in popular demand. The cover page trend is true even in the block theme directory screenshots as well. Let’s consider the … How To Customize WordPress Block Theme Cover Templates with Dynamic Post Feature Images originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading How To Customize WordPress Block Theme Cover Templates with Dynamic Post Feature Images

Managing WordPress Dev Environments With WP-CLI and Robo

Automating repetitive tasks is one of the best ways to save time in your development workflow. In my day to day work as a plugin developer, I often have to… Read more The post Managing WordPress Dev Environments With WP-CLI and Robo appeared first on Delicious Brains. ...
Continue Reading Managing WordPress Dev Environments With WP-CLI and Robo