Thejesh GN Blog

IT is not the place for women especially young mothers 22

IT is not the place for women especially young mothers

Okay, now before you question my intentions, let me make it clear. It’s not about women, I think they are very capable (much more than men most of the time), it’s about where we work and about our so called work culture. Also this is not based my experiences inside Infy alone (a...

RegExGeleya 2

RegExGeleya

I am big fan of RegExBuddy, but its windows only. Even though I am not as efficient product developer as people at Just Great Software, I wrote a simple UI based RegEx tester called RegExGeleya. I used Netbeans, its a pretty cool IDE to develop Java UI. You can get the code and...

Building community around My Electronics City 6

Building community around My Electronics City

As most of you know, I was born and brought up around electronics city. I did my schooling, graduation and I even live and work at electronics city. For a long time electronics city was not a preferred residential area. It was just an industrial area where we used go only for work....

Riding the bull aka ride to Nandhi 0

Riding the bull aka ride to Nandhi

Don’t worry about grammar or meaning of the title. This post is about our ride to Nandi months back, so it’s a delayed post. It was on a friend’s birthday, I was partying until early morning and slept around 2. All of a sudden my mobile started ringing at 4:30am. I drove thinking...

Getting started with Processingjs by writing Analog clock 8

Getting started with Processingjs by writing Analog clock

As most of you know, I love JavaScript.  Recently I started exploring Processing.js to create some dynamic graphs and animation. I was bowled over by the power of Processing.js. “Processing.js is an open programming language for people who want to program images, animation, and interactions for the web without using Flash or Java...

Logging uncaught exception (redirecting from sysout to logger) 0

Logging uncaught exception (redirecting from sysout to logger)

Uncaught exceptions in Java are handled by the System. The JVM usually logs the exception into the System.err and then shuts down. But in case of web applications its different. It logs the printstack trace to server console and then continues. Even though most of the time System.err is redirected to a file...