Hi, I am Jeswin!
Web and Mobile Application developer. React, React Native, TypeScript, Rust and Swift
- Thiruvananthapuram, Kerala, India
- jeswinsimon.github.io
- @jeswinsimon
Pinned Loading
-
awesome-made-by-indians
awesome-made-by-indians Public🇮🇳 An awesome list for the best projects that were made and mainly contributed by Indian developers
-
-
-
Drop all collections in a MongoDB Da...
Drop all collections in a MongoDB Database 1var dbName = 'DatabaseName';
2db.getSiblingDB(dbName).getCollectionNames().forEach(function(collName) {
3if (!collName.startsWith("system.")) {
4db[collName].drop();
5print('Dropped Collection: ' + collName);
-
post-receive Git hook for building a...
post-receive Git hook for building and serving React application 1#!/bin/bash
2TARGET="<target-location>"
3DEPLOY="<deployment-location>"
4GIT_DIR="<repo-location>"
5BRANCH="master"
-
post-receive hook for deploying a No...
post-receive hook for deploying a Node PM2 app to server 1#!/bin/bash
2TARGET="<deployment-location>"
3GIT_DIR="<repo-location>"
4BRANCH="master"
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.