Tag: Compatibility

6 Common SVG Fails (and How to Fix Them)

Someone recently asked me how I approach debugging inline SVGs. Because it is part of the DOM, we can inspect any inline SVG in any browser DevTools. And because of that, we have the ability to scope things out and … 6 Common SVG Fails (and How to Fix Them) originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading 6 Common SVG Fails (and How to Fix Them)

Delicious Brains 2022 Year in Review: High-Speed Towards the Future

It’s been an exciting year for the teams behind the Delicious Brains plugins. Major new releases have brought some long-awaited features to our users, and we have exciting plans for… Read more The post Delicious Brains 2022 Year in Review: High-Speed Towards the Future appeared first on Delicious Brains. ...
Continue Reading Delicious Brains 2022 Year in Review: High-Speed Towards the Future

Running 1000 tests in 1s

📖 tl;dr: Most code doesn’t require the amount of test isolation modern test runners apply by default. If you only opt into the amount of isolations you need, you can easily run 1000 tests in 1s. Recently, I tweeted that the whole test suite for Preact, a modern framework to build web apps, runs in approximately 1s. It’s composed of… ...
Continue Reading Running 1000 tests in 1s

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

A Deep Introduction to WordPress Block Themes

The relatively new WordPress editor, also known as the WordPress Block Editor, always under development via the Gutenberg plugin, has been with us since 2018. You can use the block editor on any WordPress theme, provided the theme … A Deep Introduction to WordPress Block Themes originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading A Deep Introduction to WordPress Block Themes

What the Heck is a Package Manager?

If you’re keeping score, so far in this npm guide we’ve developed a general understanding of what npm is—notably, that it stands for Node Package Manager. In the process, we’ve discussed the importance of the command line and how it’s … What the Heck is a Package Manager? originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading What the Heck is a Package Manager?

How to Use Native Custom Fields in WordPress (and 5 Useful Examples)

Custom Fields in WordPress are arbitrary bits of data that you can apply to Posts, Pages, and Custom Post Types in WordPress. Metadata, as it were, in the form of key/value pairs. For example: Key: subtitle / Value: They are … How to Use Native Custom Fields in WordPress (and 5 Useful Examples) originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading How to Use Native Custom Fields in WordPress (and 5 Useful Examples)

How to deploy Django app using Docker

Docker is a program that makes managing application processes in containers much more accessible. Containers allow you to run your programs in separate processes with their resources. Containers are comparable to virtual machines, except they’re more portable, resource-friendly, and reliant on the host OS. ...
Continue Reading How to deploy Django app using Docker

Python Django vs. Flask

Python is a handy tool for web development. In fact, Python is known for its great web development frameworks, Flask and Django, and its ability to adapt fast to technological advancements. ...
Continue Reading Python Django vs. Flask

Python Django vs. Flask

Python is a handy tool for web development. In fact, Python is known for its great web development frameworks, Flask and Django, and its ability to adapt fast to technological advancements. ...
Continue Reading Python Django vs. Flask