Subinoy Roywork-in-progress.hashnode.dev·Oct 1, 2024One-click Silent printing from HTML pageDocument printing is a ubiquitous requirement in manufacturing environments, with users needing to print labels and PDFs at various stages of their workflows. Our specific use case involved downloading PDF documents from pre-signed URLs and printing ...Discuss·1 like·66 readsPDFBox
Abdul Rafay Khanabdulrafaykhan.hashnode.dev·Aug 29, 2024Step-by-Step Guide to Building Cross-Platform Apps with Electron.jsIn today's software development landscape, building applications that work seamlessly across different operating systems is more important than ever. Whether you’re targeting Windows, macOS, or Linux, Electron.js provides a powerful framework to crea...DiscussDesktopApps
Desktop App Developmentdesktopapplicationdevelopment.hashnode.dev·Aug 22, 2024Essential Tools for Desktop Application Development in 2024Introduction In 2024, desktop application development remains a primary focus for many businesses looking to make powerful and systematic software solutions. Whether we’re building tools for efficiency, enjoyment, or business use, selecting the right...Discussdesktop apps
Nimit SavantforDevAssure Communitydevassure.hashnode.dev·Aug 7, 2024Why We Chose Tauri for Desktop App DevelopmentIntroduction At DevAssure, we developed a desktop application to help QA Engineers create, manage and automate their test cases. As we explored the available options, we found that Electron stood out due to its popularity and strong community support...Discuss·3 likes·73 readsdevassure
Desktop App Developmentdesktopapplicationdevelopment.hashnode.dev·Aug 2, 2024Technologies for creating desktop applicationsIntroduction Our digital lives are completely dependent on desktop apps, which enable everything from basic note-taking to advanced data-analytics solutions. Have you ever wondered, though, what goes into creating these applications? Gaining an under...Discussdesktop apps
Harshal Sutharifourtechnolab.hashnode.dev·Jun 19, 2024Web Application vs Desktop Application: A Comprehensive GuideIn the rapidly evolving landscape of software development, choosing between a web application and desktop application is a pivotal decision that can significantly influence the success of a project. This comprehensive guide delves into the core diffe...Discussweb app vs desktop app
Nicolas Fränkelfrankel.hashnode.dev·May 16, 2024My opinion on the Tauri frameworkI've always liked GUI, both desktop-based and browser-based before you needed five years of training on the latter. That's the reason I loved, and still love Vaadin: you can develop web UIs without writing a single line of HTML, JavaScript, and CSS. ...Discuss·1 likeRust
Sam KeenProsamkeen.dev·Apr 6, 2024Configuring logging for your Tauri appLogging is a crucial aspect of any application, providing valuable insights into its behavior and aiding in debugging. In this post, we'll explore how to configure logging for your Tauri app, a powerful framework that allows you to build desktop appl...Discuss·10 likes·108 readsTauri
Ákos KőművesProakoskm.com·Mar 28, 2024How to Build a Simple File Browser with TauriIn this tutorial, we'll learn how to build a basic File Browser using Tauri, React, and Typescript. This guide covers setting up the project, creating the user interface, and implementing file listing with Tauri's APIs. I've got you covered with step...Discuss·8 likes·1.1K readsTutorial
AMINE ABAIDIcodewithamine.hashnode.dev·Mar 11, 2024Use your web skills to build a native Desktop App1- Introduction Well in short answer yeah if you are a web developer you can build a desktop app with web technologies isn't that awesome what else do you want 😎. Electron packages your web application into an executable file, which can then be inst...Discuss·10 likesdesktop apps