My Programming Diary
  • About Me
  • Projects
    Github
  • Author's home
  • Search
✕

    My website


    “Make it work, make it right, make it fast.”

    Coding Challenge 16

    .NET Bootcamp Research Notes

    Posted on January 19, 2022

    In this tutorial, we are going to learn C# Attributes, C# Reflection, C# Type, [Read More]
    Tags: C# .NET C# Attributes and Reflection Attributes Reflection

    Coding Challenge 15

    .NET Bootcamp Research Notes

    Posted on January 16, 2022

    In this tutorial, we are going to learn some topics such as C# extension method ... Have you ever thought about customizing some classes? An extension method enables us to extend a class without damaging or changing the reel codes of the class that we want to modify. [Read More]
    Tags: C# .NET Extension Method

    Coding Challenge 14

    .NET Bootcamp Research Notes

    Posted on January 13, 2022

    In this tutorial, we are going to talk about some important topics such as API, REST, RPC, HTTP Methods... [Read More]
    Tags: C# .NET API REST gRPC DESIGN API URLS HTTP Status Codes

    Coding Challenge 13

    Data Structure, Heap Data Structure

    Posted on January 6, 2022

    In this tutorial, we are going to discover the Heap data structure. In the previous post, we learned the queue data structure. A heap is an implementation of the priority queue that does not apply the first in last out principle because the priority queue removes items depending on their... [Read More]
    Tags: c# Data Structure algorithms Heap Data Structure

    Coding Challenge 12

    Data Structure, algorithms and Hash Table

    Posted on December 30, 2021

    In this tutorial, we are going to discover the hash table data structure After the explanation part, we will do some exercices. [Read More]
    Tags: c# Data Structure algorithms Hash Table

    Coding Challenge 11

    Data Structure and algorithms

    Posted on December 21, 2021

    In this tutorial, we are going to discover the stack data, the queue data and LinkedList data structure. As usuall, we start learning by asking questions to deep dive into subjects. Data structure is used to store and organize data. Imagine that you want to fecth a user data from... [Read More]
    Tags: c# Data Structure algorithms queue stack CallCenterExample LinkedList
    • Older Posts →
    • GitHub
    • LinkedIn
    • Medium

    Baris Tutakli  •  2022

    Powered by Beautiful Jekyll