Skip to content
View adityapatnaik's full-sized avatar
๐Ÿ‘
Humility is the greatest asset!
๐Ÿ‘
Humility is the greatest asset!
Block or Report

Block or report adityapatnaik

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
adityapatnaik/README.md

Hi there! This is Aditya ๐Ÿ‘‹

profile for Aditya Patnaik on Stack Exchange, a network of free, community-driven Q&A sites

I am a Fullstack Developer.

Skills

Spring | Spring Boot | MERN | Flask | Nextjs SSR | Flutter | Jetpack | Electronjs

Blog

Medium

Connect

Drop a message at Twitter or Linkedin

Pinned

  1. React-Redux-Hooks-App React-Redux-Hooks-App Public

    A Simple Demonstration of react-redux-hooks App

    JavaScript

  2. idea-service idea-service Public

    Microservice with Node, Express and Typescript

    TypeScript 1

  3. springboot-reactive-mongo-crud springboot-reactive-mongo-crud Public

    This project demonstrates CRUD operations on MongoDB using the Reactive Spring Boot API

    Java 1

  4. useContext-useReducer-react-material-ui useContext-useReducer-react-material-ui Public

    Created with CodeSandbox

    JavaScript

  5. How to build a custom Menu in Electr... How to build a custom Menu in Electron?:setApplicationMenu
    1
    import React from 'react';
    2
    const electron = window.require('electron');
    3
    const remote = electron.remote
    4
    const {Menu,BrowserWindow} = remote
    5