Skip to content

Instantly share code, notes, and snippets.

View mehmetkurt's full-sized avatar
🏛️
B2B & B2C Pro

Mehmet KURT mehmetkurt

🏛️
B2B & B2C Pro
View GitHub Profile
@mehmetkurt
mehmetkurt / JwtToken.cs
Last active September 2, 2024 15:40
C# Create Jwt Token
using Microsoft.IdentityModel.Tokens;
using System;
using System.IdentityModel.Tokens.Jwt;
using System.Linq;
using System.Security.Claims;
using System.Text;
namespace JwtTestConsoleApp
{
class Program
@mehmetkurt
mehmetkurt / Kısa Yollar
Created June 10, 2018 22:53
codeislife eğitim - Angular 6 Dersleri 4 - Visual Studio Code Kullanımı
Visual Studio Kod, her şeyden önce bir editördür ve son derece verimli kaynak kodu düzenlemesi için ihtiyacınız olan özellikleri içerir. Bu konu sizi editörün temellerine götürecek ve kodunuzla birlikte hareket etmenizi sağlayacak.
Alt+MouseLeftClick
Tıklanan yerleri işaretler ve bir yazı yazdığınızda işaretli yerlerin hepsi etkilenir.
Shift+Alt+Down
bulunduğunuz satırı alt satıra kopyalar.
Shift+Alt+Üst
Bulunduğunuz satırı üst satıra kopyalar.
@mehmetkurt
mehmetkurt / codeislife eğitim - Angular 6 Dersleri 3 - İleri Seviye Visual Studio Code Kullanımı
Created June 8, 2018 09:21
codeislife eğitim - Angular 6 Dersleri 3 - İleri Seviye Visual Studio Code Kullanımı
Visual Studio Code, editörü kendisini kontrol etmenizi sağlayan güçlü bir komut satırı arayüzüne sahiptir.
Komut satırı seçenekleri aracılığıyla dosyaları açabilir, uzantıları yükleyebilir,
ekran dilini değiştirebilirsiniz.
Vs code electronjs ile yapılmıştır.
https://electronjs.org/
Yeni Dosya oluşturmak :
echo > index.html
Powershell
@mehmetkurt
mehmetkurt / LinkedIn Bulk Invite
Last active May 30, 2018 14:19
LinkedIn Bulk Invite : LinkedInHack
/*
Open Chrome Developer Tools
Select Console Tab
Paste the following code
and press the Enter!
Subscribe Youtube Channel : https://www.youtube.com/codeislifes
*/
function wait(ms) {
var start = new Date().getTime();
@mehmetkurt
mehmetkurt / LinkedIn Hack Remove All Messages
Last active December 1, 2022 17:47
LinkedIn.com Remove All Messages : LinkedIn.com Hack
/*
Open Chrome Developer Tools
Select Console Tab
Paste the following code
and press the Enter!
Subscribe Youtube Channel : https://www.youtube.com/codeislifes
*/
var removeMessages = function () {
let messageListContainer = document.querySelector('.msg-conversations-container__conversations-list.list-style-none.ember-view');