Skip to content

Instantly share code, notes, and snippets.

View anujbarve's full-sized avatar
🏛️
Reconstructing Self

Anuj Barve anujbarve

🏛️
Reconstructing Self
  • India
View GitHub Profile
@anujbarve
anujbarve / main.dart
Created October 19, 2024 04:12
macos dock flutter
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database