-
Майсторство в занаята от Стефан Кънев
posted in Architecture on 2012-05-17 -
Изключително интересна лекция отностно програмирането.
read more comments
-
Brian McCallister and the code
posted in Architecture on 2012-05-16 -
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.
comments
Read the full article here.
-
Dependency Injection in PHP. Create your own DI container.
posted in PHP on 2012-05-12 -
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
posted in JavaScript on 2012-04-26 -
read more comments
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.
-
Test-Driven development in JavaScript with Buster.JS
posted in JavaScript on 2012-04-26 -
read more comments
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.
-
The Beauty of a Second
posted in inspiration on 2012-04-21 -
read more comments
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.
-
Nicholas Zakas: Scalable JavaScript Application Architecture
posted in Architecture on 2012-04-09 -
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
posted in Architecture on 2012-04-07 -
comments
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
-
REBIRTH of GAEA - Flowing Meditation
posted in inspiration on 2012-03-10 -
read more comments
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.
-
A new version of PHP (5.4)
posted in Architecture on 2012-03-06 -
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