Saturday, January 25, 2014

Enterprise frameworks, what's next?

For those who have been following my blog recently, will know I've been working on a web service framework. Although its ultimate goal is to act as a far more all in one based component library. Its still needs the web service framework part of it.
The development so far has really gone well. Its already reached its first milestone where majority of its core features have been implemented.

Friday, January 17, 2014

Porting, the loss of the age!

Last few days I have been having a play round with porting GLFW to D. But why would I do this since its a C library?

Friday, January 10, 2014

Creating a competing web service framework with D

One of D's current target audiences is web developers. For medium to large web sites. To provide for this a framework is generally expected to speed up development times.
Because of this I have started working on Cmsed. I describe it as a Web development component library. Not a web service framework. Why did I do that?

Thursday, January 2, 2014

Website development, D/Vibe-d vs PHP

Lately I've been working quite heavily in website development using D. More specifically Vibe. Coming from a PHP background this has shown to me just how different the two ecosystems really are.