Rebecca Peltz

Greenhorn
+ Follow
since Jul 19, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
3
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Rebecca Peltz

Is there a pattern to create an NPM library using Node.js that can be imported with and used in vanilla JavaScript?
Hi Lois,
How are neural networks being used to help prevent DOS attacks?
Thanks
Rebecca
7 years ago
Is there any benefit to using JavaScript for all layers in your application? In o her words, is it worth it to use node.js over Apache/Tomcat for your server if you are migrating to an application using angular? If not absolute answer, any pros and cons?
I checked the string references in the debugger and they were different, so my method works. I like the suggested method - and didn't realize that a static could return a final instance.
11 years ago
I have some fixed data that I'm loading into a static hash map. This data will then be manipulated and vary per user in JSP, so I create an instance of the Hashmap from the static Hashmap.



later in JSP create an instance


I just want to verify that I am truly getting an instance of the static data on the heap.
11 years ago
I'm glad to see you're discussing unit testing and performance!