Category / Tools & Frameworks

How difficult is Git branching?

Featured Image

Well, in short – it isn’t! But, when it comes to branching, it comes to “merging problem”. I say problem although it isn’t, and if you’re interested, I’ll show you …

8

Basic Git usage from console

Featured Image

Hi! Today I’m going to write an article about basic Git usage in practice. I’m not going to go into depth of Git repository setup, but rather on developer’s side …

2

How to generate SSH keys for Git authorization

Featured Image

Some rights reserved by @boetter / flickr

Hi there! This post will be pretty straightforward and will cover Windows, Mac and Linux, so if you don’t know how to do it already, read on.

5

Zend framework coding style standard

Featured Image

by rodolfoclix/sxc

Hello again! Today I’ll discuss some of the basic coding rules if your’re using Zend framework (or even Magento, which is written over Zend framework). Some might think that this …

12

How to limit web services so they don’t kill CPU

Featured Image

by groenmen/sxc

Hi! As any developer, I’ve encountered a small problem when working with PHP under Apache. It’s all good until you have to test the “real life” situations. For example – …

3

Memory management in Zend framework

Featured Image

by rodolfoclix/sxc

Hello everyone! Recently I’ve noticed that some developers don’t pay much attention to memory management in Zend framework. And here I’m not talking about Zend_Cache, but rather about object sizes. …

5

MySQL transactions in Zend framework

Featured Image

by jrdurao/sxc

Hi! Today I’m going to explain a part of Zend framework DB functionality. Transactions in general are quite useful, like temporary tables, but in most of situations unnecessary. Because of …

9

How the Grinch stole my backup?

Featured Image

Hello everyone! Recently I’ve participated in quite a few discussions regarding version control systems. I’ve noticed that not so many people rely on good old “copy – paste” backup. I …

1

Dynamic grids anyone?

Featured Image

For my second article I’m again writing about Ext.js. Ext.js has one great part for showing data – grids. These look really nice and you can style them pretty easily. …

3

PhpStorm IDE overview

Featured Image

Developing sites and applications demands the best tool you can afford. PhpStorm is by far the best friend you can get when dealing with web development. Here’s why.

3