10 Pillars of Modern Embedded. Pillar 1: One Source
Ultimately, having unified control, effective versioning, and traceability of firmware artifacts is paramount in creating high-quality and reliable embedded products. With a single source in place, organizations can ensure their development processes are running optimally for maximum efficiency and effectiveness.
EmbedOps: The Future of DevOps for Embedded Firmware
By: Tom Dever, VP of Product In a rapidly evolving software development market, teams focused on embedded technologies are not benefiting from the same advancements as web and native platform developers. Dojo Five's EmbedOps is addressing this issue by providing tools, integrations, and services that allow embedded teams to take full advantage of contemporary developer tools and advancements.
I’ve been using Markdown all this time??
Sometimes you need something lightweight for text files that doesn’t require all the fancy tools and formatting that is offered by other languages, such as HTML – but […]
The Unspoken Benefits of Having Automated CI Pipelines
In the web world, continuous integration and deployment (CI/CD) is quickly leaving “hot new trend territory” and heading toward being an absolute must for any development team. But […]
IAR: Now on Linux!
We have worked with several clients to build medical devices. And for that class of embedded system, our clients’ go-to compiler is IAR. Until now, the IAR compiler […]
Why does embedded development use ancient practices and how do we safely modernize it?
Web development tools can be integrated into embedded development to modernize your workflow. Mature web development tools can be integrated into an embedded development process to take advantage […]
Docker: An ideal development environment
Docker is a revolutionary tool that provides speed and repeatability for you and your embedded team. While traditionally used in non-firmware environments, there is enormous potential to improve […]
How to manage WebHooks through Code
While simple at first, webhooks can become a hassle if you have products that use a good number of them and you have to keep them up to […]
First Experiences with Python Virtual Environments
**Virtual Environment – “A virtual environment is a Python environment such that the Python interpreter, libraries and scripts installed into it are isolated from those installed in other […]