Skip to content
View poudelmadhav's full-sized avatar
🕯️
Light a candle than to curse the darkness.
🕯️
Light a candle than to curse the darkness.
Block or Report

Block or report poudelmadhav

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
poudelmadhav/README.md

Hi there 👋

Profile Views

Pinned Loading

  1. daaninepal daaninepal Public

    CrowdFunding Platform - A award-wining project in Hackathoon

    Ruby

  2. everest-consultancy everest-consultancy Public

    A website of Everest Educational Consultancy developed through html and css

    HTML

  3. appregator appregator Public

    A flutter app to fetch data from NEWS API and display the data

    Dart

  4. kunthik kunthik Public

    A reviewing platform app

    Ruby

  5. madhav-filmster madhav-filmster Public

    Movie review portal

    Ruby

  6. lambda function to redirect based of... lambda function to redirect based of browser's language.js
    1
    exports.handler =  (event, context, callback) => {
    2
      const request = event.Records[0].cf.request;
    3
      const headers = request.headers;
    4
      if(request.uri == '/') {
    5
        if (typeof headers['accept-language'] !== 'undefined') {