Development

Python Virtual Environments

In Python, a virtual environment is like a sandbox where you can install and handle Python packages without affecting other projects or the Python installation on your computer. If you work with Python, you probably already know about virtual environments. I’ve only recently started working with Python, and if you’re new to Python as well, I hope this will be helpful.

Read More »
Development

Kenn’s 21 Rules for Software Development

From understanding the importance of iteration and planning to embracing opportunities to teach, Kenn’s 21 Rules for Software Development offers valuable insight for both tech professionals and life in general. Discover these must-know tips for software development success!

Read More »
Development

Balancing Ends (Front/Back-end Development)

Balance is key to creating fast, secure, and usable web applications. Using tools like Angular.js, React.js, and Vue.js, you can harmoniously blend server- and client-side technologies for an elegant and sustainable solution. Don’t get stuck on one side or the other: balance your approach to development!

Read More »
Development

Choosing the Right Stack for the Job

“Is PHP dead? Should you use React or Vue? Find out which tech stack is best for your project and discover why depth, popularity and stability matters for coding success.”

Read More »
Development

WordPress Plugin Boilerplate, Part Two

In a previous post, I introduced Wordpress Plugin Boilerplate (hereafter referred to as WPBB for brevity), an attempt at standardization for the way Wordpress plugins are developed.

Read More »
Development

Getting WP Post and Postmeta in Single Rows

WordPress uses wp_posts to store post, page, and Custom Post Type (CPT) data the wp_postmeta table for Custom Metabox data. To retrieve this data you have to read for the post plus multiple linked postmeta rows. In this post, we conquer postmeta with subqueries.

Read More »
Development

WordPress Plugin Boilerplate, Part One

The WordPress Plugin Boilerplate offers a standardized, organized way to build high-quality plugins: download the generator, and get access to its 100% object-oriented code. Learn how to use this useful tool with our detailed guide!

Read More »
Skip to content