by Travis Peters | May 21, 2019 | Uncategorized
Read Part I here: https://impelos.com/continuous-deploy-with-commandbox/ Why Gitlab? Gitlab allows us to host our own version control system without being subject to the whims of external parties. DigitalOcean does a wonderful job of serving it up for us....
by Travis Peters | May 13, 2019 | Infrastructure, Modern CFML
Preamble As a matter of course, we at Impelos have built a significant set of modules that can plug in to various database systems and schemas to accomplish the needs of our clients. In order to accomplish the varying client requirements we’ve needed to build a system...
by Travis Peters | Apr 26, 2019 | About Impelos
Impelos specializes in making high-value improvements to back-office and production ecosystems for manufacturers of configurable products. The Goal is Simplicity For Make To Order manufacturers, Impelos offers à la carte software integrations that automate existing...
by Travis Peters | Nov 12, 2018 | For SQL Developers
Here are a few handy calendar functions for US Holidays: Create FUNCTION dateEasterSunday (p_year int) RETURNS date DETERMINISTIC BEGIN declare p_day int DEFAULT 0; declare p_month int DEFAULT 3; declare p_g int DEFAULT 0; declare p_c int DEFAULT 0; declare p_h int...
by Travis Peters | Jun 22, 2018 | Parody
The Human Resources department at Wally’s Widgets, Inc. recently awarded a record bonus for productivity to Leslie Jones for achieving a record 99.999% active time during business hours for a full quarter. Leslie, a sales representative with the company,...