Archive

Posts Tagged ‘Ruby’

Memory Queue


So, I finally managed to finish the first article that I hope to publish on Code Project.  In this article I cover a little infrastructure object that works as a Memory Queue.  I expand this object to be encapsulated by a Thread Queue, which I then use to build a Logging Framework.  It explains a very simple pattern to use when you want to assign work to multiple threads without having to worry too much about Thread Synchronization and all those things that goes with it.  It’s super-fast as you’ll be able to see in my Logger implementation and can be used in so many different scenarios.  As I take strides in writing new articles that cover my Architectural series of articles I’ll be adding to this little project so I can build a complete framework that can be used and built on in my coming articles.  My hope is to have a complete sample of how to write software using various technologies including Ruby, C# and Java as the services technology while using both JavaScipt and Silverlight as my User Interface technology.  By doing this I want to show how you can completely separate concerns by using simple patterns that work for the specific tool set that you choose to work with.  This is going to be quite a journey and the main aim for me taking this journey is to end up in a position where I have a complete understanding of the technologies mentioned above as well as the concepts I’ll be covering. 

I’ll update this site as soon as it’s been approved by the powers that be over at Code Project.  In the meanwhile if you would like to have a look at the article you can go to it by clicking hereI hope you enjoy this first article as much as I do and I also hope that you’ll give me some feedback. 

Advertisement

Getting Started -Git


So, you may have heard about a thing called Git and you were wondering more or less what it is and whether you would be able to use it for your own projects.  Of course it’s not something new to those that know about it and for those that have been doing some open-source work.  For the rest of us who come from more of a Microsoft world or even a Java one where we use tools like Team Foundation Server and Subversion, I’m hoping that you’ll find my new article called “Getting Started – Git” a bit more helpful in explaining what this thing called Git is.  Since learning about Git and using Git, I’ve slowly started switching my stuff over to Git and even though I found it to be a bit tough to get use to when starting, I’ve come to realize that the benefits of using it outweighs the benefits of using some other tools. 

As you’ve probably seen on this site, I have quite a few articles pertaining to Environments and the tools you can use to work well on all projects.  Well…  This is another one of those tools.  What you will also be seeing in the coming months is how I start bringing these toolsets into the world I’m use to called Microsoft.  As I’ve mentioned in some of my other articles, I’ve been trying to finish some articles that I’m hoping to publish on Code Project, which of course I’ll also have hosted here.  Most of those articles will be on code written in .Net and what I would like to do is take those articles and their code and also do them in Java and Ruby, which will then hopefully give some of you non-Ruby and Java developers wanting to come into this space a bit of an advantage on how to get into it faster.  I hope you enjoy the article and I also hope that you find some of the stuff in there helpful and useful to get you to understand Git and how to use it.  In a subsequent article I’ll be combining Git and Git-Flow to give you a branching strategy that makes life a whole lot easier.

Setup – Jenkins and RVM

February 24, 2011 Leave a comment

I’ve just completed another article related to Environments called “Setup – Jenkins and RVM“.  In this article I take you through the setup process to get Jenkins and Ruby Version Manager (RVM) to play nice with each other.  I start with the Build Server and RVM setup and then take you through to pulling your first GitHub hosted Ruby code, doing a Bundle Install and finally running a rake for your Unit Tests.  I hope this will help someone out there, seeing that I have struggled to understand why things on Jenkins don’t work or why my Jenkins install doesn’t pick up that I have RVM running with the correct Rubies.  It was fun and it seems to be working.  So, enjoy!!! 🙂

Setup – Requirements

February 23, 2011 Leave a comment

After writing some articles on this site and having to copy and paste the same text from some of my other articles over and over and also getting a bit frustrated in having to look up which requirements need to be installed where I decided to dedicate and article to this topic.  You can find the article under the “Environments” menu and I called it “Setup – Requirements“.  If you want to run Ruby or NetBeans or Apache or something else, then you should run through this list of things first.  I would suggest that you start at the top.  Why you need to install most of these packages, I’m not going to go into other than to say that you’ll be saving yourself lots of hours on Google trying to figure out why some Ruby Gem is telling you that it can’t find a package while the package is installed already.  There are some strange dependencies when you want to do the most arbitrary things.  I hope this helps someone out there and that it gives you a bit of a head start when installing your Development, Build or Production environments.

In the coming days I’ll be changing my articles to all point to this to ensure that it’s a but easier to get through an article without having to do some research or find that article that outlines the steps in a reproducible way.  Enjoy!! 🙂

Using – Ruby Version Manager (RVM)

February 22, 2011 Leave a comment

I’ve just completed a new article called “Using – Ruby Version Manager RVM” which will be another article that I’ll refresh, change and update on a regular basis.  Ruby Version Manager (RVM) is one of the best tools to use when you do Ruby Development seeing that it allows you to run multiple versions of Ruby and Gems together and to switch between these environments in an easy and straightforward way.  The idea behind RVM is to have a sand-boxed environment that does not affect your system installs and can be dumped and recreated ad-hoc without having to worry that you’ll be breaking things on your system.  By way of Gem Sets it also allows you to weave different Rubies together using different Gems.  In all it’s an extremely powerful tool and in my upcoming article where I’ll be going into the use of Bundler and how you can use this powerful Gem with RVM, you should start seeing some of the more powerful management tools at work.

I’ve found RVM to be a life saver and can’t really imagine writing code in Ruby without it.  When you start mixing in some of the other tools like Bundler, you’ll see how the power of Ruby and these tools come to life.  I hope you enjoy it and that you learn something from the article and if you have feedback on the matter or if you would like me to explore certain point in more detail, please let me know.

Related Articles

Ruby and some updates

November 4, 2010 2 comments

So, I’ve been quite busy learning some new things in the last couple of weeks which is why I haven’t been blogging or writing articles.  Amongst the things that I’ve been busy with is writing some articles for Code Project which I’m hoping to publish in the next month or so.  Some of the other things I’ve been busy with is playing with Ruby and the toolkits currently available in that space.  Coming from a Java/C# background it’s been quite an experience jumping into the declarative dynamic world of Ruby and I must say that the more I play with it the more I’m starting to enjoy it.  So, my setup is something like the article that you’ll be able to find on this site here.  In the quest of learning more and more technologies and writing these articles I’ve come to appreciate the ability to slow down (in my private time) and to really think about what I’ve been doing and how all this newly found knowledge will affect my trend of thought and the way that I go forward in development and technology.  As I state somewhere on this site, it’s all about using the right tool for the right job.  Just because I’m a C# developer with a Java background doesn’t mean that those are always the right tools to get things done.  Yes you may be able to do anything in your chosen technology, but does that allow you to really understand the problem you’re trying to solve or does it really make the Technology you use and the constraints it introduces your main focal point.  As I’ve learned, the more you know, the less constrained you are by what you don’t know…  Maybe ignorance is bliss and we should simply continue in the way that we always have, but then where’s the fun in that right?  🙂

%d bloggers like this: