Software Development

Page 2 of Software Development Articles - Software development articles and tips and tricks

Ruby Tips - How to figure out where a method is defined
Software Development

Ruby Tips - How to figure out where a method is defined

by Jey Geethan | August 12, 2018
The other day when I was dabbling with the huge codebase, I was wondering where a particular method was being declared for a specific method

Top 4 Reasons Why You Should Participate in Hackathons
Software Development

Top 4 Reasons Why You Should Participate in Hackathons

by Jey Geethan | August 05, 2018
Hackathons help to keep an active engineering culture alive. Learn here why you should participate and may be try to win them

Show full file path in the title bar of Sublime and VS Code
Software Development

Show full file path in the title bar of Sublime and VS Code

by Jey Geethan | March 22, 2018
If you feel that you want to show the full file paths in your favorite editors - Sublime Text and Visual Studio Code, follow the simple steps

Solving - xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

iTerm2 vs Plain Old Terminal - Which One Is The Best?
Software Development

iTerm2 vs Plain Old Terminal - Which One Is The Best?

by Jey Geethan | August 28, 2017
Have you ever wondered if you have an alternative that will be better and useful than the default terminal?

[.NET] ToolTip and "Cannot access a disposed object" exception
Software Development

[.NET] ToolTip and "Cannot access a disposed object" exception

by Jey Geethan | December 12, 2008
The "Cannot access a disposed object" exception is a nightmare for .NET developers.

[VB.NET] Finding whether its Design Mode or Runtime Mode for Forms
Software Development

[VB.NET] Finding whether its Design Mode or Runtime Mode for Forms

by Jey Geethan | November 06, 2008
Sometimes, while creating controls, either by Inherited Controls or UserControls, we will be required to skip a piece of code depending upon the design time or runtime mode.

[.NET Error] Update requires a valid UpdateCommand when passed DataRow collection with modified rows
Software Development

[.NET Error] Update requires a valid UpdateCommand when passed DataRow collection with modified rows

by Jey Geethan | March 06, 2008
This is an error, with which i was dumbfounded for weeks. But the solution is simple after understanding why it's happening