Tag: JSON

Import RSS, XML, JSON, CSV and HTML as WooCommerce products with CyberSEO Pro – CyberSEO Pro

Learn how to effectively import RSS, XML, JSON, CSV and HTML into WooCommerce using the CyberSEO Pro plugin. Optimize your product descriptions with GPT technology for enhanced SEO. ...
Continue Reading Import RSS, XML, JSON, CSV and HTML as WooCommerce products with CyberSEO Pro – CyberSEO Pro

Find & Fix security issues in your GraphQL API with Escape’s Postman integration.

Improve the Security of Your GraphQL API with Escape and Postman Are you tired of dealing with pesky API vulnerabilities? Want to take your GraphQL game to the next level? Introducing the perfect combo for GraphQL success – Escape and Postman. Escape is a tool that helps developers automatically and ...
Continue Reading Find & Fix security issues in your GraphQL API with Escape’s Postman integration.

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

Styling Buttons in WordPress Block Themes

A little while back, Ganesh Dahal penned a post here on CSS-Tricks responding to a tweet that asked about adding CSS box shadows on WordPress blocks and elements. There’s a lot of great stuff in there that leverages new features … Styling Buttons in WordPress Block Themes originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading Styling Buttons in WordPress Block Themes

GraphQL errors: the Good, the Bad and the Ugly

Returning errors in GraphQL is a challenging task, and we tried a lot of different approaches over time. Keep reading to know what we’ve learned along the way. ...
Continue Reading GraphQL errors: the Good, the Bad and the Ugly

Saving Settings for a Custom WordPress Block in the Block Editor

We’ve accomplished a bunch of stuff in this series! We created a custom WordPress block that fetches data from an external API and renders it on the front end. Then we took that work and extended it so the data … Saving Settings for a Custom WordPress Block in the Block Editor originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading Saving Settings for a Custom WordPress Block in the Block Editor

Adding Box Shadows to WordPress Blocks and Elements

The CSS box-shadow and outline properties gained theme.json support in WordPress 6.1. Let’s look at a few examples of how it works in real themes, and what options we have to apply these styles to WordPress blocks and elements. Adding Box Shadows to WordPress Blocks and Elements originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading Adding Box Shadows to WordPress Blocks and Elements

Using The New Constrained Layout In WordPress Block Themes

One of the main goals of the WordPress Site Editor (and, yes, that is now the “official” name) is to move basic block styling from CSS to structured JSON. JSON files are machine-readable, which makes it consumable by … Using The New Constrained Layout In WordPress Block Themes originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading Using The New Constrained Layout In WordPress Block Themes

Achieving end-to-end type safety in a modern JS GraphQL stack – Part 2

Welcome back! This article is the second and last part of the Achieving end-to-end type safety in a modern JS GraphQL stack series. Read the first part if you haven't yet! Svelte I won't go into the details of why Svelte, but I like Svelte a ...
Continue Reading Achieving end-to-end type safety in a modern JS GraphQL stack – Part 2

How to create an API Gateway using Azure API Management

In a microservices architecture, an API Gateway hides your real endpoints. We will create one using Azure API Management ...
Continue Reading How to create an API Gateway using Azure API Management