Viewing profile — pragueexpat
pragueexpat
HN member- Joined
- Tue, Jun 15, 2010, 10:25 PM UTC
- HN karma
- 1
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About pragueexpat
No profile information was provided.
Recent public activity
-
comment
Comment #23562880
Take a look at these articles - they start with first principles: http://amasci.com/ele-edu.html
- story
-
comment
Comment #19012870
Deep clone objects
-
comment
Comment #17119431
Also curious if someone has anything to say about Vue/Nativescript. That would be my choice as well. I'm constantly wondering why React Native gets all the attention when Nativescr…
-
comment
Comment #13519839
OK, some stuff is nice (async), but seems like the standard keeps adding syntactic sugar while not addressing more pressing daily challenges, i.e. deep cloning (Object.assign does …
-
comment
Comment #11627273
My kids to go Meridian, which so far has been a fantastic school and is about 1/3 the price of a private school in the U.S. (I see that PBS is almost as expensive as ISP, which is …
-
comment
Comment #11619179
I'm an American who grew up on the East Coast, went to USC (Los Angeles) for university (left in 1990), later worked for a San Fran company and have been living in Prague for 15 ye…
-
comment
Comment #9285026
I know of 2 in Prague. One in Těšnov 5 and the other in Komerční bank on Václavské Náměstí. Surprising how many people are scared to ride the whole loop.
-
comment
Comment #8541171
> "I'm glad I'm not the only one" You're not the only one, but we're being steamrolled by the Java crowd and I'm afraid that we're in a losing position. Angular is the first of man…
-
comment
Comment #8399756
As someone who works in this field, there actually are government standards and working groups that involve all the vendors. I'm talking about in the U.S. - Europe has a much more …
-
comment
Comment #8121472
New Jersey - REMOTE from within U.S. (most of team is remote) Heavy AngularJS, Node.js, SQL Server Healthcare IT position, Contract to full-time if desired Help build front-end com…
-
comment
Comment #6494190
Agree. For me, best practice is to use JSON-RPC for our client to server communication and expose a REST interface for 3rd party CRUD operations.
-
comment
Comment #5820944
What about jsonrpc ( http://json-rpc.org/ )? I am using it in a project and I really appreciate the simplicity. Would be curious to hear from others who have experimented with it.