Skip to content

Instantly share code, notes, and snippets.

View Lubdhak's full-sized avatar
💭
Unemployed_coder

Lubi Lubdhak

💭
Unemployed_coder
View GitHub Profile
Business Features
- Admin Portal:
Developed an Admin Portal for the support team to streamline high-frequency operations.
- Implemented role-based access control (RBAC) with a dedicated “Support Read-Only” role.
- Integrated a Metabase analytics dashboard for storing and executing read-only SQL queries.
- Built an AWS S3–backed ingestion pipeline for processing Excel (XLSX/CSV) datasets.
- Enabled non–user-facing features using Feature Flags
- Used AWS EventBridge to orchestrate on-demand and scheduled task execution through separate code execution pipelines.
- Reduced JIRA ticket volume by 70% and improved SLA compliance time by 60%.
@Lubdhak
Lubdhak / gist:14fa9ec65f21c0b402b44967e4b1fdce
Last active October 15, 2025 16:20
MWL 19th July 2023
[Last updated on 15/10/2025 ]
Mujhse Dosti Karoge! - H
Kandahar - E**
The Pale Blue Eye - E**
Double Feluda - B
Night in Paradise - Korean
The King - E
Shob Charitro Kalponik - B*
Mrs. Chatterjee vs Norway - H
Thai Massage - H*
@Lubdhak
Lubdhak / custom_story_upload.rb
Last active September 12, 2020 16:08
"app/graphql/resolvers/mutation/custom_story_upload.rb"
module Resolvers
module Mutation
class CustomStoryUpload < Base
attr_accessor :user, :workspace, :ctx, :temp_file
def initialize(inputs, ctx)
@ctx = ctx
@user = ctx[:current_user]
@temp_file = ctx[:file]
@workspace = ctx[:workspace]
@Lubdhak
Lubdhak / config.json
Created September 13, 2018 17:33
Tensorboard Viz
{
"embeddings": [
{
"tensorName": "My tensor",
"tensorShape": [
1000,
50
],
"tensorPath": "https://raw.githubusercontent.com/.../tensors.tsv",
"metadataPath": "https://raw.githubusercontent.com/.../optional.metadata.tsv",