Skip to content
View mdayann's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report mdayann

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mdayann/readme.md

a very passionate developer since my youngest age.

🌱 currently learning tons of things about tons of stuff (grind grind & grind)

Pinned Loading

  1. travada-backendtravada-backendPublic

    Backend system for Travada using spring boot as core service

    Java

  2. daydr3am-homepagedaydr3am-homepagePublic

    Source code for daydr3am homepage

    JavaScript

  3. dreamchat-serverdreamchat-serverPublic

    Realtime chat server using socket.io

    TypeScript

  4. golpo-expressgolpo-expressPublic

    Forked from Ananto30/golpo-express

    Backend of the Social Network - Golpo

    JavaScript

  5. Config for HyperJSConfig for HyperJS
    1
    // Future versions of Hyper may add additional config options,
    2
    // which will not automatically be merged into this file.
    3
    // See https://hyper.is#cfg for all currently supported options.
    4
    5
    module.exports={
  6. Springboot upload image to cloudinarySpringboot upload image to cloudinary
    1
    importcom.cloudinary.Cloudinary;
    2
    importcom.cloudinary.Singleton;
    3
    importcom.cloudinary.Transformation;
    4
    importorg.springframework.beans.factory.annotation.Autowired;
    5
    importorg.springframework.beans.factory.annotation.Value;