Maneet Goyal

Maneet Goyal

Mentor
5.0
(1 reviews)
US$15.00
For every 15 mins
4
Sessions/Jobs
ABOUT ME
Senior Fullstack Developer and Cloud Architect
Senior Fullstack Developer and Cloud Architect

About Me 👋

Full-Stack Engineer | React + TypeScript, Node + AWS | Dashboards, Real-time, Electron + Tauri

Specialization 1: Full stack

For web work my usual stack is React and TypeScript on the front end with FastAPI or Node behind it. I spend most of my time on data heavy interfaces: ECharts and D3 dashboards, force directed graphs, choropleth maps, candlestick and footprint charts, and live updates over WebSockets or server sent events. Seven plus years in, I enjoy owning a feature from the first sketch to the signed release, and I am happy to start small so you can see how I work.

Specialization 2: Cloud and DevOps

Most of my cloud work is on AWS. I have built serverless backends with Lambda, DynamoDB, AppSync, API Gateway, S3, SQS, and Fargate, managed infrastructure as code with Terraform and Amplify Gen 2, and wired in Cognito for auth and Bedrock for AI features. On the release side I set up GitHub Actions pipelines that produce signed installers for all three operating systems and publish to GitHub Releases. I have also worked with Google Cloud for storage and speech to text.

Specialization 3: Desktop apps | Electron + Tauri

I build cross platform desktop apps with both Electron and Tauri, and I pick between them based on what the app needs: Electron when the project leans on the Node ecosystem and heavy native modules, Tauri when a small, fast, Rust backed binary matters more. Recent work includes an offline activity tracker capturing active windows, screenshots, audio, and input across Windows, macOS, and Linux, a macOS screen recorder built on ScreenCaptureKit with automatic zoom and cursor focus, and an offline note taking app using Lexical with SQLite. I also handle the parts most people avoid: macOS code signing and notarization, Windows signing through AWS KMS, auto updates served from S3, and native device work over Bluetooth and serial ports.

Hindi, English
New Delhi (+05:30)
Joined July 2023
EXPERTISE
3 years experience
6 years experience | 1 endorsement
6 years experience
6 years experience
5 years experience
3 years experience
3 years experience

REVIEWS FROM CLIENTS

Maneet's profile has been carefully vetted and approved as a Codementor. Connect with Maneet now, and leave a review for them once you're done!
SOCIAL PRESENCE
GitHub
chemical-kinetics-predictor
A data-driven tool to predict the reaction order of homogeneous gas-phase reactions. Includes machine learning experiments on the NIST Chemical Kinetics Database.
HTML
25
4
WaterPinch
Heuristics based Water Pinch Analysis Toolbox for carrying out Water Minimization in Process Industry
Matlab
8
0
Stack Overflow
81 Reputation
0
1
9
EMPLOYMENTS
Principal Developer
Manufac Analytics Private Limited
2020-09-01-Present
  • Delivered 19 production applications for clients across the US, UK, Germany, France, and India, spanning 10 cross platform deskto...
  • Delivered 19 production applications for clients across the US, UK, Germany, France, and India, spanning 10 cross platform desktop apps and 9 data heavy web applications.
  • Shipped Electron and Tauri desktop apps for Windows, macOS, and Linux with full code signing, Apple notarization, and S3 backed auto updates, cutting release effort from a manual multi hour process to a single GitHub Actions run in under 15 minutes.
  • Architected serverless AWS backends using Lambda, DynamoDB, AppSync, API Gateway, S3, SQS, and Fargate, provisioned through Terraform and Amplify Gen 2, which supported queue based processing of 50+ scan jobs per day with zero server maintenance.
  • Built real time analytics interfaces in React and TypeScript with ECharts and D3, including candlestick, footprint, choropleth, and force directed graph views streaming live data over WebSockets and Server Sent Events, and kept charts responsive at 50k+ data points by moving computation into Web Workers.
  • Conducted code reviews and set shared TypeScript, Zod validation, and design system standards across 140+ repositories, reducing repeat defects and speeding up onboarding for new contributors.
