jasdeepsingh's comments

jasdeepsingh | 7 years ago | on: Ask HN: Those making $500+/month on side projects in 2018 – Show and tell

https://servicehq.ca Built this over about 2-3 months with the help from a Beta customer satisfying their requirements slowly, but still ensuring that the platform is generic and modular enough.

It’s now averaging about $1000/month with 2 customers. I’m now planning to slowly rebuild the mobile app (need to improve UX and add offline functionality). Once ready, I can start selling to more customers, Also thinking of adding a few integrations with tools like Google Drive, Office 365 & Slack to improve market visibility.

Our stack is Ruby/Rails/React/React Native.

jasdeepsingh | 7 years ago | on: Barcelona is leading the fightback against smart city surveillance

Apple Macbook Pro 15: $4600 (Mine) Apple Macbook Pro 13: $2600 (Wife’s) Ipad Pro: $1000 Versace Glasses: $400 Ray Ban: $300 Airpods: $250 Cash: $1300 Backpack: $150 Apple Fast Charger: $50 Fast Charging Brick: $45

The nice thing out of this incident was that I was able to transfer my Apple Care from my Apple Devices to my new replacement devices.

jasdeepsingh | 8 years ago | on: How to optimize React applications that use Redux

Same thoughts here about MobX. I tried my best to like Redux from my early on React days but could never get myself to like it, Mobx on the other hand has been a way more pleasurable and productive experience. I don't know or understand much about the pros and cons around Immutability and FP paradigm of Redux, but I sure can ship my apps faster and quicker using Mobx - which for a small bootstrapped startup like mine could mean the difference between life and death.

After having used Mobx for more than 10 months now, I still have to find areas that I dislike about Mobx.

jasdeepsingh | 8 years ago | on: Ask HN: Freelancing? How's Work?

Doing Ruby/Rails/JS/Nodejs for past 4 years roughly. Things did dried up a bit over the past ~3 months, But I'm sure if I were to do some sales outreach, I'd be able to find work in a couple days. (Good that I have some of my clients on retainer contracts for supporting and maintaining their projects which keeps the bank balance and cashflow stream healthy)

Not too worried about the downtime though, because I always wanted to take a few months off from consulting to build our own product. So, i've been happily utilizing this time to build: https://servicehq.ca

Once we roll out with 3-4 customers, My plan is to do a time split between consulting gigs and my own product.

PS: I'm based in Toronto, Canada.

jasdeepsingh | 9 years ago | on: Show HN: Redux Offline – Build Offline-First Apps for Web and React Native

I've been using Mobx very successfully on many of my projects now (both React & React Native). I'll prefer Mobx any day over Redux, just due to it's sheer simplicity and ease of use. Read: No need to burden your brain with the cognitive load of actions, reducers, dispatching actions, selectors etc.

Mobx v/s Redux does kick off the OOP v/s Functional debate, but as a developer my productivity and effectiveness is measured in terms of my ability to ship software not in terms of my programming style, and it's my personal belief that Mobx does make me more productive as compared to Redux.

For developers new to the whole Flux/Redux/Mobx/State Management world, I highly suggest to give Mobx a try.

jasdeepsingh | 9 years ago | on: Launch HN: Wifi Dabba (YC W17) – Low-Cost Wifi in India

I had the exact same idea about 2 years ago, but never got a chance to follow through on it because I immigrated to Toronto. Definitely a novel and much needed problem that requires solving, and makes me super happy that it's being executed on! Well done guys!

Do look into Microtik hardware, hopefully these boxes can solve a ton of your problems: https://routerboard.com/ I know back when I was envisioning this, Microtik and RouterOS was on top of my list.

jasdeepsingh | 9 years ago | on: Using Simulated Annealing to Solve Logic Puzzles

What if we change the cost function to something that returns a number which has a direct correlation with the maximum number of attributes that matched? Would solving the problem be any easier or we would still leave the possibility of getting stuck in local optimums just like the one described in the post?
page 1