Ghostscript Cheatsheet
Combine, manipulate, Merge, convert and Extract PDF files using Ghostscript with these powerful ghostscript commands
Welcome to my brain. Excuse the mess.
Handpicked cheatsheets and guides
If you want to use Gutenberg for editing your custom post types. And why wouldn’t you it’s amazing and easily the best option for WordPress content editing. Then you need to edit and add this piece...
Object-Oriented Programming (OOP) in PHP for WordPress themes involves structuring your code around objects and classes. Instead of relying solely on procedural programming, where functions are exe...
What are blocks? Blocks are designed and coded content components that are placed onto a page to makeup a complete webpage. Typically we use acf blocks to create our own page builder Blocks ar...
The problem with the default Vim macros is that they’re not persistent. Every time you fire up them. Those old macros you were using yesterday are no longer there. In fact.. macros are confined to ...
To update Neovim using Homebrew on macOS, you can use the following steps in your terminal: Open your terminal. Update Homebrew to ensure you have the latest package information:...
Ubuntu server maintenance refers to the ongoing tasks and processes performed to ensure the proper functioning, security, and optimal performance of a server running the Ubuntu operating system. It...
Im starting to use bootstrap as apposed to custom css because bootstrap, Is customizable Can save time Keeps the designer and developer aligned through the bootstrap component framework W...
If you’re already read some of my other articles related to the Drupal way of creating a modern flexible content page builder with paragraphs module [[2023-01-18-Drupals-block-based-page-builder]] ...
SendGrid is a cloud-based email delivery service that allows businesses to send transactional and marketing emails at scale. It provides a reliable infrastructure for managing email delivery, track...
If you want to do a quick development test with some HTML and some JavaScript a good solution is to fire up a HTTP server for local development testing. You can run/install this in the folder your ...