Code share
Configuring Node.js cloud application database settings
After the last post describing the specifics of cloud deployment, I'm going to cover the technique of setting up the database configuration parameters, without the risk of pushing them to the public repository. Continue reading...
How to deploy Node.js application to the (Nodester) cloud
Building and running Node.js applications locally is really easy, but the time comes to deploy the application. One of the most popular and easy solution are PaaS cloud hosting services, but their environments require some changes being made to your application. I've just gone through that process last week with Nodester, and here's what needs to be done to deploy successfully to the cloud... Continue reading...
Lightweight Data Access in .Net: Massive
Together with the raise of lightweight web development movement in .Net, led by Nancy, there was a need of a lightweight solution for data access. Luckily, in the last year we got not one, but three such components that fit nicely in the picture. Continue reading...
Lightweight Development in .Net: Nancy
While .Net environment is a powerful application development framework, there is one significant downside. As a result of its enterprise background, most of the things are heavyweight for simple development tasks or prototyping, the area in which some other platforms excel. Luckily, in the past year or so, things have started changing - it's time to meet Nancy. Continue reading...
‘The Other Side’ Orchard theme available for you
While working on this blog and experimenting with the Orchard CMS, I’ve decided to build my own theme to feel the product and the workflow. This blog’s styling is the result, and I’ve also decided to publish the theme to the public. Continue reading...