Tag: max-width

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

Festive Tech Calender – Building a Festive Poll with SignalR

This year for the Festive Tech Calender I have created a christmas themed poll sample that is updated in real time using serverless… ...
Continue Reading Festive Tech Calender – Building a Festive Poll with SignalR

How to customize Swagger UI with custom CSS in .NET 7

Exposing Swagger UI is a good way to help developers consume your APIs. But don’t be boring: customize your UI with some fancy CSS ...
Continue Reading How to customize Swagger UI with custom CSS in .NET 7

WordPress Plugin Development Best Practices: Template Files

When we talk about templates in WordPress we are normally referring to page template files in the theme. However, there are plugins that use template files to display content, and… Read more The post WordPress Plugin Development Best Practices: Template Files appeared first on Delicious Brains. ...
Continue Reading WordPress Plugin Development Best Practices: Template Files

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

Education Ecosystem at the Blockchain Expo Global 2022

Education Ecosystem makes its final appearance of the year at the 2022 Blockchain Expo, hosted at the Olympia Exhibition Centre in London, England. The post Education Ecosystem at the Blockchain Expo Global 2022 appeared first on Education Ecosystem Blog. ...
Continue Reading Education Ecosystem at the Blockchain Expo Global 2022

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

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 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

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