Category Archives: Programming

Posts about programming in different languages

Yeah! Framework Initial Configuration

After creating initial project your structure might look like this: . ├── app_name │   ├── config │   ├── controllers │   │   └── HomeController.php │   ├── data │   ├── models │   └── views │   ├── index.php │   └── layouts │   └── … Continue reading

Posted in PHP, Posts in English, Programming, Web development, Yeah! | Tagged , , , , , , , , , , , | Leave a comment

Install and configure Yeah! DevTools

Hi people, long time passed since my last post. I’ve been busy with various things, but now I’m working to redeem myself. I’ve started writing simple learning PHP framework until it became a monster. Today it’s a full blown framework. … Continue reading

Posted in PHP, Posts in English, Programming, Web development, Yeah! | Tagged , , , , , , , , , , , , , | Leave a comment

Decoupling

Someone asked me what can he do with interfaces and abstract classes. Plenty of fun there as we shall see now. I’ll use C++ and C# in this example, and I’ll present this on simple math operations. Interfaces and abstract … Continue reading

Posted in CSharp, OOP, Posts in English, Programming | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Shoot yourself in the foot using c#

I’m drunk, way past the Ballmer peak, and now, I need to explain to you in detail how to shoot yourself in the foot with C#, following the concept “Program to an interface”. You can take me for granted or … Continue reading

Posted in CSharp, General, OOP, Posts in English, Programming | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , | 1 Comment