Top Leads
Shells' UIs and what can be done about them[IT, other]
Posted 1 year ago
The post linked below identifies problems with UI of current shells and shows a proposed solution. Next Generation Shell is planning to implement this solution.
Edit: forgot the link (facepalm)
https://blog.ngs-lang.org/2023/09/30/ui-in-ngs/
Urls:
https://blog.ngs-lang.org/2023/09/30/ui-in-ngs/: https://blog.ngs-lang.org/2023/09/30/ui-in-ngs/
View full post: https://www.reddit.com/r/devops/comments/16wtmnf/shells_uis_and_...
Central UI backup tool for many servers running docker containers?
Posted 1 year ago
At a complete loss with Material Design 3[IT, other]
Posted 1 year ago
Hey fellow designers & developers,
I've been working on an app design in Figma using a 360px width screen/frame size. Even though both the Material Design 3 Kit (Figma) and the Android UI Kit (Figma) include a specced-out mock-up of a 412px screen, everyone around me, including people in several other Reddit threads I recently posted, tell(s) me I should ...
Getting started in UI Design - Career Questions
Posted 1 year ago
GenAI Agent driven testing[IT, other]
Posted 1 year ago
Are there any Agent based APIs that are emerging (e.g., AutoGen, Open Interpreter) which can execute Web UI tests?
Urls:
View full post: https://www.reddit.com/r/softwaretesting/comments/16xvir4/genai_agent_driven_testing/
Any idea on how i can make this Weapon shop UI better for my game?.
Posted 1 year ago
Looking for programming buddies (webdev) who are interested in politically leftist projects to work together on, give feedback etc.[IT, other]
Posted 1 year ago
hi!
besides work im learning programming (webdev, mostly frontend such as HTML, CSS, basic JS like DOM manipulation) since around 1 year. currently im learning basics in data visualisations with d3, how to use data from an API, that kind of thing.
as it might be motivating to find people with similar interests im looking for people who might be interested ...
How to REALLY increase quality in big software organisation?[IT, other]
Posted 1 year ago
I work in org where we have about 200 engineers.
Over and over again, we have quality problems: small things like minor UI bugs (annoying from UX perspective) and big things like downtimes.
Management tried bunch of things:
mandatory automated tests (people write them, but often test usless things, e.g. repository returns mocked data)
mandatory code reviews (often just accepted ...
Confuse about TypeScript setup in monorepo[IT, other]
Posted 1 year ago
Suppose I have a monorepo with 2 packages: web and ui.
In UI, there are a lot of React components, say:
```
src/
Button.ts
NavBar.ts
```
When importing these from web, should I import them directly (i.e import { Button } from "ui/Button") or build it with bundler first (i.e. tsc first then importing Button from dist)?
For the first ...
Pytonium 0.0.10 release. A framework to build Python Desktop Apps with HTML, CSS and Javascript for the UI.[IT, other]
Posted 1 year ago
Hi, I want to show you the new release of my Pytonium framework.
Pytonium is a framework for building python apps, with a GUI based on the web-technologies HTML, CSS and Javascript.
It uses the Chromium Embedded Framework for rendering and execution of javascript.
Features:
Create appealing UIs for Python Apps through the web-technologies HTML, CSS and Javascript, using frameworks ...