Interviewing ConflictIt is very common to start a technical interview by giving a coding challenge to the candidate and observing their problem-solving skills.Dec 1, 2022Dec 1, 2022
Published inStudocu TechThe importance of testing your SEOJust like any other test suite, SEO tests will give your team confidence in your HTML structure and will prevent expensive mistakes.Sep 2, 2022Sep 2, 2022
Mocking, Spying, or Faking your FacadesWhat are the differences between a Mock, a Spy, and a Fake? And when should I use each one?Mar 30, 2022Mar 30, 2022
PHP Snippet: Unit Testing private methodsWhen testing private or protected methods, the most common approach is to create an invokeMethod helper that, using the Reflection API…Feb 6, 2022Feb 6, 2022
Published inStudocu TechCracking the Laravel Interview: coding assignmentWhat to do and what not to do when coding an interview assignment for a Laravel job position.Jul 9, 2021Jul 9, 2021
Published inStudocu TechHow to deal with database master-slave replication delay in LaravelSolving the replication delay on master-slave databases using a Laravel Macro on the Query BuilderJul 4, 20192Jul 4, 20192
Laravel 5.5 validation ruleception (rule inside rule)Add validations like ‘required’ inside your custom Rule classJan 31, 20181Jan 31, 20181
Mongoose models with the mighty Adonis.jsNPM package for integrating Node framework Adonisjs with Mongoose models (mongodb)Dec 31, 20174Dec 31, 20174
API versioning using Laravel’s ResourcesMaintaining API versioning can be difficult. Specially if you have core changes.Dec 7, 20174Dec 7, 20174
Express.js’s best controller patternOrganize your controllers, your middleware and your express routes with this Laravel-based pattern that will simplify your projectsOct 16, 20173Oct 16, 20173