raspberryPi

Host a Wasm module easily on Raspberry Pi Part 2

Reading Time: 6 minutes This blog is a continuation of one of my previous blogs, if you have not checked that out, then here is the link. You can read that and then continue on this blog. This blog is a part of a series on WebAssembly. I have written several other blogs on wasm, wabt , wasm-bindgen and wasmi, etc. Feel free to check them out also. WebAssembly Continue Reading

Host a wasm module on Raspberry Pi easily Part 1

Reading Time: 5 minutes In this series of WebAssembly, I tell you about wasm and some useful CLI to have fun with wasm. WebAssembly is an open standard that defines a portable binary code format for executable programs, and a corresponding textual representation for interactions between such programs and their hosts. More than 20 companies reportedly use WebAssembly in their tech stacks, including Backend, Foretag, and Cubbit. C++, C, Rust, Blazor, and Yew Framework are some of the popular tools that can Continue Reading

Scala – IOT : First basic IOT application using Scala on RaspberryPi

Reading Time: 5 minutes Let’s start our journey for making the first IoT application to make world a better place 😉 (I would never miss a chance to mock Hooli ! 😉 ) In this blog finally the two technologies SCALA and IOT  will meet and we will be doing these many things in this blog: Setting up the scala sbt environment on RaspberryPi Developing your first IOT application Continue Reading

Scala-IOT: Getting started with RaspberryPi without Monitor or Screen.

Reading Time: 7 minutes Hey folks, We are back again ! ( Did you miss me? ) A big Moriarty Fan ! 🙂 So where we left was, now we have a basic understanding of IOT i.e. Internet of things and we know which protocol it uses i.e. MQTT and why it uses it ? If you didn’t follow us till here you can check out our previous blogs Continue Reading

Scala-IOT : Introduction to Internet Of Things.

Reading Time: 4 minutes Recently this word IOT is gaining lot of popularity. And we see a lot of news on it like the world is moving towards IOT , and its the next big thing and smart cities are no longer a fiction  and many other news like that. As we are also a part of this world 😉 so we start digging into this and start exploring Continue Reading