Skip to content

Instantly share code, notes, and snippets.

View rahiyansafz's full-sized avatar
I’d rather take coffee than compliments just now.

Rahiyan Safin rahiyansafz

I’d rather take coffee than compliments just now.
View GitHub Profile
@rahiyansafz
rahiyansafz / docker-aliases.sh
Created July 8, 2025 09:17
Docker Aliases Collection
#!/bin/bash
# Complete Docker Aliases Collection
# Add this to your ~/.bashrc, ~/.zshrc, or ~/.bash_aliases
# Source: source ~/.bashrc or source ~/.zshrc
# Created: 2025
# Total Aliases: 400+
#==============================================================================
# DOCKER BASIC COMMANDS
#==============================================================================
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;
using ShoppingCartApp.ExtensionMethod;
using ShoppingCartApp.Models;
namespace ShoppingCartApp.Controllers
{
public class ShoppingCartController : Controller
{
@rahiyansafz
rahiyansafz / .NET6Migration.md
Created September 20, 2021 18:35 — forked from davidfowl/.NET6Migration.md
.NET 6 ASP.NET Core Migration