Santosh writes here
  • Home

Meteor

A collection of 7 posts

Meteor

Custom CSS at a template level in Meteor

This is a problem that I am going to face often and hence it is probably a good idea for me to figure out the solution. Problem I lean towards using standard UI

Meteor

Access Meteor Templates Instances Easily

Here is an easy way to access Meteor Templates easily: Template._renderedInstances.forEach( (t) => { if(t.view.name === 'Template.DynamicTable') { console.log(t); } } ) Access the parent template using: t.parent()

Meteor

Working with REST APIs on Meteor

I have an IP address that changes everyday. One of my electron app has the IP hardcoded, and I need to manually update the IP everyday to get this working. Doing this over

Meteor

Customized Deployment of Meteor App

This is a pain! ... So, hopefully these notes will help! Mup configuration: Keypoints to take note (follow EXACTLY): Server config host: '127.0.0.1', username: 'ghost', pem: '~/.ssh/id_rsa' Bind

Meteor

Useful stuff on Meteor on Ubuntu 16.04

Notes to solve terrible issues on meteor: Buffer not defined issue Add below code in <app_path>/client/lib/init.js // this is an expensive polyfill for clientside Buffer usage // but

Hackathon

Getting started for a hackathon with Bluemix

This weekend I planned to show up at the Swiss Re Hackathon. I hope to learn something new and god willing create something interesting! I've loved the traditional IBM Watson stuff and have

Hackathon

EasyPay - Online Aadhaar Hackathon - Submission

Demonstration A self explanatory demonstration of the application is at EasyPay. Please use the Google Chrome! :-) Introduction The Aadhaar number is a fantastic project that aims at giving every person in India

Santosh writes here © 2023
Latest Posts Twitter Ghost