Hi, I am Onur Karaoğlan

I'm Onur Karaoğlan, a Full Stack Engineer from Istanbul, Turkey. I love to learn and discover new things about Web Development. You can catch my code snippets on Twitter and Linkedin. Click here to learn more about me.

Latest Posts

chain

Apr 11th, 2020

"Zinciri Kırma!" Yöntemi ile Tembelliğimi Nasıl Yendim

Yapmayı inanılmaz bir şekilde istediğiniz ama bir türlü yapamadığınız şeyler var mı? Kitap okumak, spor yapmak, yan projeler geliştirmek, evi temizlemek ve bunun gibi şeyler. İstediğiniz ama bir türlü gerçekleştiremediğiniz için içinizi kemirdiğiniz zamanlar...

Big-O-Notation-Table

Mar 31st, 2019

Big O Notation With Code Examples

Big O notation (with a capital letter O, not a zero) is used in Computer Science to describe the performance or complexity of an algorithm. Big O specifically describes the worst-case scenario, and can be used to describe the execution time required or the space used (e.g. in memory or on disk) by an algorithm.