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

Highlights

  • Pro
Block or Report

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

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.

WordPress

High Ridge School: Highridge English Medium Primary School is a private school offering excellent educational experience for students.
Black Eagle Loans: Black Eagle Loans is a Botswana based micro-lending company which offers short term and long term loans to clients.
Borgadie: Bogadi is an image consultant, fashion stylist and qualified makeup artist.
Keiko Network: Keikonetwork is an Event Management and IT Consulting agency

🀝 Support

tshenolo



Β 

πŸ† Github Stats

tshenolo

Β tshenolo

tshenolo

Pinned

  1. snippets snippets Public

    My favorite code snippets

    2

  2. html-stringfunctions html-stringfunctions Public

    A client-side 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