Tag: CLI

How to use Azure Management APIs in C# with Azure.Identity

Azure offers a wide range of management APIs to automate a range of actions that can be performed in the Azure portal. These include things… ...
Continue Reading How to use Azure Management APIs in C# with Azure.Identity

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

How to avoid data breaches with GraphQL?

Manage your sensitive data in GraphQL applications (PII, passwords, secrets…) We released a new feature in Escape that enables you to detect and fix data leaks with GraphQL. 🚫 The GraphQL Access Control issue, what is it? Access control is the restriction that tells the user who or what ...
Continue Reading How to avoid data breaches with GraphQL?

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

Flutter For Front-End Web Developers

I started as a front-end web developer and then became a Flutter developer. I think there were some concepts that helped me adopt Flutter easier. There were also some new concepts that were different. In this article, I want to … Flutter For Front-End Web Developers originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading Flutter For Front-End Web Developers

Reading Google Calendar Events in an Azure Function

I recently had the need to look at how to read Google Calendar events from inside an Azure function, however it’s not been as straight… ...
Continue Reading Reading Google Calendar Events in an Azure Function

Installing, Updating, and Managing WordPress Plugins With WP-CLI

WP-CLI allows you to do practically anything you can do in the WordPress admin, but on the command line. This saves a lot of time and provides a cleaner workflow.… Read more The post Installing, Updating, and Managing WordPress Plugins With WP-CLI appeared first on Delicious Brains. ...
Continue Reading Installing, Updating, and Managing WordPress Plugins With WP-CLI

Managing Your WordPress Site With Git and Composer

Managing WordPress with Git and Composer has some big advantages. In particular, it can give you version control and helps get new people up to speed quickly. But it’s not… Read more The post Managing Your WordPress Site With Git and Composer appeared first on Delicious Brains. ...
Continue Reading Managing Your WordPress Site With Git and Composer

Our Guide to WP-CLI Command Structure

The WordPress command line interface (WP-CLI) is an incredible tool for improving your development workflow. Understanding how commands are structured is key to using WP-CLI to its full potential. In… Read more The post Our Guide to WP-CLI Command Structure appeared first on Delicious Brains. ...
Continue Reading Our Guide to WP-CLI Command Structure

How to Use tmux for Remote & Local Development

The tmux terminal multiplexer is often used in remote development, but it has interesting applications for local dev work as well. In this article, I’ll explain what a terminal multiplexer… Read more The post How to Use tmux for Remote & Local Development appeared first on Delicious Brains. ...
Continue Reading How to Use tmux for Remote & Local Development