Log inSign up
Zafer Gürel
717 posts
Zafer Gürel profile banner
@xaferel

Zafer Gürel

@xaferel
SWE Director @ Constructor Tech PhDc @ Ozyegin University Opinions are mine.
Joined May 2013
409
Following
144
Followers
RepliesRepliesRepostsRepostsMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
  • @xaferel
    Zafer Gürel
    @xaferel
    Jul 14
    Same code in three different files. It's called triplication. :)
  • @xaferel
    Zafer Gürel
    @xaferel
    May 2, 2025
    Matching in Rust. One of the features that I like most. doc.rust-lang.org/rust-by-exampl…
  • @xaferel
    Zafer Gürel
    @xaferel
    Mar 30, 2025
    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 😉.
  • @xaferel
    Zafer Gürel
    @xaferel
    Feb 23, 2025
    The intended way to add domains to a certificate:
    community.letsencrypt.org
    How to add domain to /etc/letsencrypt/renewal/.conf file
    Hi @codejoy, Certbot doesn't store its list of "desired domains" ("requested domains"?) anywhere in the renewal configuration file itself. (This was something we debated when originally creating...
  • @xaferel
    Zafer Gürel
    @xaferel
    Jan 5, 2025
    How can I visualize the behavior of Linux TCP BBR connections?
    bbr/Documentation/bbr-faq.md at master · google/bbr
    From github.com