Copilot to Write ScriptRunner Scripts

When it comes to scripting, I’ve picked up a few tricks to boost my productivity. First off, time management is my secret weapon. I allocate specific chunks of time for different tasks, ensuring I stay focused and efficient. It’s like having a well-organized toolbox—I know exactly which tool to grab when I need it.

Now, let’s talk about my trusty sidekick: Copilot. Picture this—it’s like having a coding buddy who finishes your sentences. When I sit down to write a script, I engage in a collaborative thought dance with Copilot. I describe what I want to achieve, and Copilot responds with detailed code snippets. It’s like brainstorming with an AI genie—rub the lamp, state your intent, and voilà!

Continue reading Copilot to Write ScriptRunner Scripts

Taking Time to Grow

Happy New Year! I hope 2022 is all that much better than 2021.

Taking Time to Grow is not something that comes easily or naturally. So many of us will fill our days with meetings, phone calls and other essential tasks. If you are like me, you will block off time and give it up for others looking to book time. The latter is not suitable for personal growth.

Continue reading Taking Time to Grow

Microsoft MVC vrs WebForms – What do you prefer

I recently had a lively discussion with a colleague over what is better Microsoft MVC or WebForms.  My friend had stated he liked MVC because it kept his code organized and clean.  He also stated that he has seen many WebForm projects that was just a mess of spaghetti like code.  My response was simple; It is all about developer discipline.  If the coder is well disciplined and refactored their work rather than just keep stacking on band aides and fixes, the code would be clean and organized.  I think it was said well “It is the latest craze!”. Continue reading Microsoft MVC vrs WebForms – What do you prefer