David Aguilera
Our Goals for 2021
Here you’ll find our goals for 2021. If you want to know where Nelio is headed, don’t miss this post.
David Aguilera
How to Sort Posts within a WordPress Taxonomy
Did you know you can sort the posts within a WordPress taxonomies? Learn how in this simple, step by step tutorial.
David Aguilera
Advanced TypeScript with a Real Example (Part 2)
Partial objects, polymorphic functions, discriminated union types… Discover what these advance techniques are and learn how to apply them in TypeScript with this step by step tutorial.
David Aguilera
Dark Mode in the Upcoming Default WordPress Theme “Twenty Twenty-One”?
Developers of the upcoming default WordPress theme, Twenty Twenty-One, are considering the implementation of a Dark Mode, albeit this feature will be provided by a plugin. Learn more about it in this post.
David Aguilera
Advanced TypeScript with a Real Example (Part 1)
Learn how to apply TypeScript to an existing project with a real world example. This first part will introduce you to the real world example and will teach you how to improve it by defining domain types.
David Aguilera
Introduction to TypeScript
TypeScript is an open-source language which builds on JavaScript and adds static type definitions. It’ll help you detect and address issues when coding, saving your users from find them in runtime.
David Aguilera
All You Need to Know About WordPress’ get_template_part() Function
Discover what WordPress’ get_template_part function and how it can help you to organize your theme into different template partials.
David Aguilera
How to Support an Angry Customer
Plugin updates aren’t always welcome. Sometimes, some users might not like what you released. What should you do when they complain?
David Aguilera
6 JavaScript Features You Should Know
JavaScript is rapidly evolving and it’s not always easy to keep up to speed. In this post you’ll learn six features that’ll help you write better code that’s shorter and easier to understand.
David Aguilera
How to Format and Send HTML Emails in WordPress
Did you know you can send emails from a WordPress site? The only problem is that, by default, its emails are plain text… but you can also format them using HTML! Here’s how.
David Aguilera
4 Tips to Fix a WordPress Site
If you can’t access your WordPress site or if some things don’t work as expected, you should first try to figure out what’s amiss so that you can fix this. In this post we’ll teach you how to investigate issues within your site.
David Aguilera
Interesting CSS Features You Should Know
CSS has several features that will help you create more accessible websites with adaptive designs that match your visitors expectations. Take your web to the next level!
David Aguilera