-
Secure Decommissioning of IoT Devices: Lessons from Recycling my home MXChip Development Board project
The rise of IoT (Internet of Things) devices has revolutionized industries and personal lifestyles, making connectivity ubiquitous. However, the rapid proliferation of these devices also introduces significant security challenges, particularly during their decommissioning. Improper handling of IoT devices at the end of their lifecycle can expose sensitive data, create security vulnerabilities, and compromise user trust.
Read More ... -
Streamlining Your Coding Experience with VSCode.dev
What you gonna do when you don't have access to your computer but want to change couple lines of code in github repository using familiar vscode experience. Read More ... -
Hosting and deploying a static website to Azure. Using azure storage account and github actions
Before going into details of how to configure static web site in azure let’s list why static web sites might be an option for your project.
Read More ... -
GitHub Pages - run Jekyll using Docker container and deploy it using Azure Container Instances
Recently i migrate my blog to github pages which using Jekyll engine under a hood to convert markdown files to html and generate static site. After 12 years of hosting blog, i found that i don't really need any server side execution or storing any data inputs it dbs. Read More ... -
Running azure cli on Raspberry Pi using docker containers
Few days ago i was playing with my Pi 2 and wanted to execute Azure CLI commands to deploy some containers to Azure Container Registry. I knew i probably had to compile cli source code to target arm proccesor. Read More ... -
Streaming live video from Rasspberry pi to Azure Media Services
Few weeks ago I bought raspberry PI 2 Model B to my elder kid to encourage him to program something and start hacking. And as it often happens I also started to explore new toy and its capabilities. Since I am working in Azure Media services as developer, first project I actually started to implement myself is building security camera which will stream live video through Azure Media Services. I can look what's happening around my house from work or from any place where I have access to internet. Looking into device specs and browsing similar projects I concluded that I should be able to archive my goals relatively fast and I started with hacking. Read More ... -
When you overgrow your RaspberryPi sd card - How to clone SD card and re-size root partition
After Raspberry PI arrived and you spent few weeks experimenting you start realizing that you run out of space in your sd card. Especially it is true when you use some sd card which was laying around and you was happy to save 10$. Now you constantly getting out of space messages trying to install some new package. Read More ...