Viewing profile — rajeev-k
rajeev-k
HN member- Joined
- Thu, Jun 04, 2015, 3:45 PM UTC
- HN karma
- 11
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About rajeev-k
No profile information was provided.
Recent public activity
- story
- story
- comment
-
comment
Comment #25804510
By "metal" I meant the browser, so avoiding heavy libs.
-
comment
Comment #25804277
I have noticed newer generations of developers believe they need heavy frameworks like React to develop web applications. Most apps don't need such heavy frameworks. Here's a 500-l…
- comment
-
comment
Comment #25220722
> Both github and gitlab have it If you want to search code sitting on your local hard disk try this tool (built on top of Lucene): https://github.com/Rajeev-K/eureka I made it whe…
-
comment
Comment #24926132
> SPA pattern has failed to simplify web development The SPA pattern is fine, it is React Router and Redux that has overcomplicated things. Here's an example of an app written usin…
-
comment
Comment #22905176
I would like to demo a simpler alternative to Vue and React: manipulate DOM directly. I do it in this application: https://github.com/Rajeev-K/eureka I find myself more productive …
-
comment
Comment #22759380
If there is anything I am trying to prove it is that you don't need complicated frameworks like Angular or React. Those frameworks have gotten too complex for what they do.
-
comment
Comment #22759280
Yes, and the MVC framework is all of 500 lines of code and can be used with React too: https://github.com/Rajeev-K/mvc-router
-
comment
Comment #22759193
Here's an example of a vanilla JS app with good architecture: https://github.com/Rajeev-K/eureka
- comment
- comment
-
comment
Comment #22348686
Any valid Visual Basic.NET expression is supported. Here are some examples: (latestquote - previousquote) / previousquote iif(isonlineorder, "Online", "Retail") FirstName & " " & L…
-
comment
Comment #22342638
I needed the ability to safely execute formulas in my .NET app. My solution was to write a parser and interpreter. Here it is: https://github.com/Rajeev-K/formula-parser
-
comment
Comment #21537945
> webcomponent based router Routers can be (and should be, IMO) written to be independent of UI component libraries such as React and webcomponents. See an example here: https://gi…
- comment
- comment
- comment
-
comment
Comment #21052329
Docker is a better way to distribute apps than Electron, in my opinion. From a developer point of view you just build a regular web app, so better than Electron. From the user's po…
- story
- story