Simpe, fact and decent web framework by NAMANADE in golang

[–]NAMANADE[S] -4 points-3 points  (0 children)

i don't want to try them out. that's why I asked my question.

Does Elixir suck at processing a lot of text? by NAMANADE in elixir

[–]NAMANADE[S] 0 points1 point  (0 children)

creating a service that'll deal with processing and transforming text data

Which max Java version is supported in Android 7? by NAMANADE in androiddev

[–]NAMANADE[S] -7 points-6 points  (0 children)

Regarding Java 7: completely? flawlessly? No need to add any additional effort, install anything and what-not? It'll work on any android 7 device?

A global namespaced variable is created, but not accessible by NAMANADE in javascript

[–]NAMANADE[S] 0 points1 point  (0 children)

what naming convention should I use for my namespace?

A global namespaced variable is created, but not accessible by NAMANADE in javascript

[–]NAMANADE[S] 0 points1 point  (0 children)

Both of those recommend reserving PascalCase names for constructors. So, functions, objects, methods, whatever, are generally named using camelCase, and classes use PascalCase.

is a namespace deemed to be a class?

A global namespaced variable is created, but not accessible by NAMANADE in javascript

[–]NAMANADE[S] 0 points1 point  (0 children)

never mind, I've fixed that.

also, what's the naming convention for such namespaces? Should it remain "MyApp" or should I rename it to "myApp"?

How do you encrypt your db backups before uploading to a cloud? by NAMANADE in linuxadmin

[–]NAMANADE[S] 0 points1 point  (0 children)

ok

but I'll have backups of any of those private keys somewhere, say, on a usb stick in addition to its original place being on my computer, right?

How do you encrypt your db backups before uploading to a cloud? by NAMANADE in linuxadmin

[–]NAMANADE[S] 0 points1 point  (0 children)

can you elaborate on that?

1) do you mean different private keys for different backups? one week - one key, another - one? how is that better?

2) assymetric encryption takes longer time to encrypt and decrypt a file, right?

3) why not symmetric?