Gorgeous Octopress Codeblocks with CodeRay – codebykat.blog
Gorgeous Octopress Codeblocks with CodeRay – codebykat.blog.
Gorgeous Octopress Codeblocks with CodeRay – codebykat.blog.
In this post I present the development model that I’ve introduced for all of my projects (both at work and private) about a year ago, and which has turned out to be very successful. I’ve been meaning to write about it for a while now, but I’ve never really found the time to do so thoroughly, …
In Linux, /etc directory contains important system-related or application-specific configuration files. Especially in a server environment, it is wise to back up various server configurations in /etc directory regularly, to save trouble from any accidental changes in the directory, or to help with re-installation of necessary packages. Better yet, it is a good idea to …
The support for multiple cloud Infrastructure as a Service (IaaS) environments means Cloud Foundry can run on various IaaS clouds, including Amazon Web Services EC2, VMware’s vCloud Director and those based on OpenStack. That suits IBM well because it earlier this year committed to OpenStack as the IaaS that will host all of its public, …
NEWS ANALYSIS: The Flex Framework for rich Internet application development continues its evolution beyond Adobe’s confines as adoption and interest grows. via Open-Source Apache Flex Finally Comes to Linux.
flyway/flyway · GitHub.
SQuirreL DB Copy Plugin | Free Development software downloads at SourceForge.net.
Sometimes you just need to do some straightforward HTTP, but you still want to use Groovy right? Enter Ratpack – The micro web framework for the JVM inspired by Ruby’s popular Sinatra framework. via Skills Matter : GGUG:Ratpack – A Groovy micro web framework.
Howto install Oracle’s Java on LMDE/Debian via Linux Mint Forums • View topic – Howto install Oracle’s Java on LMDE/Debian.
Sometimes it’s overkill to use a web framework if you only need to develop a very simple REST API. It turns out that Nginx can be used to develop a full fledged REST API and PostgreSQL can easily be used for persistence. via Simple API with Nginx and PostgreSQL.