Blog <Blog, Software, Web Development>
The Customer Journey Series Pt 1 – What Type of Software Do You Need?
This is part 1 of the Customer Journey Series in navigating software development process as a client. We discuss the types of software that exist and how to know which one fits you goals the best.
Blog <Blog, Software, Web Development>
How to Create Draggable Rows in React Admin
This is the fifth 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 Create Draggable Rows in React Admin.
Blog <Blog, Software, Web Development>
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.
Blog <Blog, Software, Web Development>
React Admin Modal: Create Record Without Leaving Page
This is the third part or our React series focusing on unique customizations to further improve on the foundation of React Admin.The purpose of this article – Efficiently create record using React modal without leaving the page.
Blog <Blog, Software, Web Development>
How to Extend React Admin and Why You Need To
This is the first part or our React series focusing on unique customizations to further improve on the foundation of React Admin. The purpose of this article – touch on features that React Admin is missing and give examples of how one could remedy the missing parts.
Blog <Blog, Software, Web Development>
Remote Mass Image Optimization with AWS CLI
Do you have a large image database dragging down you’re website? Here you’ll see the steps taken to carry out a mass image optimization using Amazon’s AWS CLI and ImageMagick. The importance of web speed for high rankings makes this article a must read.
Blog <Blog, Software, Web Development>
Top 5 Practices of Requirements Gathering for Software Development
This article focuses on the importance of preparing for software development as a paying client. Documenting all the details of your vision, or what we call Requirements Gathering and why it saves you time and money. Want to go from A to Z, this is how to pave the road.
Blog <Blog, Software, Web Development>
A Native PHP Function Override with namespace & PHP-Mock: Shopify API Example
This article touches on how a PHP Function Override is successful using namespace and PHP Mock to retrieve the raw Shopify API response data.