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

Highlights

  • Pro

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.

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
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-backend travada-backend Public

    Backend system for Travada using spring boot as core service

    Java

  2. daydr3am-homepage daydr3am-homepage Public

    Source code for daydr3am homepage

    JavaScript

  3. dreamchat-server dreamchat-server Public

    Realtime chat server using socket.io

    TypeScript

  4. golpo-express golpo-express Public

    Forked from Ananto30/golpo-express

    Backend of the Social Network - Golpo

    JavaScript

  5. Config for HyperJS Config 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 cloudinary Springboot upload image to cloudinary
    1
    import com.cloudinary.Cloudinary;
    2
    import com.cloudinary.Singleton;
    3
    import com.cloudinary.Transformation;
    4
    import org.springframework.beans.factory.annotation.Autowired;
    5
    import org.springframework.beans.factory.annotation.Value;