back to krasimirtsonev.com
to blog's home page
Майсторство в занаята от Стефан Кънев

Изключително интересна лекция отностно програмирането.

read more comments
Brian McCallister and the code

Programming and the Profession of Programming are quite different things. Programming is being able to efficiently tell a computer exactly what to do in a repeatable manner. The profession of programming is being able to efficiently convert business requirements into bugs.
Read the full article here.

comments
Dependency Injection in PHP. Create your own DI container.

By my opinion one of the biggest problems in programming are dependencies. If you want to have a good well written application you should avoid dependencies between your modules/classes. There is a design pattern which could help and it's called Dependency Injection (DI). It allows you to inject objects into a class, instead of creating them there.

read more comments
Speed Up Your JavaScript

Speed Up Your JavaScript

As an interpreted language, JavaScript is filled with hidden performance issues that conspire to slow down your code and ruin the user experience. Learn exactly what is fast, what is slow, and what you can do to squeeze that last bit of performance out of your JavaScript code.

read more comments
Test-Driven development in JavaScript with Buster.JS

Test-Driven development in JavaScript with Buster.JS

Buster.JS is a new JavaScript testing framework. It does browser testing by automating test runs in actual browsers (think JsTestDriver), as well as Node.js testing. It has a bunch of great features.

read more comments
The Beauty of a Second

The Beauty of a Second

190 years ago, Nicolas Rieussec recorded time to an accuracy of a fifth second for the first time - the chronograph was born. To celebrate this unique invention, Montblanc created the one-of-a-kind "The Beauty of a Second" short-film contest presented by the famous film director Wim Wenders.

read more comments
Nicholas Zakas: Scalable JavaScript Application Architecture

Yahoo! home page engineer Nicholas Zakas, author of Professional JavaScript for Web Developers, discusses frontend architecture for complex, modular web applications with significant JavaScript elements.

read more comments
A behind-the-scenes look at Facebook release engineering

A behind-the-scenes look at Facebook release engineering

Did you ever wonder how Facebook's release management looks like. Here is an interesting article about that http://arstechnica.com/business/news/2012/04/exclusive-a-behind-the-scenes-look-at-facebook-release-engineering.ars/1

comments
REBIRTH of GAEA - Flowing Meditation

REBIRTH of GAEA - Flowing Meditation

A layer-by-layer deconstruction of "Flowing Meditation," part of REBIRTH of GAEA, an epic visual tapestry delicately interweaving reflections on the environment and spirituality through the rich imagery of Greek Mythology.

read more comments
A new version of PHP (5.4)

What's new in the new release. Check out here http://net.tutsplus.com/tutorials/php/php-5-4-is-here-what-you-must-know/.

comments