DEV Community

Discussion on: Is tech boring lately or is it me?? ๐Ÿ˜

Collapse
 
kpbird profile image
Ketan Parmar

a few things are interesting to me.

  1. surrealdb.com/ - this is not a usual database.
  2. vlang.io/ - new programming language
  3. server-side WebAssembly - medium.com/wasm/webassembly-on-the...
Collapse
 
flavius_the_0th profile image
Flavius

Vlang is very interesting

Collapse
 
nombrekeff profile image
Keff

I'll take a look!

Collapse
 
slobodan4nista profile image
Slobi

Hopefully the WebAsembly Systems Interface will become a common thing.
Container like structures within WASI are pretty cool and you get separated environment for each layer/module.

Collapse
 
kpbird profile image
Ketan Parmar

I am hopeful for the WebAssembly Server side. It will work as a nano-container / micro-container. I see it as progressing of virtualization i.e. virtual machine -> container -> micro/nano container -> WebAssembly server side.

Collapse
 
slobodan4nista profile image
Slobi

V might be the one I was searching for ๐Ÿค”
Thanks for sharing ๐Ÿ™

Collapse
 
kpbird profile image
Ketan Parmar

V looks simple and it has almost everything but the problem is language is sill under development so you can use it for learning / POC / experiment with it but I don't think it's ready for production.