Which ide you all use for go?
I found a very old console and opened it, it have ATJ2259C processor, but I wasn’t able to find any info on that but the colsest one to that is ATJ2259B which is MIPS32 proce...
Hi I want some suggestion. Currently I've made a realtime db service and it's server is in java, I'm using tomcat to display whole DB on a webpage, now I want to protect that ...
is there anyway that I can use something like nginx reverse proxy to establish vpn connections? on many places they block majority of ports other then http https smtp etc, so ...
What's the best way to convert some encoded text to base64? am trying to impliment rsa encryption in js but the atob and btoa methods just accepts string for some reason, so ...
in java let's say I've 2 classes something like class one{ myClass m; void Foo(){ m = new myClass(){ @Override public void method(String x){...} }; } } abs...
I made a lib in which SSDD is a class with child() setValue() etc.. are methods in it in child() you can pass a string like abc or abc/xyz etc which currently stores value in ...
hi I want to know how db services like firebase rtdb, mongodb etc secure their db? I made a nosql db service which when some1 send something like:- { "id": "sv", "path": "ab...
I’m confused like… it’s just a “certificate” containing some host details and asymmetric or asymmetric and encrypted symmetric keys how will it protect at all?
anyone worked with live streaming? I want to make something that streams a vid on rtmp server, like if I've 3 vids vid1.mp4, vid2.mp4 and vid3.mp4 and a rtmp server let's say ...
btw no one tried streaming with rtmp in java? I just found 2-3 solutions from which majority were from 2010s and no longer maintained by any1 and thn I found red5 rtmp client,...
https://github.com/ssddOnTop/ssddrtdbjava how would I update existing json? like there already exist some json and if I want to add something or update some existing thing (ch...
anyone know cross platform dependency for e2ee? the encryption decryption works fine java to java and js to js but when I try java to js even with SAME private and public key...
leave nginx and all, what if I want to stream on YT with HLS/RTMP? all I have is the host url and the stream key from YT and my mp4
Will it be in sequence?
what does borrowed data escapes outside of closure mean? I've a Map rn and what I'm trying to do is:- let map = ...; if map.contains_key("key") { map = map["key"] }
btw what is popularity? like how would you compare a string?
are sync engines made with WS? 🤔
do I hab to do anything in this?
is there any lib or something through which I create multiple websocket servers on diff ports?