Skip to content
View GianSinghSarao's full-sized avatar
💤
Mostly Lethargic
💤
Mostly Lethargic
Block or Report

Block or report GianSinghSarao

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
GianSinghSarao/README.md

Gian Singh Sarao

Personal Profile

Self-motivated, confident, and always willing to learn. Has a positive and responsive attitude. Well presented, polite, and quick thinking. Capable of performing effectively as a collaborative team member or independently. Actively seeking new employment opportunities and a chance to demonstrate skills and abilities to an employer.

Skills And Abilities

Key Skills

  • Adept problem-solving skills
  • Logical, practical, and "hands-on"
  • Good attention to detail – meticulous, conscientious, and quality-orientated
  • Strong communication and interpersonal skills - Confident in communicating with others in person or over the phone
  • Multilingual
    • English (Native)
    • French (Semi-fluent)

IT Skills

  • Generally tech-savvy - (Keeps up to date with developments in the industry)
  • Can use digital comms - including email, teams, slack, etc
  • Adept at using Office applications
  • Can perform basic repairs or upgrades - such as replacing PC components
  • Can write code - often writes scripts to semi-automate tasks. Experienced with:
    • Markdown / HTML + CSS
    • JavaScript / TypeScript
    • PowerShell / Batch / Bash Scripts

Educational History

GCSE's @ Babington Academy (2015 - 2020)

  • English Language
  • English Literature
  • Mathematics (H)
  • Biology (H)
  • Chemistry (H)
  • Physics (H)
  • Computer Science
  • RE
  • French (H)
  • Statistics 8382 (H)

Other Experiences

Computing / "Robotics" Club (Y7 - Y11)

  • Started with a focus on computing, but the club transitioned to robotics.
  • The new Robotics club dedicated itself to winning the EV3 Space Challenge (https://education.lego.com/en-us/lessons/ev3-space-challenge/).
  • While it was still focused on computing, I worked on a website for the team.
  • Later on, when the focus shifted to robotics, I worked on programming the robot.

Pinned

  1. String-Encrypter String-Encrypter Public

    A simple encryption app made exclusively for strings of text, written using HTML, CSS, and JavaScript, for use as a HTA.

    JavaScript 2

  2. crypt crypt Public

    A Simple Script That Quickly Encrypts Text Into An Unreadable Incoherent String Of Chars And Back Again.

    JavaScript

  3. JScript.NET-Auto-Compiling-Watcher JScript.NET-Auto-Compiling-Watcher Public

    SImplistic File Watcher That Automatically Runs The JScript.NET Compiler Whenever A '.js' File is modified

    JavaScript

  4. Wrapper for NodeJS scripts to make t... Wrapper for NodeJS scripts to make them portable on Windows. Allows distributing a single file which can be executed thanks to Microsoft's JScript. Proof of concept, this should probably not be used as-is, hence it's in a gist.
    1
    ;(function (){
    2
      var IsWscript = (function () {
    3
        var isWscript = true;
    4
        try {
    5
          WScript.Echo("Hello World!");