Coding Notes
  • AboutMe
  • GitHub
  • C++ Türkiye
    Slack Telegram YouTube Web
  • Search
✕

    Coding Notes


    Notes I share about the programming; Mostly in C++
    • Building a Thread Pool with C++ and STL

      Exploring Thread Pools, Boost asio::thread_pool, and Creating a Pure C++ Solution from Scratch

      Posted on October 7, 2023

      Post thumbnail
      Post thumbnail
      [Read More]
      Tags:
      • C++
      • threadpool
      • template
      • modern-cpp
      • OOP
    • The Thread Safety Challenge Rust, Java vs. C++

      Simplify Concurrent Programming and Safeguard Shared Resources in C++ with the thread_safe Helper Class

      Posted on September 25, 2023

      Post thumbnail
      Post thumbnail
      [Read More]
      Tags:
      • C++
      • threadsafe
      • template
      • modern-cpp
      • OOP
    • Unlocking Performance with Lazy Evaluation in C++

      Discover the power of lazy evaluation and how it optimizes C++ code for better performance.

      Posted on September 10, 2023

      Post thumbnail
      Post thumbnail
      In my article where I introduced the Range library that came with the C++20 standard, I discussed the library’s lazy evaluation approach and the benefits it brings to the language. While introducing the Range library, I attempted to convey its adapters and generators through practical examples without diving into technical... [Read More]
      Tags:
      • C++
      • lazy evaluation
      • templates
      • programming
    • Safe Asynchronous Calls in C++

      Simplify asynchronous call handling and object lifetime management in C++ projects.

      Posted on September 6, 2023

      Post thumbnail
      Post thumbnail
      Managing the lifetimes of objects in C and C++ projects can be tricky, especially in places where asynchronous calls are made. This is because the lifetimes of objects that will receive feedback are not automatically extended in these places. This can lead to errors and crashes, so it’s important to... [Read More]
      Tags:
      • C++
      • templates
      • async
      • callback
      • modern-cpp
      • OOP
    • C++ Güvenli Asenkron Çağrı Kullanımı

      C ve C++ asenkron çağrıların güvenli olarak kullanılması

      Posted on November 14, 2022

      Post thumbnail
      Post thumbnail
      C ve C++ dillerinin ortak kullanıldığı projelerde, özellikle asenkron çağrıların yapıldığı yerler başta olmak üzere bir çok noktada nesnelerin ömürlerinin yönetilmesi zor ve sorunlu olabilmektedir. Bunun sebebi, asenkron çağrıların yapıldığı yerlerde, geribildirimin yapılacağı nesnelerin yaşam sürelerinin otomatik olarak uzatılmıyor olmasıdır. [Read More]
      Tags:
      • C++
      • templates
      • async
      • callback
      • modern-cpp
      • OOP
    • Older Posts →
    • RSS
    • Email me
    • GitHub
    • Twitter
    • LinkedIn
    • Medium

    Oğuzhan KATLI  •  2025  •  yazilim-notlari.com

    Powered by Beautiful Jekyll