Skip to content

Instantly share code, notes, and snippets.

View buraxta's full-sized avatar

Burak Güllüler buraxta

View GitHub Profile
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fenerbahçe Basketbol Altyapı Seçmeleri Sonucu - İkinci Aşama</title>
</head>
<body style="margin: 0; font-family: Arial, Helvetica, sans-serif; background-color: #002b5c; color: white; padding: 20px;">
<table width="100%" cellpadding="0" cellspacing="0" style="max-width: 600px; margin: 0 auto; background-color: #002b5c;">
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fenerbahçe Basketbol Altyapı Seçmeleri Sonucu</title>
</head>
<body style="margin: 0; font-family: Arial, Helvetica, sans-serif; background-color: #002b5c; color: white; padding: 20px;">
<table width="100%" cellpadding="0" cellspacing="0" style="max-width: 600px; margin: 0 auto; background-color: #002b5c;">
"use client";
import React, { useState, useEffect } from "react";
const ScreenSize = () => {
// Ekran boyutunu tutacak state
const [screenSize, setScreenSize] = useState("");
// Ekran boyutunu kontrol eden fonksiyon
const updateScreenSize = () => {
const width = window.innerWidth;
@buraxta
buraxta / mongoose-cheatsheet.md
Created July 17, 2024 12:02
Long and detailed cheatsheet covering various aspects of Mongoos