You are here |
electronut.in | ||
| | | |
darrenparkinson.uk
|
|
| | | | Using the HC-SR04 on a Raspberry Pi with Go | |
| | | |
darrendevitt.com
|
|
| | | | I've been working with FHIR for years and I still learn something new every day. The knowledge is there to be learned, hiding in plain sight in the vastness of the FHIR documentation. Here are 7 FHIR posts I wrote over the past year about 7 FHIR concepts. I learned something new writing each one.... | |
| | | |
ciesie.com
|
|
| | | | You programmed STM32 microcontroller using Nucleo or Discovery boards. That means you used Serial Wire Debug (SWD) for programming/debugging. Now, you are designing a PCB with a STM32 microcontroller on it, which means you have to be able to program it. One solution is uploading the code through a bootloader - a small piece of software, made by ST that has been saved in the protected (read-only) memory of the microcontroller. | |
| | | |
www.softdevtube.com
|
|
| | Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle, |