Skip to content

Instantly share code, notes, and snippets.

View gilbertozioma's full-sized avatar
🏠
Working from home

Gilbert Ozioma gilbertozioma

🏠
Working from home
View GitHub Profile
@gilbertozioma
gilbertozioma / Laravel CRUD with authentication.md
Last active August 18, 2023 14:04
Laravel CRUD with authentication in details.

The Operations

Laravel.CRUD.mp4

Step by step on how to code a product crud on Laravel.

1. Installing the Authentication

@gilbertozioma
gilbertozioma / Prepare-for-Techncal-Interview-and-Coding-Task-for-PHP-LaraveI.md
Last active August 16, 2023 01:08
Technical Interviews and Coding Tasks for PHP/Laravel Backend Developer role

These are the tasks you might encounter in your PHP/Laravel job interviews:

  1. Coding exercises: These may involve solving programming problems using PHP or other relevant languages, implementing algorithms, or working with data structures.

  2. API design and implementation: You might be asked to design and implement APIs to meet specific requirements or integrate with existing systems.

  3. Database queries: You could be given tasks that involve writing SQL queries to retrieve or manipulate data in a database.

  4. Framework-specific tasks: You may have tasks to work with Laravel.