About the Author
Avatar photo

Josh Green

Josh Green is a software developer with experience surrounding web-based and desktop applications implemented in Java and JavaScript. He is a fast-paced learner with a knack for getting up-to-speed on new technologies and approaches quickly.

Intro to Vite

An Introduction To Vite

Josh Green Articles, JavaScript, Tutorial Leave a Comment

In this blog, I’ll be introducing Vite, a JavaScript build tool that strives to be a faster and leaner development experience for modern web projects.

I found Vite while browsing a Reddit thread and saw several users that were very happy with the technology, so I decided to give it a try myself. I’ve found Vite to be extremely fast, which lends well to making little tweaks and adjustments to the code (even in large applications) and seeing those changes very quickly. But be forewarned, Vite is relatively new and can be temperamental.

SQL Server Agent Jobs with Spring Batch

Monitoring SQL Server Agent Jobs with Spring Batch

Josh Green Articles, Development Technologies & Tools, Java, Modernization, Spring Batch, SQL, SQL Server Leave a Comment

In this blog post, I will demonstrate a technique to query the status of a SQL Server Agent job that executes the SSIS package. SQL Server Agent scripts are asynchronous in nature. This can make it difficult to make code decisions based on the execution status of a script of this type.

Node.js for Discord Bot

Using Node.js To Create a Discord Bot

Josh Green Articles, Development Technologies & Tools, JavaScript, Node.js, Programming, Tutorial Leave a Comment

From Zoom to Skype to Microsoft Teams, there is an endless number of platforms to help keep you connected. One such platform is Discord – a service primarily intended for gaming that allows you to voice chat, video chat, or screen share with a community you have developed on your own hosted “server.” One of Discord’s best features is a developer portal with an open API that allows you to add bots and apps to your server, as well as write your own.

There is true beauty in the ability to create your own custom solutions to fill your needs. So in this brief tutorial, I’ll show you how to get up and running writing your own Bots and Apps for Discord with Node.js.

Avoiding Burnout as a Developer

Josh Green Articles, Community, Soft Skills Leave a Comment

The IT industry is fast-paced and exciting, and yet, burnout is commonplace amongst developers. There are endless opportunities to learn new technologies, develop your skills, and hone your software development craft. IT work is also very accessible, meaning all you typically need is a computer and possibly an internet connection to start working.

Although they are positives in the big picture, these combined factors lead me to today’s topic: developer burnout. Developer burnout is a physical or mental collapse caused by excessive amounts of work or stress, and I’m sure all of us have experienced it in one way or another over the course of our careers. Burnout manifests itself in different ways for many different people. In this post, I’m going to go over some causes of burnout and how you can avoid it.

Knowledge Transfer in Consulting Projects

Strategy: Knowledge Transfer In Consulting Projects

Josh Green Agile, Articles, Consulting, Project Management, Soft Skills Leave a Comment

Imparting Knowledge And Preparing For The End Of A Contract

In this blog, I share an example of a consulting engagement that required significant knowledge transfer to new hires. We detail an approach for teaching Spring Batch to developers with no previous experience in Java or the Spring Framework.

The goal is to provide a real-world example of closing a contract, imparting knowledge with the client and their employees, and the potential issues faced in the process.