Home
Our Services
Our Cases
Blog
About Us
Contact
Home
Our Services
Our Cases
Blog
About Us
Contact
Category
Uncategorized
20 Interesting basic topics about Laravel and Node.js
September 7, 2024
Paulo Lopes
Uncategorized
Laravel Examples Dependency Injection PHP // app/Services/EmailService.php class EmailService { public function send(string $to, string $subject, string $message) { // Send email using a third-party library // ... } } // app/Http/Controllers/UserController.php class UserController extends Controller { public function __construct(EmailService $emailService) { $this->emailService = $emailService; } public function register(Request $request) { // ... $this->emailService->send($request->input('email'), 'Welcome...
Read More
Categories
Analyzes
Basics
Business requirements
Design Patterns
DevOps
Domain Driven Design
Laravel
Prebuilt Software
React
Recommmendations
Software Architecture
Software Development
Software Documentation
Software Quality
Software Test
Symfony
Uncategorized
Wordpress
Last News
Two commom symptons of bad code quality
August 23, 2024
Paulo Lopes
Real case of failure on identify expansion points, and documentation solutions
August 23, 2024
Paulo Lopes
How Documentation Helps Identify Expansion Points
August 23, 2024
Paulo Lopes
Our Cases