May 2022

website, code, html-647013.jpg

How to automate device configuration via browser using Python and Selenium

How to automate device configuration via browser using Python and Selenium Selenium is a browser automation library that is available for various programming languages, including Python. This tool allows you to take the user inputs associated with browser activity, like filling out forms, clicks, and so forth, and automate all that. This is particularly useful …

How to automate device configuration via browser using Python and Selenium Read More »

close up photo of programming of codes

Configure Eclipse IDE to work with Java 8 32-bit custom libraries on Linux Mint 20.3

Introduction I recently found an excellent Java course published by Stanford University titled “CS106A – Programming Methodology”. The professor, Mehran Sahami, is a very engaging instructor and I like his video lectures. CS106A is published for free by Stanford Engineering Everywhere at https://see.stanford.edu/Course/CS106A (Thank you, Stanford!). I set a challenge for myself to create a …

Configure Eclipse IDE to work with Java 8 32-bit custom libraries on Linux Mint 20.3 Read More »