Kode Blog - Inspiring And Empowering Developers.
There is more to programming than just instructing the computer what to do. We solve problems. That still isn’t enough. We have to solve the problems in an efficient way. Code Clinic is dedicated to finding programming challenges and presenting them to the community. The community will provide answers. Each programmer can show how best they can solve the problem. The advantage of this is you get to see how other programmers fix their problems and you can learn from them.
It doesn’t matter what programming language you use. The challenges presented will be general and sometimes the solutions provided will be general too but language specific solutions will also be provided.
Let’s use Laravel MVC framework as an example. It’s a great PHP MVC framework with a command line utility artisan that magically does things for us. We can create migrations, seeds and many more. Ruby on Rails has been doing this for a very long time. One could argue Laravel MVC framework (PHP language) is inspired by Ruby on Rails (Ruby language).
By looking at how other languages solve the same problem, you can learn one or two things that will improve your existing solution.
Every week, one or two challenges will be published. You can subscribe to our free newsletter to get updates delivered to your mail box, follow us on twitter to get updates or like our Facebook fan page to get updates.