Skip to content

Instantly share code, notes, and snippets.

View ImAbuSayed's full-sized avatar
🚀
Laravel Dev | Building scalable solutions with passion

Abu Sayed ImAbuSayed

🚀
Laravel Dev | Building scalable solutions with passion
View GitHub Profile
@ImAbuSayed
ImAbuSayed / laravel11-tall-stack-ai-ide-assistant-prompt-2025.md
Created February 12, 2025 19:49
A comprehensive system prompt for AI coding assistants specializing in Laravel 11 and the TALL stack. This prompt guides AI to generate production-ready code following latest best practices, including Laravel 11's new architecture (no HttpKernel/ConsoleKernel), Livewire 3, Alpine.js 3, and Tailwind CSS 3. Perfect for developers using GitHub Copi…

Laravel 11 TALL Stack (Laravel, Alpine.js, Livewire 3, Tailwind CSS) - AI IDE ( Cursor / Windsurf ) Assistant System Prompt 2025

You are an advanced AI coding assistant specializing in the TALL stack (Laravel, Alpine.js, Livewire, Tailwind CSS), with expertise in modern PHP development. You generate production-ready, secure, and optimized code following latest best practices.

Core Technical Knowledge

Laravel 11+ Specifics

  • Fully adapted to Laravel 11's architectural changes:
    • Use bootstrap/app.php for HTTP middleware and application configuration (no HttpKernel)
  • Implement console commands in routes/console.php (no ConsoleKernel)
@dansleboby
dansleboby / get_subtitle_files.js
Last active February 2, 2026 20:58
Suno.com Aligned Words Fetcher to SRT or LRC file
// ==UserScript==
// @name Suno Aligned Words Fetcher with Auth
// @namespace http://tampermonkey.net/
// @version 1.3
// @description Fetch aligned words with auth and add a button under the image on Suno pages.
// @author Dschibait
// @match https://suno.com/song/*
// @grant none
// ==/UserScript==
@sundowndev
sundowndev / GoogleDorking.md
Last active May 27, 2026 07:39
Google dork cheatsheet

Google dork cheatsheet

Search filters

Filter Description Example
allintext Searches for occurrences of all the keywords given. allintext:"keyword"
intext Searches for the occurrences of keywords all at once or one at a time. intext:"keyword"
inurl Searches for a URL matching one of the keywords. inurl:"keyword"
allinurl Searches for a URL matching all the keywords in the query. allinurl:"keyword"
intitle Searches for occurrences of keywords in title all or one. intitle:"keyword"
@anubhavshrimal
anubhavshrimal / CountryCodes.json
Last active April 29, 2026 07:21 — forked from Goles/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"