How to Build Custom WordPress Blocks with React 2021
Step by step tutorial on best practices on building a custom WordPress Blocks library with React.js, Tailwind CSS, and PHP.
WordPress CMS Migration Things to Consider
Migrating to WordPress? What are the things you should consider when doing a content management system (CMS) migration to WordPress?
Sort a list by integer with Elixir
Sort a list by integer with Elixir
Calculate Percentage with Elixir
Introduction This is part seven of the nine post series
Elixir – Group by Matching ID
Introduction This is part six of the nine post series
Get Video ID from URL using Regex Match and Elixir
How to Get Video ID from URL using Regex Match and Elixir
Filtering a List Using Regex Match and Elixir
This is part four of the nine post series on
Elixir – List vs Maps
In our last post we got values from a list and added them to new list. What if we wanted them as maps instead list? In this post, I’ll show how to do both.
Getting Items from List with Elixir
This is part three of nine post series on processing
Elixir String Split
Part two in a nine post series on how to process a log file with the Elixir programming language