How browsers work and render pages
Demystifying the magic behind rendering a page
Demystifying the magic behind rendering a page
Should you skip fundamentals in favor of tools?
или как num1 <> num2
A short retrospective of a year full of changes, adventures, and lessons.
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.
Ever wondered what happens when you type google.com and hit enter?
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 views are used to reflect what your applications' data models look like. They are also used to listen to events and react accordingly.
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 - кратко описание
За подобрената версия на модулния шаблон и за нейните добри и лоши страни.
Обектни литерали, частни и публични методи и променливи с енкапсулация to the next level - всичко това с модулния шаблон.
Един от най-използваните шаблони в обектно-ориентираното програмиране е констуктора. Ето как да го използваме в JavaScript.
Какво представляват дизайн шаблоните? Как биха ни помогнали? Имат ли общо с модата? Всичко това обяснено само с 24 думи
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...