Skip to content

Instantly share code, notes, and snippets.

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

Shouvik Mohanta ItsSVK

🏠
Working from home
View GitHub Profile
{
"name": "Solana Class Token",
"symbol": "SCT",
"description": "Solana Class Token Description",
"image": "https://images.squarespace-cdn.com/content/v1/584219d403596e3099e0ee9b/1567819625960-QDCZMNFHVOQ7SUK9OPY3/rust_logo.jpg"
}
@ItsSVK
ItsSVK / mongodb_cheat_sheet.md
Created November 11, 2020 05:52 — forked from bradtraversy/mongodb_cheat_sheet.md
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

import 'dart:async';
import 'dart:convert';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
Future<List<Result>> fetchResults(http.Client client) async {
final response = await client.get('https://api.myjson.com/bins/j5xau');