Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Jeff Puckett
Jeff Puckett has asked
36
questions and find answers to
85
problems.
Stats
5.4k
EtPoint
2.2k
Vote count
36
questions
85
answers
About
Director of Engineering at https://www.dealerinspire.com
Some things:
When something isn't working, first check firewall and cache before pulling your hair out.
"It's easy once you know what to look for and where to look." -Jeff Walton
"Finding bugs is almost as much fun as writing them." -John Gauch
"There are only two hard things in Computer Science: cache invalidation and naming things." -Phil Karlton
"Hard work is waste, always use copy-paste." -Vinit Varghese
"Also note that it is your responsibility to die() if necessary." -PHP docs
Jeff Puckett questions
Does updating dependencies break backwards compatibility (semver major version change)?
How do I clone Distinct XML structures without data in PHP?
How to determine which assertion failed in a loop?
How to get count of distinct XML nodes?
How to bind ISO8601 TSQL DATETIME parameter with PDO?
Why does getopts only work the first time?
How to mock $_SERVER variables for laravel tests?
Why is COMPOSER_HOME empty?
How to insert NULL into SQL Server DATE field *from XML*
Why composer install --no-dev does not work?
Jeff Puckett answers
Get array of dates seperated by weeks for a given month and year in php
How do i group items by key in a multi dimension array with php
Retrieving keys and values from json
PHP Simple DOMDocument scraping exclude td class
How to iterate efficiently when some sub intervals results are known
How do I stop ignoring a file pattern in a subtree subdirectory?
Does removing overqualified elements really improve performance?
Move a single file out of a git commit and place it in separate git commit
MySQL - How to normalize column containing delimiter-separated IDs
How can I find out how many commits in master are not in my branch?