Explore >> Select a destination


You are here

blog.chromium.org
| | chrome.googleblog.com
6.7 parsecs away

Travel
| | Here in Aarhus, Denmark -- home of the V8 project, Chrome's JavaScript engine -- we've been tuning, testing, and polishing the V8 engine to...
| | borncity.com
6.4 parsecs away

Travel
| | [German]Extensions for Google Chrome such as adblockers, price tracking extensions or spell checkers are convenient and quick to install. However...
| | wicki.io
6.3 parsecs away

Travel
| | The 3 new performance metrics that Google will rank against in its June 2021 update.
| | blog.nuculabs.de
47.0 parsecs away

Travel
| I haven't done any embedded development in a while and I was thinking to build myself a remote controlled toy car with video streaming. The project is going to take me a while. To build it I'm going to use C#. I'm already too familiar with Python and a little challenge doesn't hurt. To interface with the hardware, I'm going to use the .Net Core IoT Libraries from Microsoft. My idea was to create a set of .Net Core services that communicate internally via gRPC and an ASP.Net Core web application to control the car. (Now that I'm writing this I'm thinking that could possibly drop the web app and use gRPC directly from the client).