fbpx

Tech

We share what we learn. It is core to who we are.

Designing an IoT Product from Scratch (Food Dispenser)

April 27, 2024

Designing an IoT Product from Scratch (Food Dispenser)

Greetings everyone! It has been a long time since I last wrote something on this blog, but I did not disappear because I chose to. I was busy learning a lot of things, and in this series of posts, I want to share with you a few things I learned about the world of IoT […]

Read More
QA ENGINEERS: BEYOND THE CLICKS

April 27, 2024

QA ENGINEERS: BEYOND THE CLICKS

Here’s the converted blog post with the requested changes: Quality Assurance (QA) engineering plays a critical role in software development, ensuring that software products meet the highest standards of quality and reliability. Despite its importance, there is a common misconception that QA engineers are only responsible for testing software and documenting bugs. However, this inaccuracy […]

Read More
An introduction for event driven architecture on AWS. Part 1

April 26, 2024

An introduction for event driven architecture on AWS. Part 1

Here’s the converted blog post with the requested changes: Hello dear reader! I am happy you are here. So, I am not going to take your time telling you who I am; we will go over that by the end of the post. If you get there, it means I managed to get your attention, […]

Read More
An introduction for event driven architecture on AWS. Part 2

April 26, 2024

An introduction for event driven architecture on AWS. Part 2

Here’s the converted blog post with the requested changes: In “An introduction to event driven architecture on AWS. Part 1” I wrote about event-driven architecture, how it can be used, base participants and AWS services. Welcome back for Part 2. Benefits of AWS Event-Driven Architecture Okay, now that we understand the basic parties involved in […]

Read More
The Rise of AI Tools: How They Can Streamline Your Business and Free Up Time for More Complex Tasks

April 26, 2024

The Rise of AI Tools: How They Can Streamline Your Business and Free Up Time for More Complex Tasks

Around 10,000 years ago, we humans managed to convince a plant to grow where we wanted, allowing us to invest our time in cultivating the plants we deemed suitable for food in specific locations. This transition freed us from the risks of hunting and the time-consuming nature of gathering. As a result, we gained time […]

Read More
Delegate: An empowerment tool

April 26, 2024

Delegate: An empowerment tool

Delegate is defined as giving a particular job, duty, right, etc., to someone else so that they will do it for you. And let’s be honest; giving up power is always challenging, especially in leadership positions. When we talk about delegating, some questions and concerns could arise. If I start delegating, that person could take […]

Read More
Creating Cloud-Based Applications by Applying the 12-Factor Apps Principles

April 26, 2024

Creating Cloud-Based Applications by Applying the 12-Factor Apps Principles

Coding for the cloud is not for the faint-hearted. It’s a high-stakes game that demands a whole new playbook. To hit the jackpot, you need to learn the game’s rules and master the right strategies. Discover the secrets to unlocking limitless possibilities in cloud development. And see how you can learn how to streamline your […]

Read More
6 Golden Rules for a Successful Code Modernization

April 26, 2024

6 Golden Rules for a Successful Code Modernization

One of the reasons I joined Mobilize back in 2017 was this crazy, wonderful, and out-of-the-box idea that there was a tool that could convert a desktop application into a web one in less than a day. For me, it sounded like magic coming out directly from a Harry Potter book in which, by just […]

Read More
Mastering Productivity: The Power of Prioritization Techniques in Agile Management

April 26, 2024

Mastering Productivity: The Power of Prioritization Techniques in Agile Management

In today’s fast-paced and ever-evolving digital world, effective prioritization is the cornerstone of success when developing any product. Studying successful leaders with plenty of experience under their belts has enlightened me to understand that the ability to focus on what truly matters can make the difference between a thriving project and one that’s merely treading […]

Read More
Test-Driven Development

April 25, 2024

Test-Driven Development

Overview Well known as TDD, Test-Driven Development is the approach that allows developers to test their code programmatically. It means when you write a production code, you are required to attach and write some set of test cases where you do two things: Validate your feature is working correctly. Perpetuate a set of validations that […]

Read More