Skip to content
View tshenolo's full-sized avatar
:octocat:
Building
:octocat:
Building

Highlights

  • Pro

Block or report tshenolo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tshenolo/README.md

πŸ‘‹ Hi there, I'm Tshenolo Mos

I'm passionate about integrating systems and making tech more accessible!
Fun fact: I recently worked on a project that automated data transfers between systems, saving hours of manual work each week.

πŸ‘¨ Let's Connect

Feel free to connect with me on social media!

tshenolo tshenolo tshenolo

πŸš€ Languages and Tools

Technologies and tools I have experience with and am passionate about.

Frontend Technologies
angular bootstrap css3 html5 ionic javascript typescript
Backend Technologies
java php python spring jekyll
DevOps Tools
aws azure bash docker firebase git heroku jenkins kubernetes
Databases
mssql mysql oracle postgresql mongodb

πŸ“Ί Latest YouTube Videos

Here are some of my latest videos where I share tech tips and tutorials.

Can You Import a CSV File into PeopleSoft in Under 4 Minutes? Export & Import data with PeopleSoft Data Mover in 30 seconds How to Debug a Docker Container #shorts #docker  #container #debug Deploying Applications with Docker #shorts #docker  #container How to Write a Dockerfile #shorts  #coding #docker  #container How to Run a Docker Container in 30 Seconds #docker #shorts

πŸš€ Projects

Here's a selection of projects that I have worked on over the years, grouped by category.

PeopleSoft Projects

Query Search: PeopleSoft utility designed to search for specific text in all PS Queries within PeopleSoft and identify which PS Queries contains that text.
Base 64 Encode/Decode: PeopleSoft utility to perform base64 encoding or decoding in PeopleCode using PeopleSoft's Pluggable Cryptography Technology (PET) in combination with the PeopleCode Crypt Class.
List/Download Files: PeopleSoft utility to list files and download files.
File Manager: PeopleSoft utility to navigate the PeopleSoft file system. It allows users to view contents of folders and download files.
File Stream: PeopleSoft utility to stream files directly to the PeopleSoft file system.
File Upload: PeopleSoft utility to upload files from your computer to a specific folder on a PeopleSoft server.
Environment Variables: PeopleSoft utility to get environment variables defined within a PeopleSoft server.
PeopleSoft Component Navigation: PeopleSoft utility to get the navigation from the name of a PeopleSoft Component.
PeopleSoft Process Navigation: PeopleSoft utility to get the navigation from the name of a PeopleSoft process.
PS Query SQL: PeopleSoft utility to get the SQL of a PeopleSoft PS Query.
Record Fields: PeopleSoft utility to get record fields.
PeopleSoft User Look-Up: PeopleSoft utility to look up a user.

🀝 Support

Your support helps me create more valuable content!

tshenolo



πŸ“Š GitHub Stats

I love tracking my progress and contributions. Here are some of my GitHub stats to show my recent work!

🌟 Github Stats

tshenolo

Β tshenolo

tshenolo

Pinned Loading

  1. snippets snippets Public

    My favorite code snippets

    2

  2. html-stringfunctions html-stringfunctions Public

    Self-hostable Utility to manipulate strings

    JavaScript 1

  3. Git Starter Git Starter
    1
    git remote add origin https://github.com/username/repository.git
    2
    git push -u origin main
  4. PHP local HTTP server PHP local HTTP server
    1
    ```
    2
    php -S localhost:8000
    3
    ```
  5. peoplesoft-record-field peoplesoft-record-field Public

    PeopleSoft utility to get record fields.

  6. peoplesoft-env-variable peoplesoft-env-variable Public

    PeopleSoft utility to get environment variables defined within a PeopleSoft server.

    1