Embedded-Rust: Let’s start with STM32F3DISCOVERY
An embedded system is computer hardware with software embedded in it. Or we can say it is a combination of […]
An embedded system is computer hardware with software embedded in it. Or we can say it is a combination of […]
WebAssembly, generally called wasm, is a compact, fast and portable code that can run on most browsers which makes it
If you have a need to define a service that requires more than one docker container to function, Docker Compose
Whether you are a software developer working on someone else’s projects or you run a business yourself, utilizing the right tools
In my previous article Dev Tools to the Rescue – Part 1, we looked at some of the best developer
Overview Git Flow is an abstract idea of a Git workflow. It helps with continuous software development and implementing DevOps
In this blog, we will see how to set up a Bit-Bucket Pipeline to get CI/CD for your Akka HTTP
Pattern Matching: Scala Pattern matching is one of the features of functional programming that make it such an awesome paradigm.
What is CI/CD The name CI/CD stands for continuous integration (CI) and continuous deployment (CD). At a high level, this
We will be covering the below concepts in this blog: Why we need testing Test Libraries How to set up
A function is a group of statements that perform a certain task. Instead of writing the same code again and
In this post, we are going to talk about reactive system what exactly we mean by reactive systems and how