[How-to] Configure VS Code with Databricks Connect for local debugging


In this blog post, I will share my experience connecting VS Code and a Databricks environment, which enabled advanced debugging and local multi-file breakpoints. What? The aim of the blog is to enable fast and iterative test-driven development (TDD) using VS Code (local editor) and Databricks environment (scalable remote execution) Why? In my interactions with … Continue reading [How-to] Configure VS Code with Databricks Connect for local debugging

Intelligent home plant system


The post discusses automating home plant watering systems using NodeMCU ESP8266 and capacitive moisture sensors. It outlines equipment gathering, component testing, circuit connection, code installation, and testing. The system enables monitoring and watering plants based on moisture levels, with the option to integrate with social media for tracking. Additional improvements, such as 3D-printed irrigation outlets, are suggested.

[Android] Fix Rendering Issues in Android Studio


नमस्ते While creating a new android project using Android Studio I came across a Rendering error when I try to open the 'Design tab' on any layout xml file. Solution: Open up the styles.xml file. It would be under res/values/ folder in your app directory. Change the following line to Here, we have added Base … Continue reading [Android] Fix Rendering Issues in Android Studio

[Fedora] Add self signed certificate to list of trusted certificates


नमस्ते Today I am going to show you how to add a self signed certificate to the list of trusted certificates in fedora. I was trying to install some packages on fedora and was getting SSL errors while I was connected to my university WiFi (which makes use of self signed certificate). In order to … Continue reading [Fedora] Add self signed certificate to list of trusted certificates