Zafer Gürel (@xaferel) 's Twitter Profile
Zafer Gürel

@xaferel

SWE Director @ Constructor Tech
PhDc @ Ozyegin University
Opinions are mine.

ID: 1444620174

calendar_today20-05-2013 19:55:28

718 Tweet

147 Takipçi

407 Takip Edilen

BBC News (World) (@bbcworld) 's Twitter Profile Photo

Women and young children were killed when a strike hit their vehicles as they headed away from northern Gaza, BBC Verify has confirmed Here is a round-up of the latest developments in Israel and Gaza ⬇️

New York Times World (@nytimesworld) 's Twitter Profile Photo

A grim question hung over Gaza: Was there anywhere safe to go? Palestinians who heeded the Israeli military’s order to evacuate portions of the Gaza Strip are confronting deadly airstrikes from Israeli warplanes even after they’ve moved. nyti.ms/3FjCBn8

adaptto (@adaptto_net) 's Twitter Profile Photo

TÜBİTAK 1711 - Yapay Zekâ Ekosistem Çağrısı Kapsamında destek alan ''PERCULUS TEKNOLOJİ Anonim Şirketi'ni tebrik eder, başarılarının devamını dileriz. ⭐

<a href="/tubitak/">TÜBİTAK</a> 1711 - Yapay Zekâ Ekosistem Çağrısı Kapsamında destek alan ''PERCULUS TEKNOLOJİ Anonim Şirketi'ni tebrik eder, başarılarının devamını dileriz. ⭐
Sakarya Teknokent (@sauteknokent) 's Twitter Profile Photo

TÜBİTAK 1711 - Yapay Zekâ Ekosistem Çağrısı Kapsamında destek alan ''PERCULUS TEKNOLOJİ Anonim Şirketi'ni tebrik eder, başarılarının devamını dileriz. ⭐

<a href="/tubitak/">TÜBİTAK</a> 1711 - Yapay Zekâ Ekosistem Çağrısı Kapsamında destek alan ''PERCULUS TEKNOLOJİ Anonim Şirketi'ni tebrik eder, başarılarının devamını dileriz. ⭐
DASH Industry Forum (@dash_if) 's Twitter Profile Photo

DASH-IF awarded Excellence in DASH award at ACM MMSys 2024 (ACM SIGMM ACM MMSys) dashif.org/news/mmsys2024/ #MMSys2024 #DASHIF #Excellence #Award #MPEGDASH #videostreaming

DASH-IF awarded Excellence in DASH award at ACM MMSys 2024 (<a href="/sigmm/">ACM SIGMM</a> <a href="/acmmmsys/">ACM MMSys</a>) dashif.org/news/mmsys2024/ #MMSys2024 #DASHIF #Excellence #Award #MPEGDASH #videostreaming
Zafer Gürel (@xaferel) 's Twitter Profile Photo

The window.requestAnimationFrame() method tells the browser you wish to perform an animation. It requests the browser to call a user-supplied callback function before the next repaint. Source: developer.mozilla.org/en-US/docs/Web…

Zafer Gürel (@xaferel) 's Twitter Profile Photo

HTTP semantics. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. datatracker.ietf.org/doc/html/rfc91…

Zafer Gürel (@xaferel) 's Twitter Profile Photo

How to read bytes from a buffer in Rust: 1. External Cursor Approach 2. advance() Approach 3. std::io::Cursor For preserving immutability, first one For ease of implementation, second one For flexible navigation, third one Choose wisely depending on your situation 😉.