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

๐Ÿ‘จ Let's Connect

tshenolo tshenolo tshenolo

๐Ÿš€ Languages and Tools

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

angular aws azure bash bootstrap codeigniter css3
docker firebase git heroku html5 ionic java
javascript linux jekyll jenkins kubernetes mongodb mssql
mysql oracle php postgresql python spring typescript

๐Ÿ“บ Latest YouTube Videos

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 Top 5 Docker Commands You Need to Know #shorts #docker How to Start Contributing to Open Sourceย Software Convert PeopleSoft Query Results to JSON Easily

Projects

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

PeopleSoft

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

tshenolo



ย 

๐Ÿ† 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