HTML/CSS
Python
SQL
View more
HTML/CSS
Python
SQL
Node.js
PostgreSQL
Redis
TypeScript
Docker
React
Data Visualization
Tableau
JavaScript
Redux
CI/CD
Electron.js
Tauri
AWS
View more
D3 Developer, Contract Job
Cylerian
2022-03-01-2022-07-01
  • Developed mobile responsive d3.js based visualizations for cybersecurity and cloud computing applications.
  • Implemented a ...
  • Developed mobile responsive d3.js based visualizations for cybersecurity and cloud computing applications.
  • Implemented a fully customized d3.js based heat map involving hexagon grid and calendar grid to visualize the memory and CPU consumption of machines over time.
  • Implemented time scale and numeric scale based histograms using d3.js to visualize the distribution of computing resources.
  • Implemented a highly interactive d3.js and ReactJS based calendar heatmap library to visualize the frequency of a generic event over a span multiple years.
D3.js
React
JavaScript
View more
D3.js
React
JavaScript
View more
Software Development Engineer, ArcGIS Charts Team
ESRI
2018-06-01-2020-09-01
  • Designed a custom data model/JSON specification to persist, share and validate charts/visualizations across the web.
  • Deve...
  • Designed a custom data model/JSON specification to persist, share and validate charts/visualizations across the web.
  • Developed a data visualization API for charts like histogram, bar charts, scatter plots, pie chart, etc. using amCharts and TypeScript to map our custom specifications to amCharts specifications while optimizing the rendering process.
  • Implemented d3.js based subroutines to preprocess raw data for visualization and integrated the same with amCharts workflows.
  • Implemented localization and internationalization of charts to respect the locale conventions while displaying date/time, number and text (including RTL support).
HTML/CSS
D3.js
TypeScript
View more
HTML/CSS
D3.js
TypeScript
ArcGIS
JavaScript
ArcGIS JS API
Redux
Vue.js
View more
PROJECTS
Scooper: Electron market-research app for B2B marketplace data
2024
A market-research desktop app paired with a web dashboard. It drives Chromium through Playwright to collect product and supplier listings...
A market-research desktop app paired with a web dashboard. It drives Chromium through Playwright to collect product and supplier listings from two B2B marketplaces, rotating through a proxy list and pausing for manual CAPTCHA or OTP steps. Every product and supplier is hashed into a stable key and cached locally, so a run that dies mid-scrape resumes from cache instead of restarting, and results export as both raw and cleaned CSV partitioned by query and date. Seven dashboards render price, supplier and geographic views with ECharts charts, choropleths and MapLibre maps. The AWS Amplify backend adds Cognito sign-in with four role-based user groups, an AppSync GraphQL API, and Lambda-backed REST endpoints. Packaged with electron-builder for macOS, Windows and Linux.
TypeScript
React
Data Visualization
View more
TypeScript
React
Data Visualization
Electron.js
Playwright
View more
Uniquely: Serverless royalty billing and payout backend on AWS
2025
A Terraform-defined AWS serverless backend for a designer royalty and invoicing business. An AppSync GraphQL API fronts six DynamoDB tabl...
A Terraform-defined AWS serverless backend for a designer royalty and invoicing business. An AppSync GraphQL API fronts six DynamoDB tables covering designers, SKUs, product types, sales, invoices and rollovers. On the 2nd of each month an EventBridge cron fires a Lambda that totals the prior month's sales per designer, applies per-product royalty rates and 20% VAT, rolls over anyone below the payout threshold, and sends a batch payout through Trolley. Payment confirmation and invoice PDF generation happen asynchronously through HMAC-verified webhooks, with the finished PDF stored in S3 and linked back to the invoice record. The whole stack, API, tables, six Lambdas, buckets, IAM roles and the schedule, provisions from a single Terraform command.
Node.js
DynamoDB
GraphQL
View more
Node.js
DynamoDB
GraphQL
Terraform
AWS Lambda
View more