Skip to content

Instantly share code, notes, and snippets.

View shubhamcommits's full-sized avatar
🎯
Focusing

Shubham Singh shubhamcommits

🎯
Focusing
  • Always teleporting
View GitHub Profile
@shubhamcommits
shubhamcommits / Unexpected Web Application Crash on User Profile Update.md
Last active August 14, 2023 15:09
StickerMule: Unexpected Web Application Crash on User Profile Update

Issue Title: Unexpected Web Application Crash on User Profile Update

Description:

The web application unexpectedly crashes when a user attempts to update their profile picture. This issue has been consistently reproduced across multiple browsers.

Steps to Reproduce:

  1. Navigate to the application's website and log in with valid credentials.
  2. Click on the 'User Profile' section in the top right corner.
  3. Click on the 'Edit Profile' button.
  4. Select 'Change Profile Picture'.
@shubhamcommits
shubhamcommits / 0. nginx_setup.sh
Created January 18, 2020 12:23 — forked from mikhailov/0. nginx_setup.sh
NGINX+SPDY with Unicorn. True Zero-Downtime unless migrations. Best practices.
# Nginx+Unicorn best-practices congifuration guide. Heartbleed fixed.
# We use latest stable nginx with fresh **openssl**, **zlib** and **pcre** dependencies.
# Some extra handy modules to use: --with-http_stub_status_module --with-http_gzip_static_module
#
# Deployment structure
#
# SERVER:
# /etc/init.d/nginx (1. nginx)
# /home/app/public_html/app_production/current (Capistrano directory)
#