• Archive
  • RSS

random thoughts on programming and technology

Winner of Disrupt 2012 - NYC ( uberconference )

  • 12 months ago
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
when your pursuing your passion or releasing your creativity… it doesn’t feel like a job!
  • 1 year ago
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

fluentscript - an english like scripting language


i’ve been working on my own scripting language for several months now and it’s close to a stable version. check it out here:

http://fluentscript.codeplex.com/

it’s a scripting language with :

  1. english like syntax
  2. easy support for extending the language with plugins
  3. support for preventing infinite loops 
  4. and much more
    • #scripting
    • #language
    • #fluent
  • 1 year ago
  • 1
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

The frustrations of dealing with other programmers

I’m a consultant…. and have been working as a consultant for years. Over those years I’ve seen many programmers, especially tech leads, who have similar problems when it comes to working with others. Now these are not specific to technology or any field for that matter but more related to the interpersonal / social skills involved in working with others combined with management style.

BTW: I’m not the first one to talk about these and certainly not the last. Other blogger like Joel on software has already discussed management methods in some detail ( which I’ve listed below ). However, I’m stating specific traits that work against the team and business goals. 

Biggest negatives:

  1. Rejecting new ideas too quickly
  2. Stuck in his/her own ways and style of programming
  3. Being able to actively criticize a someones work but not having the ability to take criticism of his/her own work.
  4. Automatically thinking that someone providing suggestions for improvement is equal to them telling you that you’re wrong 
  5. Trying to have too much control in their position
  6. Not trying to enforce certain standards
  7. Feeling like there is a competition with new ideas/philosophies rather than objectively having the best interest of the business at heart

These issues seem not to arise as much ( but still there ) in an entrepreneurial environment.

Here are some interesting articles:

The command and control management method

http://www.joelonsoftware.com/items/2006/08/08.html

The econ 101 management method:

http://www.joelonsoftware.com/items/2006/08/09.html

The identity management method

http://www.joelonsoftware.com/items/2006/08/10.html

    • #techleads
    • #managers
    • #management style
  • 1 year ago
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

Import / Export as a fundamental service in an application

I’ve worked on several types of applications over the years, from financial, accounting, Content Management Systems, etc and I always come to the same conclusion regarding data…. and that is import / export functionality must be fundamental service of your application. 

Example:

Consider an application that allows users to creates Job posts such as Dice.com. Here are some parts of a job post that can have different values:

  1. Location
  2. Job type: ( full-time, contracting, etc )
  3. Pay rate: ( 80K, $75 an hour, depends on experience, etc )
  4. Tags: ( Java, C#, Ruby etc )

Import / Export:

Now lets say your applications support import / export features such that 

  1. You can import data in the form of xml/json
  2. The import functionality is baked into your app ( either in the UI or more preferably through some tool via a command line interface )

Benefits:

  1. Provides a convenient way to load data into your system for any type of testing
  2. Facilitates automated testing at an API level
  3. Serves as a way to backup your data
  4. Allows you to export data from one environment ( Production ) to another environment ( Dev, Qa ) for testing.
  5. Removes a partial dependency to have some testing tool ( like Selenium ) to create data
  6. Provides an easy way to auto-create thousands to millions of data records/objects for performance testing

NOTE: Tools like selenium are great, and they should still be used for regression testing, automated UI testing etc. However, that is the 2nd step / layer of automation. Import / Export features will be much faster at creating your data for testing rather than going creating your data through automated UI.

An example of an import / export API can be found here at commonlibrary:

http://commonlibrarynet.codeplex.com/wikipage?title=Examples&referringTitle=Documentation

    • #import
    • #export
    • #application service
  • 1 year ago
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
It does not matter how slow you go so long as you do not stop.
  • 1 year ago
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

Moving to tumblr

starting off 2012 w/ a new blog on tumblr!

  • 1 year ago
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

About

Avatar hey, my name is kishore reddy and this is my blog on software development and technology

Pages

  • about

Me, Elsewhere

  • RSS
  • Random
  • Archive
  • Mobile
Effector Theme by Pixel Union