Viewing profile — venuzr
venuzr
HN member- Joined
- Mon, Aug 15, 2011, 6:47 PM UTC
- HN karma
- 20
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About venuzr
No profile information was provided.
Recent public activity
-
comment
Comment #12503770
Is there a way to extend a running javascript app without restart. Say I have a Single Page APP (built on React if that matters) and I want to allow third party developers to add C…
-
comment
Comment #12160342
I notice that you have a bunch of showcase websites on your site. Do you have any examples/data to show how you either save time and money for the client company / reduce friction?…
-
comment
Comment #12145023
As someone new to React, I wonder a) How is this different from getting a custom starter kit/generator from Yeoman. Searching in yeoman, I see several for "React" with the top one …
-
comment
Comment #11843480
Are there any patterns / recommended practices for unit testing Typescript. I recently joined a project which uses Angular1 + Typescript and had to introduce unit testing to the co…
-
comment
Comment #10654085
Basic question(s) as I am not a data scientist but have just taken a machine learning course ( https://www.coursera.org/learn/machine-learning/ ) Won't trying different combination…
-
comment
Comment #10600099
Doesn't have to work that way. I am Indian myself but my wife is from a different country (which does not wait times). So the green card was mutually beneficial. Was employment bas…
-
comment
Comment #10600079
Time off is not the only consideration. In a good economy, companies might be queueing up to transfer your H1 visa. In a bad economy (post 2001/2008 recession), if you are looking …
-
comment
Comment #10588382
I find his drive and his parent's support commendable. Being someone who has not been homeschooled and does not know anyone who has, I am extremely curious about it. -How does one …
-
story
Are bay area companies trying to tire candidates into submission?
Are companies trying to tire & hire engineers by forcing them to invest too much time on the recruiting process? Or is it something in the candidate's profile which could be giving…
-
comment
Comment #10034550
Yes. The parent's visa can be transferred, for up to a max of 6 years in length. However, the employer needs to be willing to transfer the visa. Lots of employers are willing to tr…
-
comment
Comment #9584265
Any tips on how to integrate this with FE frameworks like Angular? Unit/e2e testing? Thanks for making this.
-
comment
Comment #7553223
"have heard"? This sounds like FUD to me. For the record, I am using Angular UI bootstrap but am thinking of switching mainly because a) It doesn't look like it is being actively m…
-
comment
Comment #6769578
From my experience, defintely yes. I use the Revel framework for creating my APIs to be consumed client side (Angular). When I make changes, refreshing the browser results in a re-…
-
comment
Comment #6711391
Nope. This mostly becomes a problem if you like to be DRY and try to replace generics (type T) kind of functionality with interfaces. For e.g., I have a method, which does the clas…
-
comment
Comment #6709690
That was my initial struggle as well coming into Go (I have worked for several years in C# & Java). You learn to work around this limitation using interfaces for both function para…
-
comment
Comment #5703013
What is the recommended way to go about debugging a Go program? Is there something better than GDB if I want to look at the call stack, have breakpoints, look at the state of varia…