Software
Ace Code Editor - Setting Up for Inline JS Code Editing
Ace has become the de-facto standard for in-line code edit for web content management systems. In this article, learn how we utilized the Ace code editor to improve a custom CMS we inherited from a new client engaging us to perform their software maintenance.
My Favorite Symfony Console Commands
The first symfony console command is "About" which displays info about the current project. I use this command to check the version of symfony being used, the version of PHP being used, and whether or not Xdebug is enabled.
Fast Magento 2 Product Import: Automate with Google Sheets
Adding Google Scripting for Google Sheets to our Magento 2 Product Import Workflow helped us rapidly organize client data into the Magento 2 format and increased import efficiency by 120%!
Software Maintenance - The 4 Types
The life of your software does not end when it finally launches. In reality, its life has just begun. Software is always evolving and it is never finished as long as it is used; partly to accommodate for the ever changing world we live in.
CSS FlexBox Intro
FlexBox is the best tool to create a grid-like layout with CSS. Better than TABLE tags, better than inline-block DIVs !
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?
Wordpress Custom Post Types
Wordpress is an open source content management system that allows developers to create a wide array of plug-ins, themes and widgets. One of the core pieces in Wordpress is creating Custom Post Types. A Custom Post Type is an easy way to organize and create data that is stored in the database.
Laravel Homestead
Laravel Homestead is a prepackaged Vagrant box and configuration that can be used for PHP development. The box itself includes all of the essentials for rapid web development.
The Joys of Parameterization
We’ve all seen examples of parameterization. Database credentials are probably the most common example. Various scenarios may require that these be changed; a server move, a user/password change, or setting up a development environment. It’s easy to see how this is a best practice.
Behold Firebase 2.0!
Firebase is a unified app platform for Android, iOS and the web that promises to help “develop high-quality apps, grow your user base, and earn more money”.
Rebrand & Drupal 8 CMS for Doyle, the Famous New York Auction House
Endertech designed, developed, and deployed a Drupal 8 website for the famous auction house Doyle New York. Learn about this amazing platform and client.
What is an API and What Can it Do?
Brief article explaining the benefits of API development for your software project. Learning the basics of API integrations in order to develop a more powerful software. Better data and better functionality can be expected from API development projects.
