Skip to content

Instantly share code, notes, and snippets.

View pappu687's full-sized avatar

Md. Mahbubur Rahman pappu687

View GitHub Profile
@pappu687
pappu687 / spec.md
Created September 3, 2026 10:22
Repair Services Marketplace

This is a very viable marketplace idea, but I would not position it simply as “Uber for TV repair.” The difficult part is not building the Laravel + Flutter software. The difficult part is building the operational, trust, logistics, pricing, payment, technician-quality, and dispute infrastructure around it.

The client already has a strong starting advantage: 5 shops + 35 technicians + existing repair demand. That gives you the seed supply for the marketplace, which is usually the hardest part of this kind of business.

1. The business concept

Think of it as a managed repair marketplace.

Customer

@pappu687
pappu687 / vehicle-inspection.md
Created August 24, 2026 07:04
Vehicle Inspection App

Vehicle Inspection Platform — Mobile App Technical Specification

Status: Implementation specification
Target: Flutter / Android
Backend: Laravel API
Web: Laravel + Inertia + React
Local database: SQLite via Drift
Object storage: S3-compatible
Primary mode: Offline-first
Initial scope: Inspection only; no OBD, invoicing, repair orders, inventory, scheduling, or iOS

@pappu687
pappu687 / process.md
Created June 15, 2026 08:10
attendance

For a cloud-based multi-tenant HR/payroll system receiving real-time attendance events from ZKTeco devices, think of it as a distributed system rather than an attendance feature. The difficult part is not receiving punches—it's guaranteeing that every punch is captured exactly once, correctly mapped to the right employee, office, timezone, shift, and payroll period.


1. Device Integration Architecture

Recommended flow

Employee
@pappu687
pappu687 / Linux-tools.md
Created May 18, 2026 07:34
Linux Tools Checklist for Developers

Linux Tools Checklist for Developers

Shell & Navigation

  • bash / zsh — shell environments
  • pwd — current directory
  • cd — change directory
  • ls — list files
  • tree — directory tree view

Ramadan

---
তারাবীহ ২য় রাত্রি
তিলাওয়াত হবে : সূরা বাকারার ২০৩ থেকে সূরা আলে ইমরানের ৯১ নম্বর আয়াত পর্যন্ত।
হাইলাইটসঃ
সূরা বাকারা ও আলে ইমরানঃ
২:২৫৫: আয়াতুল কুরসি — আল্লাহর আরশ, ক্ষমতা ও হেফাজত।
২:২৬১: দানের উদাহরণ — এক বীজে সাতশ শীষ।
২:২৮৫–২৮৬: ঈমানের ঘোষণা ও হৃদয়ের দোয়া।
@pappu687
pappu687 / new-home.md
Created February 9, 2026 12:09
SF New Home

Here’s a re-imagined homepage content draft for SurveyFlip based on the concept of selling decisions and outcomes rather than just creating surveys. This is tailored to appeal to real buyers (HR teams, product teams, trainers, researchers) and help convert them without relying on respondent recruitment. ([surveyflip.com][1])


🎯 HERO / ABOVE-THE-FOLD

Headline: Make Better Decisions with Real Insights — Not Just Data

Sub-headline:

@pappu687
pappu687 / cdp.md
Created January 24, 2026 05:46
Audience.bd - CDP

You:

help me something with. I'm about to make a big customer data application where millions of data with demographics will be there and other attributes. people can use our service to target customers to avoid high paying Google cpc and facebook ads. what's the name of this type of application so that I can look into some competitors apps ?

ChatGPT:

You're building a platform that lets people use customer demographic and other attribute data to target audiences for marketing, as an alternative to spending on Google/Facebook CPC ads.

The general category name for applications like this would be:

Below is a comprehensive, battle-tested audit & test scenario checklist I would use if I were hired to audit a production-grade SaaS accounting platform before scale. This is written from the perspective of real-world accounting failures, regulatory audits, and customer disputes—not just happy-path QA.

I’ve grouped scenarios by risk domain, not by feature, because that’s how accounting systems actually fail in practice.


1. Core Accounting Integrity (Non-Negotiable)

These are existential. If any of these fail, the platform is not accounting-grade.

✅ Combined Feature List for a Handyman Marketplace App

This is a single, unified feature set inspired by all 10 apps, but optimized for a two-sided marketplace: Customers ↔ Handymen.


1. Core User Roles

You’ll have three roles:

In an Accounting SaaS App based on laravel, I need to implement a full featured custom field functionality to be added to different table.

The attached images is from smart office. So they have a list, and clicking the list brings up the custom field designer with some props. And this can be added to the the Create edit screen.

Suggest me the best way to achieve this. I'm using laravel 12, blade, bootstrap, jQuery. Suggest me both from the architechture point of view and also from the UI as well.