Explore >> Select a destination


You are here

taylorbrazelton.com
| | blog.martinig.ch
12.2 parsecs away

Travel
| | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to
| | dougseven.com
15.4 parsecs away

Travel
| | Today I am at re:Invent 2022 in Las Vegas, NV. I am spending my days talking to AWS customers about Amazon CodeWhisperer - a new developer productivity service that will accelerate application development by providing automatic code recommendations based on the code and comments in your IDE. For developers, Amazon CodeWhisperer is an IDE extension...
| | honza.pokorny.ca
14.7 parsecs away

Travel
| | Thoughts of an open source developer with a theology degree. Honza Pokorný is a web developer and an armchair theologian in Halifax, Canada
| | blog.nuculabs.de
50.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).