/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.mrlacey.com
| | blog.markoliver.website
2.0 parsecs away

Travel
| | A post covering: building this blog, csharp, dotnet... Now we have [tags on posts](/Tagging-Posts), it is easy to see all related posts, but there is no way to access a list of the known categories/tags. So lets add one. ### What do we need? A new page ["Category List"](/Category-List) needs to be created. This page will query the blogpostpopulater...
| | blog.functionalfun.net
1.4 parsecs away

Travel
| | A flier came through our door this morning from a new dental practice in the town. Next to a mug shot of two grinning models with impossibly...
| | www.surinderbhomra.com
1.7 parsecs away

Travel
| | We all know minimising our JavaScript files prior to moving a site into a production environment is best practise. The main reason why we do it is because compressed JavaScript files allow sites run faster at a lower bandwidth cost and (to some extent) make the code harder to understand.
| | ciesie.com
19.7 parsecs away

Travel
| 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.