Software Development

Page 2 of Software development articles and tips and tricks

Software Development

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

by Jey Geethan | August 12, 2018
Ruby Tips - How to figure out where a method is defined
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
Software Development

Top 4 Reasons Why You Should Participate in Hackathons

by Jey Geethan | August 05, 2018
Top 4 Reasons Why You Should Participate in Hackathons
Hackathons help to keep an active engineering culture alive. Learn here why you should participate and may be try to win them
Software Development

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

by Jey Geethan | March 22, 2018
Show full file path in the title bar of Sublime and VS Code
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
Software Development

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

by Jey Geethan | March 16, 2018
Solving - xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
If you recently updated to macOS High Sierra and tried to run git commands you would face this error
Software Development

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

by Jey Geethan | August 28, 2017
iTerm2 vs Plain Old Terminal - Which One Is The Best?
Have you ever wondered if you have an alternative that will be better and useful than the default terminal?
Software Development

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

by Jey Geethan | December 12, 2008
[.NET] ToolTip and "Cannot access a disposed object" exception
The "Cannot access a disposed object" exception is a nightmare for .NET developers.
Software Development

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

by Jey Geethan | November 06, 2008
[VB.NET] Finding whether its Design Mode or Runtime Mode for Forms
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.
Software Development

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

by Jey Geethan | March 06, 2008
[.NET Error] Update requires a valid UpdateCommand when passed DataRow collection with modified rows
This is an error, with which i was dumbfounded for weeks. But the solution is simple after understanding why it's happening