Skip to content

Instantly share code, notes, and snippets.

View IbnuJabir's full-sized avatar
🏠
Working from home

Kedir Jabir IbnuJabir

🏠
Working from home
View GitHub Profile
@sturmenta
sturmenta / dashboard-example.tsx
Last active October 14, 2024 20:30
Sidebar for mobile and desktop using shadcn-ui
"use client"
import { WithSidebar } from "@/components/with-sidebar"
export const Dashboard = () => {
return (
<WithSidebar
sidebarContent={SidebarContent}
mobileDashboardHeader={CustomHeader}>
<div className="p-10">
@Akhil-Suresh
Akhil-Suresh / postman_installation.md
Last active April 17, 2025 04:50
Installing Postman on Ubuntu/Debian

Installing Postman

Step 1

If any version of postman is installed we need to remove it

sudo rm -rf /opt/Postman

Step 2