Skip to content

Instantly share code, notes, and snippets.

View rahuliation's full-sized avatar
🎯
Focusing

Rahul Rahman rahuliation

🎯
Focusing
View GitHub Profile
@bergmannjg
bergmannjg / rearct-native-app-in-wsl2.md
Last active April 9, 2026 22:11
Building a react native app in WSL2
var mongoose = require('mongoose');
var Schema = mongoose.Schema;
var assert = require('assert')
console.log('\n===========');
console.log(' mongoose version: %s', mongoose.version);
console.log('========\n\n');
var dbname = 'testing_geojsonPoint';