Skip to main content

Coding and learning and sharing and earning :-)

Sometime in 2005 I created a website to share practical information on software programming and design. The idea was to share practical programming tips, best practices, howtos, gotchas, etc. The material would come from what I learn writing actual code, and the medium to share it would be a blog, audio, and screencasts.

I started this venture with the intention of doing something I enjoyed, and generating revenue. The website grew steadily, though very gradually. After about a year and a half I had about 27,000 page hits a month, and a few comments per post. I know it is very modest, but I believe it was at a point where it would have grown much more rapidly form there on. But due to various reasons, I was not able to dedicate enough time to working on the website, and eventually I shut it down.

Even though I shut down the website sometime last year, the desire to be able to work on open source software (that has a social impact), share information, and generate revenue from it, persisted.

I started this blog a few months back as the first step towards this goal. I also changed my work pattern and commitments to support this goal. I do actual work (work that pays) for part of the month, and I spend the remaining time keeping my knowledge current (through books, blogs, and podcasts), experimenting with code doing coding katas (right now I am learning Groovy, so my katas are pretty much at the Hello World level in Groovy), writing (this blog), and well... thinking and researching about how I can make all this work.

To be honest, I am very positive that type of work is feasible, but it will need lots of patience and perseverence. No problems, I have both :-).

However the fact is that even though I am seeing an increase in page hits and recent posts have started getting comments, things are not moving ahead at quite the speed I was hoping (in terms of the number of readers and interaction on individual posts). But then again I do not post as regularly as I should. Sometimes I post twice a week, while sometimes two weeks go by without any post at all. This is not good. I have to be more consistent. I am thinking that a frequency of 2 - 3 posts a week is maneagable for me. I think it is also a frequency people would find useful without getting overwhelmed (with too much quantity). If you have found my blog useful, I need your help. Please tell me what frequency of posts would be most useful to you.

My posts have just started attracting comments, so I assume that people do read them and find them useful. Please remember that if you leave a comment, it helps me realize that there are people reading this blog, and to a large extent it motivates me to write regularly :-)

I have a Google Group for programming, and design related discussions, but their isn't much activity on it. Again I am to blame. I should post more frequently to the group and share useful information from time to time. I promise to share more stuff on the group as well.

Sometime back I started @coding_insights, a Twitter feed to share small and useful bits of information related to programming. Some people have found it useful and follow the feed. I am planning to publish as least 1 - 2 Tweets a day.

So along with doing actuak programming I try and share what I learn through this blog and through my Twitter feed. I think it is time to add one more thing... a long time passion of mine... podcasts. I plan to start publishing a podcast sometime next month, and it's going to be all about coding. I will publish a small program which either explains some API, so a coding or design best practice, and then create a podcast to explain the code. If you think such a podcast will be useful, do give me your feedback about what you would like to listen and how much you would like to listen. By how much I mean the length of the podcast. What should be the optimal length of the podcast so that it can deliver value without distracting people from their work.

I will look forward to your feedback. Also if you have any other thoughts, do share them as well.

Comments

Popular posts from this blog

Running your own one person company

Recently there was a post on PuneTech on mom's re-entering the IT work force after a break. Two of the biggest concerns mentioned were : Coping with vast advances (changes) in the IT landscape Balancing work and family responsibilities Since I have been running a one person company for a good amount of time, I suggested that as an option. In this post I will discuss various aspects of running a one person company. Advantages: You have full control of your time. You can choose to spend as much or as little time as you would like. There is also a good chance that you will be able to decide when you want to spend that time. You get to work on something that you enjoy doing. Tremendous work satisfaction. You have the option of working from home. Disadvantages: It can take a little while for the work to get set, so you may not be able to see revenues for some time. It takes a huge amount of discipline to work without a boss, and without deadlines. You will not get the benefits (insuranc

Testing Groovy domain classes

If you are trying to test Grails domain class constraints by putting your unit test cases in the 'test/unit' directory, then your tests will fail because the domain objects will not have the 'valdate' method. This can be resolved in two ways: Place the test cases inside test/integration (which will slow things down) Use the method 'mockForConstraintsTests(Trail)' to create mock method in your domain class and continue writing your test cases in 'test/unit' What follows is some example code around this finding. I am working on a Groovy on Grails project for a website to help programmers keep up and refresh their skills. I started with some domain classes and then moved on to write some unit tests. When we create a Grails project using grails create-app , it creates several directories, one of which is a directory called 'test' for holding unit tests. This directory contains two directories, 'unit', and 'integration' for unit and

Planning a User Guide - Part 3/5 - Co-ordinate the Team

Photo by  Helloquence  on  Unsplash This is the third post in a series of five posts on how to plan a user guide. In the first post , I wrote about how to conduct an audience analysis and the second post discussed how to define the overall scope of the manual. Once the overall scope of the user guide is defined, the next step is to coordinate the team that will work on creating the manual. A typical team will consist of the following roles. Many of these roles will be fulfilled by freelancers since they are one-off or intermittent work engagements. At the end of the article, I have provided a list of websites where you can find good freelancers. Creative Artist You'll need to work with a creative artist to design the cover page and any other images for the user guide. Most small to mid-sized companies don't have a dedicated creative artist on their rolls. But that's not a problem. There are several freelancing websites where you can work with great creative ar