Three Tips For New Engineers
With a bachelor in Electrical Engineering and a few coding experiences, I started my job at Dojo Five. What’s waiting for me were demos and releases that surprised […]
nRF52 DFU and the Missing Service Changed Indication
Firmware is Easy Even when using Nordic’s pre-packaged SDK files for adding DFU (Device Firmware Update) capabilities, things can get tricky. We learned this as we added buttonless […]
In A NutSHELL: Uses in CI/CD and Docker
What is shell? What is bash? Shell is a program for the user to interact with an operating system. The terminal window on Linux or macOS has the […]
3 Steps to Make a Professional CLI Tool Using Python’s Click
With 3 easy steps, you can make your CLI tool clean and professional. The Problem I started to create a CLI tool that I was pretty excited about […]