Tech News
← Home  ·  All topics

Web Apps

3 GoKawiil briefs on this topic

Long-form guide revisits Tcl/Tk for building cross-platform CLI and GUI apps

A developer has published an extensive personal account of using Tcl/Tk, a decades-old scripting language and GUI toolkit, to build console and graphical applications that run natively on Windows, Linux and macOS. The piece walks through the toolkit's threading model, small footprint, ability to produce compact single-file executables, and its BSD licensing, based on the author's hands-on experience after moving past initial enthusiasm.

Report details friction points for users switching from Windows PCs to Mac

An analysis of moving from Windows to macOS notes that while web apps have made the transition smoother, Macs still differ in fundamental ways, starting with the absence of a native right-click and unfamiliar app installation steps outside the App Store. The piece traces the single-button mouse legacy to Steve Jobs, who reportedly resisted multi-button designs to keep interfaces simple.

Heroku engineers document the Twelve-Factor App methodology for SaaS development

A group of contributors, drawing on their experience building and scaling apps on the Heroku platform, published a methodology called the Twelve-Factor App. It outlines a set of practices for building software-as-a-service applications that can use any programming language or backing services like databases and queues, aiming to reduce software erosion and ease collaboration among developers.