Skip to content

Instantly share code, notes, and snippets.

View soham2008xyz's full-sized avatar
👨‍💻
Sprint-mode ON!

Soham Banerjee soham2008xyz

👨‍💻
Sprint-mode ON!
View GitHub Profile
@soham2008xyz
soham2008xyz / ApplyImage.bat
Created September 29, 2024 19:10
Install Windows 10/11 from the Command Prompt
rem == ApplyImage.bat ==
rem == These commands deploy a specified Windows
rem image file to the Windows partition, and configure
rem the system partition.
rem Usage: ApplyImage WimFileName
rem Example: ApplyImage E:\Images\ThinImage.wim ==
rem == Set high-performance power scheme to speed deployment ==

Case Study: Vessel Energy Monitoring Solution for a Ship Management Company

Project Summary

Renderbit Technologies was engaged by a ship management company to develop a vessel energy monitoring solution that provides real-time and continuous monitoring of on-vessel equipment such as main engines, auxiliary engines, pumps, and air conditioning units. The solution was designed to track energy use and efficiency, provide real-time alerts, and enable data-driven insights into energy consumption across different vessel components. The project was implemented in phases, beginning with hardware integration and HMI dashboards, followed by cloud deployment and satellite communication for real-time vessel-to-shore data links.

Issues Faced by the Client

The ship management company faced several key challenges in energy monitoring:

  • Lack of Real-Time Energy Data: On-vessel equipment energy usage was not monitored in real time, leading to inefficiencies in fuel consumption and overall energy management.

Case Study: Garbage Van Tracking Solution for Solid Waste Management (SWM)

Project Summary

As part of its smart city initiatives, a government development authority in a major urban area sought to optimize its solid waste management operations through a Garbage Van Tracking Solution (VTS). Renderbit Technologies was tasked with developing a comprehensive solution that would allow real-time tracking of garbage collection vans, ensure efficient pickups, and provide transparency to both citizens and administrators. The solution included mobile apps for drivers and citizens, as well as a robust admin portal for centralized management. This initiative aimed to enhance efficiency in solid waste collection and contribute to the city's overall cleanliness.

Issues Faced by the Client

The development authority faced several key challenges in managing its solid waste collection system:

  • Inefficient Collection Routes: The lack of real-time tracking and route management resulted in inefficient garbage col
@soham2008xyz
soham2008xyz / Renderbit Case Study - Online Polling System Using WhatsApp for a TV Channel.md
Last active September 23, 2024 16:18
Renderbit Case Studies - Media & Entertainment Segment

Case Study: Online Polling System Using WhatsApp for a TV Channel

Project Summary

Renderbit Technologies was engaged by a leading television channel to design, develop, and deploy an online polling system using WhatsApp, integrated with a dynamic, mobile-responsive web admin portal. The goal was to enhance audience engagement during the airing of various TV shows by running real-time polls. Viewers could participate in polls via a WhatsApp chatbot during the daily episodes of TV shows, answer questions related to the content, and stand a chance to win prizes. Channel administrators could access real-time insights and engagement analytics through the web admin portal, allowing them to monitor poll performance and audience interaction.

Issues Faced by the Client

The TV channel faced several challenges in boosting audience engagement during showtime:

  • Limited Audience Interaction: Traditional TV viewing offered limited opportunities for real-time audience engagement, making it difficult to asses

Case Study: Blockchain-Authenticated Academic Certificates Issuance Platform for an Educational Group

Project Summary

Renderbit Technologies developed a Blockchain-Authenticated Academic Certificates Issuance Platform for an educational group to issue secure, verifiable digital certificates to students. The platform enables the issuance, management, and verification of academic and extracurricular certificates through blockchain technology, ensuring the authenticity and integrity of the certificates. Students, employers, and institutions can verify credentials without the need for physical documents, significantly reducing the risk of counterfeit certificates. The platform was designed to be scalable, with provisions for future expansions, including mobile apps and third-party audit nodes.

Issues Faced by the Client

The educational group faced several challenges in managing academic certificates:

  • Risk of Counterfeit Certificates: Counterfeit academic certificates posed a significant issue, i
@soham2008xyz
soham2008xyz / homebrew.mxcl.ollama.plist
Last active September 6, 2024 13:09
Ollama aliases for zsh
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>homebrew.mxcl.ollama</string>
<key>LimitLoadToSessionType</key>
<array>
@soham2008xyz
soham2008xyz / Renderbit Case Study - Garbage Van Tracking Solution for Solid Waste Management (SWM).md
Last active September 23, 2024 16:02
Renderbit Case Studies - Vehicular & Automotive Segment

Case Study: Garbage Van Tracking Solution for Solid Waste Management (SWM)

Project Summary

As part of its smart city initiatives, a government development authority in a major urban area sought to optimize its solid waste management operations through a Garbage Van Tracking Solution (VTS). Renderbit Technologies was tasked with developing a comprehensive solution that would allow real-time tracking of garbage collection vans, ensure efficient pickups, and provide transparency to both citizens and administrators. The solution included mobile apps for drivers and citizens, as well as a robust admin portal for centralized management. This initiative aimed to enhance efficiency in solid waste collection and contribute to the city's overall cleanliness.

Issues Faced by the Client

The development authority faced several key challenges in managing its solid waste collection system:

  • Inefficient Collection Routes: The lack of real-time tracking and route management resulted in inefficient garbage col
@soham2008xyz
soham2008xyz / aws-blog-codepipeline-third-party-git-build-status.yml
Created July 10, 2024 10:00
Tracking the AWS CodePipeline build status from the third-party Git repository
AWSTemplateFormatVersion: '2010-09-09'
Description: Lambda for Pipeline Integrations.
Parameters:
IntegrationType:
Type: String
AllowedValues:
- "Bitbucket"
- "GitHub"
Description: Enter Bitbucket or GitHub
IntegrationUser:
@soham2008xyz
soham2008xyz / iTerm2-Ollama-Integration.md
Last active October 7, 2024 17:43
iTerm2 Ollama Integration

iTerm2 Ollama Integration

A guide on using Ollama as the OpenAI API provider for inline completions in iTerm2.

Configuration

  • API URL: http://127.0.0.1:11434/v1/completions
  • Model: mistral
  • Tokens: 4000
  • Use legacy completions API: true