Live data from Hacker News

Viewing profile — rajeev-k

rajeev-k

HN member
Joined
Thu, Jun 04, 2015, 3:45 PM UTC
HN karma
11
Public activity
23 items

About rajeev-k

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
  4. comment
    Comment #25804510

    By "metal" I meant the browser, so avoiding heavy libs.

  5. 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…

  6. comment
  7. 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…

  8. 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…

  9. 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 …

  10. 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.

  11. 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

  12. comment
    Comment #22759193

    Here's an example of a vanilla JS app with good architecture: https://github.com/Rajeev-K/eureka

  13. comment
  14. comment
  15. comment
    Comment #22348686

    Any valid Visual Basic.NET expression is supported. Here are some examples: (latestquote - previousquote) / previousquote iif(isonlineorder, "Online", "Retail") FirstName & " " & L…

  16. 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

  17. 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…

  18. comment
  19. comment
  20. comment
  21. 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…

  22. story
  23. story