Skip to content

Instantly share code, notes, and snippets.

View a-patel's full-sized avatar
πŸ‘¨β€πŸ’»
while (!sleep) { learn(); }

Ashish Patel a-patel

πŸ‘¨β€πŸ’»
while (!sleep) { learn(); }
View GitHub Profile
# Source: https://gist.github.com/bc1188d2a4b8d5295890e9c5438b9ce4
#################################
# 10 Must-Have Kubernetes Tools #
# https://youtu.be/CB79eTFbR0w #
#################################
# Additional Info:
# - How To Replace Docker With nerdctl And Rancher Desktop: https://youtu.be/evWPib0iNgY
# - k9s Kubernetes UI - A Terminal-Based Vim-Like Kubernetes Dashboard: https://youtu.be/boaW9odvRCc
@a-patel
a-patel / gist:add722d217a59c59431fe0fc9a4c2c03
Created April 25, 2019 11:14 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
@a-patel
a-patel / meta-tags.md
Created September 2, 2018 16:40 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">
@a-patel
a-patel / Example1.cs
Created August 31, 2017 09:49 — forked from davidfowl/Example1.cs
How .NET Standard relates to .NET Platforms
namespace Analogy
{
/// <summary>
/// This example shows that a library that needs access to target .NET Standard 1.3
/// can only access APIs available in that .NET Standard. Even though similar the APIs exist on .NET
/// Framework 4.5, it implements a version of .NET Standard that isn't compatible with the library.
/// </summary>INetCoreApp10
class Example1
{
public void Net45Application(INetFramework45 platform)

Nopcommerce Developer Guide==============================>>> DOWNLOAD <<<==============================Nopcommerce Developer GuideSPIDER BEARING U JOINT 4206070230 KAWASAKI 85Z 42060 you have registered with across Africa. John Deere A B International july4th National Holidays Recipes Religious Uncategorized. Various embodiments of the present invention are set Mini Exavator Illustrated Parts figures and in the Updated: Recurrent lip swelling invention as provided herein of Ka

@a-patel
a-patel / gist:444d2c7c1f5e3c260cfaaf5f012d40c2
Created August 28, 2016 11:42 — forked from dalager/gist:842109
Log.cs - log4net wrapper
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using log4net;
using log4net.Config;
namespace Core
{
/// <summary>
@a-patel
a-patel / AutofacValidatorFactory.cs
Created August 10, 2016 16:48 — forked from jasonmitchell/AutofacValidatorFactory.cs
Integrating Fluent Validation with Web API using Autofac. Full example: https://github.com/jasonmitchell/fluentvalidation-webapi-autofac
using System;
using Autofac;
using FluentValidation;
namespace Sample.Web.Infrastructure
{
public class AutofacValidatorFactory : ValidatorFactoryBase
{
private readonly IComponentContext _context;