At Qxf2 we are always on the lookout to go wider and deeper into evolving our technical toolbelt. One such initiative was to explore popular Rust crates and to come up with code samples showing implementation of important features. Clap is a popular crate in Rust, that aids in developing CLI applications seamlessly. In our opening blog, we gave you […]
Rust Clap journey – a little further
Multiple invocations of lambda – The issue and the fix
I recently implemented a Python script to trigger AWS Lambdas conditionally as part of a Microservices app we built at Qxf2 . I experienced multiple invocations of the lambda issue, which made me go in circles. Hence, I decided to share the thinking behind and the fix. Spoiler: The culprit happened to be a default timeout setting in the boto3 […]
Monitoring Uvicorn using Monit
In this blog post, I will share my take of solving a specific issue faced while setting up monitoring for a Uvicorn server using Monit. At Qxf2, we have a web application built with ReactJS, Neo4j and FastAPI, implemented for an internal use-case. It runs on an EC2 instance. The application, silently going down has been troublesome. Hence, we looked […]
Connect Pi to available WiFi without Ethernet cable and seamlessly move across networks
Do you want to connect Pi to available WiFi without Ethernet cable and seamlessly move across networks? Please read along. I was a part of an interesting IoT project called water-cooler-talks at QXf2, for which I had to set up my Raspberry Pi device. I wanted to set up my Raspberry Pi in headless mode and tried to connect the […]
Rejoining workforce after a long break
This blog is to assure women like me, who have rejoined the workforce after a long break, to continue to believe in their strengths and to help them find solace in their day to day work. After a lot of internal conflicts and enough thought-process, you must have decided to finally rejoin the workforce. Every small thing might look different […]
Arduino project – Remote based toll gate and automatic parking indicator system
This post details about building a wireless toll gate and an automatic parking indicator system using Arduino. It will help anyone (including a beginner) who is interested to try their hands-on building and testing an Arduino project using IR remote / receiver, Ultrasonic sensor and servo motor. Project brief The idea is, When a vehicle approaches the toll gate, a […]
Highlight feature of Qxf2’s Page Object Model framework
Are you lost with locating the web elements while debugging your test script? The highlight feature of Qxf2’s Page Object Model framework helps you to debug locators by giving a visual clue. This blog post will guide you with the steps involved in using the highlight feature of Qxf2’s Page Object Model framework in your test script. The highlight feature […]