Crafting scalable web solutions with Laravel, powered by cutting-edge blockchain technology.
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Services\ApiService;
class ApiController extends Controller
{
protected $apiService;
public function __construct(ApiService $apiService)
{
$this->apiService = $apiService;
}
public function getUserData(Request $request)
{
$data = $this->apiService->fetchUserData($request->user());
return response()->json($data, 200);
}
}
I'm a backend developer who enjoys turning ideas into real applications using Laravel and modern web tools.
I’ve built everything from full-featured admin dashboards to a real-time Instagram-style SPA and an NFT marketplace powered by smart contracts.
I’m constantly learning, building, and exploring — because for me, there’s no ceiling to growth. Development isn’t just a job — it’s a craft I’m always working to master.
A full-featured Instagram clone built as a Single Page Application using Vue.js 3, Inertia.js, and Laravel. Features real-time messaging, stories, notifications, and a complete social media experience with modern web technologies.
A Laravel-based NFT marketplace integrated with smart contracts for minting, trading, and selling digital assets. Powered by Solidity for smart contract development, Web3.js for blockchain interaction, and MetaMask for secure user authentication. Utilizes Hardhat for testing, Alchemy for blockchain connectivity, and Pinata for IPFS file storage, with a 2% commission for contractors on transactions.
Click to see the NFTMarketplace contract on Etherscan (Sepolia)A Laravel-based Medium clone with real-time chat and notifications powered by Pusher. Built with Tailwind CSS, Alpine.js, and Laravel for a seamless user experience, featuring user profiles, post management, and interactive social features.
Jarvix is an AI-powered chat application built using Laravel, Vue.js, and Alpine.js, integrating OpenAI's API for dynamic, intelligent conversations. Users can save chats, continue previous conversations, and enjoy a sleek, responsive UI.
A mental health API built with Laravel and Sanctum, enabling users to track moods and professionals to monitor crises. Features secure authentication, mood entry management, crisis detection, and admin dashboards with comprehensive documentation using Scribe.
A Laravel & Filament-powered platform that automates employee purchases through vending machines. It features real-time card validation, daily balance recharging, RESTful APIs for machine communication, and a robust admin panel for complete system oversight.
A Laravel-based real estate management platform with full Dashboard for properties, users, and orders, and a Home page. Built with HTML, CSS, JS, Bootstrap, and Laravel for a seamless experience.
A comprehensive Hospital Management System built using Laravel with the repository pattern for managing various aspects like patient records, doctor schedules, laboratory and X-ray departments, and more. Includes a dynamic dashboard for admins and employees.
A fully functional E-commerce platform built using Laravel and Filament for the admin panel. It allows admins to manage users, brands, categories, orders, and products. The platform is designed to scale with features like a responsive front end and powerful back-end management.
A dynamic Multi-Vendor Store built with Laravel that allows vendors to manage their own products and orders. It features a comprehensive admin dashboard for overall store management, real-time notifications using Pusher, and a full-fledged order management system, product management, and role management for different user roles.
A robust RESTful API built with Laravel to fetch, manage, and display cryptocurrency data. This project integrates with the CoinGecko API to provide real-time cryptocurrency data, including market prices, historical data, and other key metrics for various cryptocurrencies.
A robust E-Commerce API built with Laravel offering a range of functionalities, including:
A fully-featured API authentication system built with Laravel 12 and Laravel Passport. This secure API includes user registration, two-factor login with OTP, password reset, login history tracking, and more.
Expert proficiency in Laravel backend development, complemented by pioneering blockchain integration for next-generation digital solutions.
Designing enterprise-grade Laravel applications with advanced MVC patterns for scalability and maintainability.
Crafting robust RESTful APIs with Laravel for seamless integration and high performance.
Implementing advanced query optimization and indexing for high-throughput applications.
Building secure authentication systems with Laravel Sanctum and Passport, including MFA.
Implementing comprehensive testing with PHPUnit, Laravel Dusk, and CI workflows.
Developing secure, gas-optimized Solidity smart contracts for blockchain applications.
Connecting Laravel backends with Web3.js and ethers.js for blockchain interactions.
Implementing IPFS and Filecoin for distributed content storage in web applications.
Building robust verification systems for blockchain transactions with cryptographic protocols.