I am Software Engineer at Siemens Healthineers and open-source lover. In the past, I worked as a Full Stack Developer at Hoick. I have experience working on various tech stacks in various domains like E-Commerce, Entertainment, Health-Care.
Pinned Loading
-
Decentralized-Storage-IPFS
Decentralized-Storage-IPFS PublicThis is a decentralized IPFS/File storage system that connects to the blockchain via web3 and requires a crypto payment fee to add your Decentralized file to the system.
JavaScript 2
-
Ethereum-Quadratic-CrowdFunding
Ethereum-Quadratic-CrowdFunding PublicQuadratic Crowdfunding built on Ethereum Blockchain
JavaScript 1
-
Setup a Nodejs Backend
Setup a Nodejs Backend 1const express = require("express");
2const app = express();
3require("dotenv").config();
4const mongoose = require("mongoose");
5const user = require("./models/user");
-
Authenticate using Passport.js
Authenticate using Passport.js 1const mongoose = require("mongoose");
2const passportLocalMongoose = require("passport-local-mongoose");
34const userSchema = new mongoose.Schema({
5email: {
-
Implementation of JWT in Node.js
Implementation of JWT in Node.js 1const express = require('express');
2const jwt = require('jsonwebtoken');
3const app = express();
45app.get('/api',(req,res) =>{
-
Web3.js Boilerplate code
Web3.js Boilerplate code 1import NFTContractBuild from 'contracts/NFT.json';
2import Web3 from 'web3';
34let selectedAccount;
5let isInitialized = false;
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.