Search Results
Using PHPCR and Its Sidekick, Jackalope
In this post, we'll dig a little deeper in how the PHP Content Repository works with its sidekick Jackalope. You’ll see that its applications extend beyond content management and that a design based on the PHPCR offers tremendous flexibility.
What is Great Software Development?
You don't have to be a developer to understand what great software development looks like. Understanding it, sets standards & expectations.
Docker API Platform from PostgreSQL to MySQL
A technical article about changing PostgreSQL to MySQL with code text to copy along with your project. Follow the steps closely to complete successfully.
Introduction to MongoDB
"NoSQL" has been a big buzzword in recent years within web application circles…how can there be a database with no SQL?
How I Used AI and Python to Validate STORIS and Inntopia Data for Planning, Mapping, and Pattern Finding
I do not dump whole exports into a chatbot. I use an LLM to help write tight Python that answers one question at a time, prove it on a small sample, then run it locally larger data sets. That keeps work repeatable, cuts token cost, and keeps sensitive fields off hosted tools while I plan integrations and product mapping.
Multiple Inserts with Prepared Statements in Symfony 1.4
Using Prepared Statements in Symfony1.4 instead of other methods such as doInsert or creating an object in a loop.
Multiple Inserts with Prepared Statements in Symfony 1.4
Using Prepared Statements in Symfony1.4 instead of other methods such as doInsert or creating an object in a loop.
The Truth About Magento and Entity-Attribute-Value
Magento is a serious e-commerce solution, built from the ground up for the kind of business logic that e-tailers use day in and day out. Magento is structured as an infinitely flexible shopping cart and product management system.
How Shopify Shop Metafield Objects can be Used to Show Information about your Brick and Mortar Stores
This guide shows how to centralize store details in Shopify using shop metafields (and metaobjects) and render them across your theme. Set up fields for hours, address, contact, and policies, then use Liquid snippets to keep headers, footers, and templates consistent and easy to maintain.
Amazon STORIS Integration
We integrated our client's Amazon Seller Central account with STORIS using the Amazon Selling Partner API. Here's the story.
The Basics About Database Applications
What is a database and why do you need one? Learn about best practices for creating and maintaining databases and database applications.
Configure Columns in React Admin to Export
This is the fourth part or our React series focusing on unique customizations to further improve on the foundation of React Admin. The purpose of this article - How to Build a Column Export Configuration Form for React Admin.
