Skip to content

Instantly share code, notes, and snippets.

View jubayer-webdev's full-sized avatar
🎯
Focusing

Md Jubayer Hossen Jame jubayer-webdev

🎯
Focusing
View GitHub Profile
Learn with sumit: https://github.com/learnwithsumit/vs-code-settings-extensions?tab=readme-ov-file
Youtube: https://youtu.be/3iG1IBJHTgE?si=IlXCXIW5HI20CqOv
@21-Aug-2024
{
// editor
"editor.fontSize": 17,
"editor.fontFamily": "Fira Code, Operator Mono",
"editor.fontWeight": "normal",
// 10 August 2024
import {
Combobox,
ComboboxInput,
ComboboxOption,
ComboboxOptions,
Field,
Label,
} from "@headlessui/react";
onSubmit={e => e.preventDefault()}
@jubayer-webdev
jubayer-webdev / useLocation() hook.jxt
Created August 3, 2024 09:12
const location = useLocation(); <Navigate to="/login" state={{ fromJame: location }} replace />; the key for state object can be any name.
{
"hash": "",
"key": "default"
"pathname": "/hss",
"search": "",
"state": null,
}
@jubayer-webdev
jubayer-webdev / .env
Created August 3, 2024 00:23
Database Setup
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=mms_auth_api_db
DB_USERNAME=root
DB_PASSWORD=