Steve Worthamstevewortham.hashnode.dev·Dec 9, 2024GUI Testing: Best Practices, Tools, and Checklists You Can’t MissNaturally, GUI testing is performed from the user’s perspective instead of the developer’s. But it’s more than just about making things look pretty. It’s about ensuring that every visual and interactive element in the app — whether mobile or desktop ...Testing
Mahugnon DOUSSOtechmemoirsbyelsie.hashnode.dev·Nov 28, 2024Building a Smart To-Do List Manager with Python, MongoDB & Kivy (Part 1: Project Overview and Setup)Introduction One of the best ways to prove your skills is by actually building something cool, right? Until recently, most of the projects in my portfolio were from work or school. But as I am navigating my career, I’ve come to realise how important ...Building a Smart To-Do List Manager with Python, MongoDB & KivySoftware Engineering
Aalekh Nigamdearimguihelper.hashnode.dev·Nov 20, 2024Dear ImGui ExamplesBelow mentioned are Dear ImGui Examples along with screenshots of implementations, this will be an ongoing documentation so as I use/test a function I will just post it here. Change Window color: Use ImGui::PushStyleColor(ImGuiCol_WindowBg, ImVec4(25...dear imgui
Laurent Mesguenlmesguen.hashnode.dev·Nov 12, 2024QtWidgets vs. QML: Choosing the Right Toolkit for Your Qt ApplicationsWhen developing applications with the Qt framework, you’ll often face a choice between using QtWidgets and QML. Each has unique strengths suited to different types of projects, so understanding their distinctions can help you choose the best tool for...108 readsProgramming Blogs
Sharon Jonallagaddasharonlearns.hashnode.dev·Oct 26, 2024Shell-BasicsWhat is a shell? A shell is a program on our computer that lets you interact with your operating system. Shell is of two types one is command line which uses human readable commands and the other is graphical user interface. They’re many different t...32 readsShellshell
Jorge Leonardo Cespedes Tapiajorgecespedes.hashnode.dev·Oct 14, 2024El Uso de Interfaces Gráficas de Usuario (GUI) en PythonPython no solo es conocido por su simplicidad y versatilidad en diversos campos como la ciencia de datos, desarrollo web, inteligencia artificial y automatización, sino también por su capacidad para crear aplicaciones con interfaces gráficas de usuar...GUI
Vaibhav Parekhvaibhav08.hashnode.dev·Sep 29, 2024Run graphical software inside a Docker container.Running graphical software inside a Docker container requires setting up a way for the container to interact with the host's display system. This can be achieved by sharing the host's X11 or Wayland display with the container or using protocols like ...Linux
Ronika Kashyapronika.hashnode.dev·Sep 27, 2024Everything you Need to Know about GUI Testing in SoftwareWhat is GUI? A computer usually has two types of interfaces- the CLI and the GUI. CLI stands for Command Line Interface, where the computer responds through the commands you put in. GUI stands for Graphical User Interface, which uses pictures to inte...testcomplete
CrabNebulaforCrabNebulacrabnebula.hashnode.dev·Sep 26, 2024Interview with Eson (Seven), Creator of DocKit!Welcome to the sixth episode of our series “Building with Tauri”. Today, we’re discussing with Eson (Seven) about DocKit, an open-source desktop GUI client for Elasticsearch and OpenSearch across Mac, Windows and Linux Eson is a software developer pa...5 likesTauri
h3x0rh3x0r.hashnode.dev·Aug 30, 2024Setting Up Kali Linux with GUI on Windows Subsystem for Linux (WSL2)If you're looking to set up Kali Linux with a full graphical user interface (GUI) on your Windows machine, the Windows Subsystem for Linux (WSL2) provides a powerful and efficient way to do so. In this guide, we'll walk through the process step-by-st...39 readsKali Linuxwsl2