David Aguilera
How to Create Better Components with TypeScript and React Hooks (II)
Learn how a good type definition in TypeScript will guide your plugin development by looking at a real example: Nelio Popups.
How to Create Better Components with TypeScript and React Hooks (I)
A good type definition of your application will guide its development and result in better software. Let’s talk about TypeScript.
Our Goals for 2022
Here’s what we want to achieve in 2022. Let’s discuss our goals and how we plan to achieve them!
What You Can Learn From an Intern
Offering someone an internship in your company is no easy decision. Is it going to help us grow faster? Or will we spend too much time training them? Well, here’s our experience on this.
Finite State Machines with @wordpress/data and TypeScript
A finite state machine is a mathematical model you can use to define the state of your apps precisely. Discover how to create one with @wordpress/data and TypeScript.
How to Customize Nelio Content’s Quality Analysis
Nelio Content’s Quality Analysis helps you write better code and reminds you of any relevant tasks you should address before publishing a new post. Learn how you can customize it here!
Adding TypeScript to @wordpress/data Stores
Learn how to extend the @wordpress/data package with TypeScript definitions and let the compiler know about your selectors and actions.
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.
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.
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.
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.
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.