Kleo Petrov
  • Home
  • About
  • Archive
  • How browsers work and render pages

    19 Mar 2018 • 8  min read

    Demystifying the magic behind rendering a page

  • Learning jQuery before JavaScript

    07 Jul 2017 • 6  min read

    Should you skip fundamentals in favor of tools?

  • return;return; and how to breack it

    31 Jan 2017 • 2  min read

    или как num1 <> num2

  • The end of an awesome year

    31 Dec 2016 • 3  min read

    A short retrospective of a year full of changes, adventures, and lessons.

  • Everything you need to know about BabelJS

    18 Mar 2016 • 12  min read

    Babel is becoming the de-facto tool for compiling ES6/ES7 code to browser usable code. Here is all you need to know to become comfortable with it.

  • What is Critical Rendering Path

    07 Feb 2016 • 8  min read

    Ever wondered what happens when you type google.com and hit enter?

  • Backbone.js Collections Explained

    10 Dec 2015 • 12  min read

    Backbone collections are simply an ordered set of models. A Collection helps you deal with a group of related models, handling the loading and saving of new models to the server and providing helper functions.

  • Backbone.js Views Explained

    08 Dec 2015 • 8  min read

    Backbone views are used to reflect what your applications' data models look like. They are also used to listen to events and react accordingly.

  • Backbone.js Models Explained

    07 Dec 2015 • 10  min read

    Models are the heart of any JavaScript application, containing the interactive data as well as a large part of the logic surrounding it - conversions, validations, computed properties, and access control.

  • Javascript Шаблони - Singleton Pattern

    10 Nov 2015 • 2  min read

    Сингълтон шаблонът в JavaScript - кратко описание

  • Javascript Шаблони - Revealing Module Pattern

    08 Nov 2015 • 2  min read

    За подобрената версия на модулния шаблон и за нейните добри и лоши страни.

  • Javascript Шаблони - Module Pattern

    05 Nov 2015 • 4  min read

    Обектни литерали, частни и публични методи и променливи с енкапсулация to the next level - всичко това с модулния шаблон.

  • Javascript Шаблони - Constructor Pattern

    04 Nov 2015 • 3  min read

    Един от най-използваните шаблони в обектно-ориентираното програмиране е констуктора. Ето как да го използваме в JavaScript.

  • За дизайн шаблоните в 24 думи

    01 Nov 2015 • 1 min read

    Какво представляват дизайн шаблоните? Как биха ни помогнали? Имат ли общо с модата? Всичко това обяснено само с 24 думи

  • 12 Web and Front-End Newsletters I can't live without

    22 Aug 2015 • 4  min read

    Keeping up to date with the latest technologies is hard these days. It's the golden age of informational technology and every day something new emerges - tutorials, frameworks, libraries, updates etc. So how to keep you stream of information flow? Here's my experience...

Next ❯
Made with ♥ by Kliment Petrov
Github Icon Twitter Icon LinkedIn Icon