Writing

Software Development

Page 2 of Read Software Development by Jey Geethan: Software development articles and tips and tricks. Browse recent pieces from this writing archive.

Continue

Want to write back?

The pieces here can become a Room conversation or a Neon Ink note. Pick the path that fits how close you want to stay.

Archive

Latest in Software Development

Cover image for Ruby Tips - How to figure out where a method is defined by Jey Geethan

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
Cover image for Top 4 Reasons Why You Should Participate in Hackathons by Jey Geethan

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
Cover image for Show full file path in the title bar of Sublime and VS Code by Jey Geethan

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
Cover image for Solving - xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun by Jey Geethan

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
If you recently updated to macOS High Sierra and tried to run git commands you would face this error
Cover image for iTerm2 vs Plain Old Terminal - Which One Is The Best? by Jey Geethan

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?
Cover image for [.NET] ToolTip and "Cannot access a disposed object" exception by Jey Geethan

[.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.
Cover image for [VB.NET] Finding whether its Design Mode or Runtime Mode for Forms by Jey Geethan

[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.
Cover image for [.NET Error] Update requires a valid UpdateCommand when passed DataRow collection with modified rows by Jey Geethan

[.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