Skip to content
View RaisinTen's full-sized avatar
:octocat:
githubbing
:octocat:
githubbing

Organizations

@fossasia @postmanlabs @electron @firstcontributions @VppLang @EddieHubCommunity @wintercg @crossnx @postman-eng
Block or Report

Block or report RaisinTen

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

Postman

Technical Lead, June 2021 - Present

  • As a Technical Lead, I have driven initiatives, chaired team meetings, onboarded 8 engineers on all our projects, been the key reviewer of all the work that my team has done and provided 1:1 mentorship to all of my teammates
  • As a prolific Open Source contributor belonging to the Governance of megaprojects like Node.js and Electron, I gave several talks to the entire engineering team of Postman and was able to mentor my colleagues to successfully make valuable contributions to Electron (electron/electron#34974) and Node.js (nodejs/node#44532)
  • Laid the groundwork for hooking in additional native C++ modules into our custom build of Electron which makes use of the internal features of Chromium. For example, one such module I wrote uses the registry on Windows, Mac OS X user defaults on macOS and snap configuration options on Linux for storing key-value pairs that are used by the Postman app.
  • Top contributor to an R&D C++ and JavaScript framework for creating cross-platform native desktop, mobile and CLI apps, where I authored key parts of the framework, like JavaScript support (V8 on Windows and JavaScriptCore on Apple and Linux), event loop, networking capabilities and owned the development of the entire framework on Windows using Win32 APIs
  • Led a team of 4 engineers to develop a C++ library with an accompanying Node.js addon to send HTTP and WebSocket requests using a fully relocatable build of libcurl
  • Created a C++ HTTP client that uses WinHTTP on Windows, NSURLSession on Apple and libsoup on GNOME - https://github.com/RaisinTen/benoni

Electron

Governance Member, July 2022 - Present

  • Nominated by the project community to serve as a Governance Member for my quality code contributions and valuable code reviews
  • 54th highest contributor of C++ and Objective-C++ fixes for various kinds of GUI bugs and crashes
  • Contributed a 60% performance improvement for a complex and long-standing Intel macOS performance problem that was affecting the startup performance of Google Chrome and all Electron-based apps in the world by profiling the C++ application startup code using Perfetto API calls and ultimately came up with the fix in https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3721655
  • Used LLDB and GDB to debug complicated C++ crashes in Electron and Chromium by attaching the debugging symbols to the release builds of Electron, like in electron/electron#33913 and posted a blog about my journey in https://gist.github.com/RaisinTen/5c065d28789d7a95a23af2db8e0e6c75 to motivate my team to tackle similar issues
  • Worked with the Chromium C++ thread pool to create async and non-blocking functionalities - electron/electron#31023
  • Collaborated with the Chromium team to fix difficult GN bugs in the Electron build system
  • Contributed to other high-profile C++ projects like Chromium, Crashpad and Perfetto for the betterment of Electron

Deno

Contributor, August 2022 - September 2022

  • Once, I decided to challenge myself to land a valuable contribution in Deno, despite my inexperience in Rust, so I attempted solving a serde_v8 bug - denoland/deno#11502 while teaching myself Rust and I ended up landing the key improvement in Rusty V8 - denoland/rusty_v8#1049, bringing the change into Deno in the rusty_v8 upgrade - denoland/deno#15762 and finally fixing the issue in denoland/deno#15946

Node.js

TSC Member, Core Collaborator, Triager, October 2020 - January 2024

  • Nominated by the project community to serve as a TSC Member, Core Collaborator and Triager for my quality code contributions and valuable code reviews
  • Won the "Outstanding Contribution from a New Arrival" award as part of the JavaScriptLandia Awards at 2022's OpenJS World - https://openjsf.org/blog/first-ever-javascriptlandia-awards-celebrate-community-leaders
  • 36th highest contributor of C++ and JavaScript features, bug fixes and performance improvements across all subsystems of Node.js
  • Primarily known for being the lead of the "Single executable applications" Strategic Initiative, which I have initially implemented in nodejs/node#45038
  • Provided 1:1 mentorship to numerous contributors and onboarded 6 collaborators
  • Contributed to other high-profile C++ and C projects like V8, libuv and OpenSSL for the betterment of Node.js

Popular repositories

  1. sokoban-action sokoban-action Public

    Sokoban game using GitHub Actions 🤖

    JavaScript 27 1

  2. fs-make fs-make Public

    Make a folder structure from its description

    C++ 15 1

  3. HuffCrypt HuffCrypt Public

    Huffman encryption based file compressor

    C 7 1

  4. benoni benoni Public

    A C++ HTTP client that uses WinHTTP on Windows, NSURLSession on Apple and libsoup on GNOME.

    C++ 4

  5. libuv-windows-build libuv-windows-build Public

    Libuv Windows Build

    C 2

  6. Vpp Vpp Public

    Forked from VppLang/Vpp

    V++ is a programming language based off of V; first meant to be an extension introducing OOP better syntax, and more

    C++