Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
heme
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
heme
6y ago
Hy-Vee - https://hy-vee.com | West Des Moines, IA | Full-Stack Software Engineer | QA Automation Engineer | Full Time | ONSITE or REMOTE (US ONLY) | JavaScript, TypeScript, React/React Native, Next.js, Kubernetes, Google Cl
2.
▲
by
heme
6y ago
Hy-Vee - https://hy-vee.com | West Des Moines, IA | Full-Stack Software Engineer | QA Automation Engineer | Full Time | ONSITE or REMOTE (US ONLY) | JavaScript, TypeScript, React/React Native, Next.js, Kubernetes, Google Cl
3.
▲
by
heme
8y ago
... step back and embraced an approach that aligned well with our product requirements and needs of the team. This ^^^. Everyone has an opinion on the Internet... frontend, backend, no-end. It's probably not going to align perfectly
4.
▲
Don’t believe the hype about AI in business
(venturebeat.com)
2 points
by
heme
9y ago
|
0 comments
5.
▲
by
heme
9y ago
"Please Stop Using Local Storage" is not helpful and will confuse people who are unfamiliar with browser storage. I'm guessing the author meant, "Please Stop Storing Application Data in the Browser Instead of a Server-S
6.
▲
by
heme
9y ago
Care to share? I have yet to find the right mix of aliases that replicate SourceTree's overview of the whole project.
7.
▲
by
heme
10y ago
In my experience as a software developer... Technical diligence, and technical debt, only matter in the way they affect revenue & growth. Technical people are usually more acutely aware of how they will be crushed by the current debt th
8.
▲
by
heme
10y ago
Can you elaborate on the scaling problems you were having?
9.
▲
by
heme
12y ago
Anyone know if.... A. It is possible to request your "advertising profile" from them. B. Can a customer request that gathered information on them be destroyed? C. If you opted-out today (like me) does that mean that they stop coll
10.
▲
by
heme
12y ago
Not doubting you, but I would love to see the methods to make this happen. Is your concern from a 3rd party script included on the page? From my experience memory is safe between origins in the same way cookies are. And it is the dev's
11.
▲
by
heme
12y ago
Usually the token kept in memory is one distributed by the application and is not that which the services send back. What is application in that sentence? The API? Isn't that what this lib does? A client-side Javascript SDK for au
12.
▲
by
heme
12y ago
Isn't the point of this not to secure some thing, as in "no access", but to sign something and trust it (i.e. a server signs a token and hands it off to another machine/app)? If your point is "nothing is secure in t
13.
▲
by
heme
12y ago
Is not a session cookie the same thing? I'd argue if your tokens only live in memory they can be more secure. It also depends how long your tokens live or how many requests they are good for. No?
14.
▲
by
heme
13y ago
Are you writing tests for these views? Any lessons learned?
15.
▲
by
heme
13y ago
I currently have Grunt + the RequireJS Optimizer building ~5 js files from 20+ AMD modules. So, with harp I would move that build script away from my app and into Harp? Sounds very interesting, but does this separate the application from th
16.
▲
by
heme
13y ago
Mosquitoes help pollinate blueberries. Without blueberries we have nothing to anti the oxidants.
17.
▲
by
heme
13y ago
I keep seeing "pure html templates" in many comments about AngularJS, but they don't seem to be completely "pure" from my perspective. Couple of questions for you... 1. AngularJS directives do not seem to conform to valid HTML. Does this ma
18.
▲
by
heme
13y ago
- Facebook wants to know where I live so it can show me more advertising. - Google also wants to know where I live so it can show me more advertising. However, Google also uses that information to provide useful tools such as directions, se
19.
▲
by
heme
13y ago
Thanks for the post. I'm at the beginning stages of planning a large single-page web application. I'm very interested in a Google-backed framework, but I continue to have concerns when reviewing tutorials like these. I'm genuinely intereste
20.
▲
by
heme
13y ago
We need to implement something along these lines to secure our API. This is interesting, but I need help understanding why the server can't just provide a random session_key after successful authentication? As long as that session_key is va
21.
▲
by
heme
13y ago
WSDL for REST is happening, but see the JSON schema discussion below. WADL is a machine-readable XML description of HTTP-based web applications (typically REST web services). http://en.wikipedia.org/wiki/Web_Application_Descriptio
22.
▲
by
heme
13y ago
Aren't you worried that there is too much "protocol" information in your returned object? I'm struggling with this now. I've come to think the API should return exactly what was requested. So instead of a very specific structured object...
23.
▲
by
heme
14y ago
Isn't this a bad idea outside of formatting a number as currency? Also, Why not let JavaScript inject your model data directly into plain vanilla HTML templates? In other words, don't use any template tags at all. These 2 projects are reall
24.
▲
by
heme
14y ago
Doing research for my first Single Page Application project. Angular seems extremely popular, but something continues to confuse me. Can someone explain why this: <input ui-event="{ blur : 'blurCallback()' }"> is better than
25.
▲
by
heme
14y ago
This is a very cool idea. Is there any intention to tie this to your commits?