Skip to content
View KaganCanSit's full-sized avatar
🏹
Trying something new.
🏹
Trying something new.

Sponsoring

@koalaman

Highlights

  • Pro
Block or Report

Block or report KaganCanSit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KaganCanSit/README.md

Hi! I'm Kağan Can Şit.

Who am I?

I am a person who loves reading and producing software content, following technological blogs, spending time with design tools (Photoshop, Illustrator), thinking and silence while listening to music. I am currently working as a software engineer.

Why are you on Github?

I aim to reinforce what I have learned here and improve myself by getting feedback from experienced people. I also love and respect the open source world of software. I aim to help with various global problems such as energy, transportation and communications..

What would you like to tell me?

I don't know what brought you to this page. Maybe a blog post, maybe a little curiosity. I hope we can find new information and solve problems together. If you want to get more detailed information about me, such as my education and business life, you can also visit my Linkedin profile.

Please feel free to suggest or message me. As people share and develop with each other, they can build tomorrow.

Thank you for your support. Best regards...

Listen to Song with Me

My Last Blog Post

Çağımızda teknolojinin gelişme hızını göz önünde bulundurduğumuzda hata yapmadan ilerlemek mümkün mü? Peki, geçmişten gelen bilgi birikimlerimiz olmasa teknoloji bu kadar ilerler miydi? İnsan, hata yapmamak için neden temkinlidir? Gelişmek ve ilerlemenin getirdiği yetersizlik hissi neden oluşur? Daha nice çeşitli sorularımızın cevabını Brian Fitzpatrick ve Collins Sussman'ın 2009'da gerçekleştirdiği "Google I/O 2009 - The Myth of the Genius Programmer" konuşması başta olmak üzere çeşitli kaynaklara dayandırarak beraber arıyoruz.

Banner
▶️ Visit My Site To Read My Blog Contents And Get Information!

OS, Programming Languages and Tools

It can be said that the language and technology I use most is C++. I have used most of the tools below in my work and school life.

Programming Languages C++ C C# .NET Core Java      
Libraries
Databases Sqlite3 MSQL_Language
Automate, Deploy, Platform & Tools Bash Script Git Github Atlassian Wireshark
Operating Systems Linux Windows
Others
Photoshop Illustrator

My Github Stats


Contact Me!

@kagancansit kagancansit kagancansit

Pinned

  1. Temel-CMake-Notlari Temel-CMake-Notlari Public

    Bu proje, CMake'in temel kullanımına dair çeşitli notların ve örneklerin bir araya getirilmesiyle oluşturulmuştur. Türkçe kaynakların artmasına yardımcı olmak ve CMake'i öğrenilmesini sağlamak amac…

    3

  2. mue/mue mue/mue Public

    Fast, open and free-to-use new tab page for modern browsers

    JavaScript 464 61

  3. Cross-Compatible-FileLock-Windows-and-Linux Cross-Compatible-FileLock-Windows-and-Linux Public

    C++ class code that combines File Lock operations into a single class for Linux and Windows operating systems. The code in this repository is mostly for basic use. I am open to development and know…

    C++ 3

  4. KnapsackAlgorithm KnapsackAlgorithm Public

    Knapsack algorithm for files with large arrays and values with dynamic space management.

    C++ 1

  5. Pipe_Thread_SharedMemory_Simple Pipe_Thread_SharedMemory_Simple Public

    Code written in line with the homework given in the Operating Systems course. A small example of pipe, thread, shared memory usage. Written in Visual Code on Linux Mint.

    C

  6. RadixSortAlgorithm RadixSortAlgorithm Public

    An example of performing radix sort by reading data from the file with the Radix Sort algorithm.

    C