HN user

rakeshmenon

48 karma

JavaScript hacker

Posts29
Comments9
View on HN
medium.com 2d ago

Website Is No Longer Your Brand – AI Is Reconstructing It from Everywhere Else

rakeshmenon
2pts0
medium.com 6d ago

Much of the crypto universe is "gambling" with a better vocabulary

rakeshmenon
11pts1
github.com 8mo ago

Show HN: PackageLens MCP – search package registries across multiple ecosystems

rakeshmenon
1pts0
venturepulse.app 9mo ago

AI startup idea validation, market research, and pitch decks

rakeshmenon
1pts0
venturepulse.app 10mo ago

Show HN: VenturePulse – AI platform for idea validation

rakeshmenon
1pts0
x-team.com 8y ago

The Top JavaScript Trends to Watch in 2018

rakeshmenon
2pts0
medium.com 10y ago

State of the Union.js

rakeshmenon
4pts0
medium.com 10y ago

React Components, Elements, and Instances

rakeshmenon
2pts0
thedubiousdisc.wordpress.com 10y ago

How to write unfancy web apps

rakeshmenon
9pts2
blog.risingstack.com 10y ago

History of Node.js on a timeline

rakeshmenon
2pts0
www.watchpeoplecode.com 11y ago

Live streams of people coding away

rakeshmenon
1pts0
www.washingtonpost.com 11y ago

The best idea in a long time: Covering parking lots with solar panels

rakeshmenon
2pts0
www.theverge.com 11y ago

Scientists use lasers to make metals super water-repellent

rakeshmenon
3pts1
diafygi.github.io 11y ago

Get your local/public IP addresses in JavaScript

rakeshmenon
6pts1
lodash.com 11y ago

Lodash 3.0.0 released

rakeshmenon
15pts2
gizmodo.com 11y ago

Alan Turing's Hidden Manuscripts Are Up for Auction

rakeshmenon
2pts0
www.dazeddigital.com 11y ago

What happens when an online bot gets arrested by police?

rakeshmenon
2pts0
www.climesense.com 11y ago

climesense: micro-sensor that automates your life

rakeshmenon
2pts2
scotch.io 11y ago

Generate Fake Data for Your JavaScript Applications Using Faker

rakeshmenon
6pts4
www.reddit.com 11y ago

[Subreddit Stats] (/r/javascript) Year of 2014

rakeshmenon
1pts0
www.reddit.com 11y ago

Frontend dev is getting exhausting

rakeshmenon
11pts2
www.smashingmagazine.com 11y ago

AngularJS internals in depth

rakeshmenon
5pts0
github.com 11y ago

Router-base: base router for your JavaScript framework or frameworkless app

rakeshmenon
1pts0
winterbe.github.io 11y ago

Object Streaming Pipeline for JavaScript

rakeshmenon
3pts0
bevacqua.github.io 11y ago

Customizable tag input. Progressive. No non-sense

rakeshmenon
1pts0
blog.risingstack.com 11y ago

An io.js overview

rakeshmenon
4pts0
pomax.github.io 11y ago

Taking React to the Next Level: Mixins, Gulp, and Browserify

rakeshmenon
2pts0
psteeleidem.com 11y ago

Improving the Module Factory Pattern in Node.js

rakeshmenon
1pts0
github.com 11y ago

Quiver.js – Middleware-based Component Framework

rakeshmenon
1pts0

not blaming you my friend - I also get the same feeling sometimes! I'm new to all this IoT hype and just exploring what's available and what's not...

the primary issue that I see is not getting data - but using it for something redundant.. there is no "innovation" as such. IoT should target much larger issues than doing something which adds a whole lot of additional headache. There are stuff such as Estimotes as well - mostly used for marketing strategies than anything else :-/

Please send him the Angular 2.0 presentation :D

One needs to think what is relevant to the product's requirements -- at the "current point of time" and use the framework that fits the bill.

The secret to success is to stop worrying about all the changes that are happening. It's imminent.. we are witnessing the evolution of JavaScript frameworks, which will definitely slow down at some point of time and become stable. Till then what's important is to keep yourself informed at a high-level and dive into something, if required.

When I say first priority is releasing the software - it means releasing software that works functionally. We cant optimize stuff which we are not sure will even break due to performance issues.

Analyze traffic/usage of parts of the application - mark areas which are used most - analyze performance - optimize if not up to mark.

If stress is always on elegant code - it'll always end up taking more time. In real-life scenario, no module is ever "bug-free". The cases change from day to day. When you're absolutely sure that the functionality is exactly what is required - then you should spend time optimizing it.

Pre-optimization is one of the biggest problems with today's programmers. First priority should always be releasing the software. Let it break. Make optimizations when and where necessary.

No one can look into the future.