Skip to content

Articles by Daniel Pataki

Hi, my name is Daniel, I'm the CTO here at Kinsta. You may know me from Smashing Magazine, WPMU Dev, Tuts+ and other WordPress/Development magazines. Aside from WordPress and PHP I spend most of my time around Node, React, GraphQL and other technologies in the Javascript space. When not working on making the best hosting solution in the Universe I collect board games, play table football in the office, travel or play guitar and sing in a pretty bad band.

Managing WordPress Development With Symlinks

Symlinks can be used to point a plugin or theme from one central location to multiple WordPress installs. This minimizes development and testing time.
Reading time
4 min read
Updated date
May 31, 2022
Post type
Blog
Topic
WordPress Development

wp_enqueue_scripts – How to Enqueue Your Assets in WordPress

Use wp_enqueue_scripts in WordPress to add your Javascript and CSS assets to your site while managing their dependencies in a modular way.
Reading time
5 min read
Updated date
November 24, 2022
Post type
Blog
Topic
PHP Function
Topic
WordPress Development

Using The WordPress HTTP API

The WordPress HTTP API will help you make HTTP calls a lot more easily. This is a complete tutorial about how to use it in WordPress.
Reading time
10 min read
Updated date
August 7, 2023
Post type
Blog
Topic
API
Topic
WordPress Development