Skip to content

Instantly share code, notes, and snippets.

View the-abra's full-sized avatar
🏠
Working from home

Ege KILIÇ the-abra

🏠
Working from home
View GitHub Profile
@the-abra
the-abra / ispvsme.md
Last active February 26, 2026 11:01
ISP vs ME: Arch Linux DPI Bypass & Secure DNS (TR 2026 Edition)

DPI Bypass & Secure DNS (TR 2026 Edition)

Canlar dostlar hanfendiler beyfendiler... Naber?

Evet dostlar, bu yazımda Discord'un 'Connection Reset' vermesini nasıl çözeriz, ISP'nin paketlerimizi kurcalamasını nasıl engellerize yer verdim. Arch kullanan tayfa için "kur ve unut" kıvamında, DNSCrypt ve ByeDPI içeren rehber aşağıda.


1. Malzemeleri Çekiyoruz (Installation)

@the-abra
the-abra / MSE.md
Last active March 21, 2025 17:07
Mikroservis mimarisi kullanan bir yazılım mimari örneği: e-ticaret sistemi

Mikroservis mimarisi kullanan bir yazılım mimari örneği olarak bir e-ticaret sistemi

E-Ticaret Sistemi (Mikroservis Mimarisi Örneği)

E-ticaret platformu, kullanıcıların ürünleri görüntülemesi, sipariş vermesi ve ödemeleri gerçekleştirmesi gibi işlevleri sağlar. Bu işlemleri mikroservis mimarisiyle tasarlayalım.

Servislerin Yapısı

  1. Kullanıcı Yönetim Servisi (User Service)
    • Amaç: Kullanıcıların kayıt olma, giriş yapma, profil yönetimi gibi işlemlerini gerçekleştirir.
  • Bağımsız Veri Tabanı: Kullanıcı bilgileri (isim, e-posta, şifre vb.) için ayrı bir veritabanı kullanır.
@the-abra
the-abra / sptd.md
Created January 29, 2025 14:57
Software Project Technical Document

Software Project Technical Document: [Project Name]

1. Introduction

1.1 Purpose

Provide an overview of the software project, its goals, and its intended use.

1.2 Scope

Define the system's boundaries, functionalities, and interactions with external components.

@the-abra
the-abra / mad.md
Created January 29, 2025 14:46
Microservice Architecture Document

Microservice Architecture Document: [Project Name]

1. Introduction

1.1 Purpose

Define the purpose of adopting a microservice architecture for this project, highlighting benefits such as scalability, maintainability, and fault isolation.

1.2 Scope

Describe the boundaries of the microservice ecosystem, the core services it will include, and the interactions with external systems.

@the-abra
the-abra / spd.md
Created January 29, 2025 14:46
Software Project Readme

README: [Project Name]

Project Overview

Description:
[Provide a brief description of the project, its purpose, and the problem it solves.]

Key Features:

  • [Feature 1: Description]
  • [Feature 2: Description]
  • [Feature 3: Description]
@the-abra
the-abra / spp.md
Created January 29, 2025 14:45
Software Project Presentation

Software Project Presentation

Slide 1: Title Slide

Title: [Project Name]
Subtitle: Software Architecture Overview
Presented by: [Your Name]
Date: [Presentation Date]


@the-abra
the-abra / spdd.md
Created January 29, 2025 14:43
Software Project Development Document

Software Project Development Document

1. Project Overview

1.1 Project Title

Define the name of the project.

1.2 Project Purpose

State the primary purpose of the software, including the problems it aims to solve and its intended audience.