Hacktoberfest

I just completed the #ServiceNowHacktoberfest by having 4 contributions accepted!

- Service Portal is a single place for everyone to access information, services and different applications. For my first contribution (1068) I shared a use case to get a parameter from the URL and use it into an Ajax call, recovering information from the database to show within the User Interface.

- For my second pull request (1069) I talked about best practices, explaining how to safely update a record. If we're not cautious with this kind of programming we can accidentally insert records instead of updating them.

- For my third contribution (1085) I explained how to validate a field provided within a Catalog Item/Record Producer so that the date can't be in the past. 

- The last one (1093) was about fixing a direct reference to the Choice table. This is an internal table and it is not best practice to reference that table directly when you are creating your choice field. Besides the use case, I propose a solution to fix the problem and I recorded a YouTube Video that explains how to use the script I wrote to accomplish the results.

After that I jumped to the other side and I'm volunteering as a maintainer.



As an Open Source Maintainer we have to deal with tasks such as:

- Reviewing code;
- Approve (Merge) or Reject Pull Requests;
- Manage Issues;
- Keep the project on track, ensuring the overall health of the repository.

The coolest part is that I can offer feedback to help contributors improve. In this endeavor, I put myself in their shoes and I grow a lot in many different aspects. 

They think I'm helping them but in fact, they're helping me much more than they can imagine.

Each hacktoberfest edition is more inclusive so that you can study about git, learn about a programming language like JavaScript, and you don't need to be a professional programmer to participate.

I invite you to contribute to open source projects.

Give it a try and you can make friends along the way!

Thank you.



___
ServiceNow Community post
Introduction to GitHub and Open-Source Projects
How to Contribute to Open Source
Hacktoberfest projects on GitHub
Hacktoberfest projects on GitLab
#Hacktoberfest 
#ServiceNowHacktoberfest 

Comments

Popular posts from this blog

How to hide a Related List

VIDEO How to fix a reference to the Choice [sys_choice] table