Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
venuzr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
venuzr
10y ago
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 Components / modules/ themes/ plugins to a re
2.
▲
by
venuzr
10y ago
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?
3.
▲
by
venuzr
10y ago
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 having over 9.5k stars http://yeo
4.
▲
by
venuzr
10y ago
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 code base and it has been painful. A lot of backend API
5.
▲
by
venuzr
11y ago
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 combinations of hyper parameters/la
6.
▲
by
venuzr
11y ago
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 based through my work but was able to use her country o
7.
▲
by
venuzr
11y ago
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 for a new job, the pickings would be very slim indeed
8.
▲
by
venuzr
11y ago
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 go about replicating this kind of success? Or even mo
9.
▲
Are bay area companies trying to tire candidates into submission?
6 points
by
venuzr
11y ago
|
11 comments
10.
▲
by
venuzr
11y ago
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 transfer the H1B during a good economy but rare to find
11.
▲
by
venuzr
11y ago
Any tips on how to integrate this with FE frameworks like Angular? Unit/e2e testing? Thanks for making this.
12.
▲
by
venuzr
12y ago
"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 maintained b) The animation used in AngularSt
13.
▲
by
venuzr
13y ago
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-compile which takes less than a second (assuming I have mod
14.
▲
by
venuzr
13y ago
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 classic, lookup from cache first before hitting the actual db.
15.
▲
by
venuzr
13y ago
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 parameters and return types. Frankly, I have had to do a l
16.
▲
by
venuzr
13y ago
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 variables etc. Using GDB seems akin to working with assembly