2024-05-28
10176
#rust
Mario Zupan
190389
109
May 28, 2024 ⋅ 36 min read

Leverage Rust and wgpu for effective cross-platform graphics

Mario Zupan I'm a self-employed Software Engineer and Trainer living in Vienna, Austria. I've worked at several companies and in multiple fields building, maintaining and operating distributed systems at scale using Java, Kotlin, Node, Go and Rust. I also taught advanced software engineering courses for several years at the University of Applied Sciences FH Joanneum in Graz and worked as a technical trainer, empowering other software engineers to reach their full potential. Currently, I work as a freelance software engineer and trainer again, looking to help companies build high-quality software solutions. Check out my personal blog: http://www.zupzup.org.

Recent posts:

This image features the iconic React logo—a blue atom-like symbol with a central dot and orbiting curves—superimposed on a background of a city skyline. The city appears to be shrouded in soft pink and purple hues, giving the image a modern, tech-focused atmosphere. This image symbolizex the use of React for building modular, scalable frontend architectures. React's component-based approach aligns with the principles of micro-frontends, where different parts of the user interface are independently developed and managed, similar to how microservices operate on the backend. The cityscape in the background represents the larger, complex web applications that can benefit from a structured, flexible frontend framework like React.

Practical guidance between vertical and horizontal micro-frontends

Micro-frontends, like microservices in backend development, divide frontend applications into modular, self-contained components that can be independently developed, tested, and […]

Peter Aideloje
Sep 27, 2024 ⋅ 8 min read
Tauri Adoption Guide: Overview Examples, And Alternatives

Tauri adoption guide: Overview, examples, and alternatives

Tauri is an excellent toolkit for building lightweight, secure, and cross-platform desktop applications. Learn more in this guide.

Ikeh Akinyemi
Sep 26, 2024 ⋅ 11 min read
Developing Modals Using Only CSS And The Popover API

Developing modals using only CSS and the Popover API

The Dialog and Popover approach to modals requires less code and and fewer files than using JavaScript method, making it less error-prone.

Daniel Schwarz
Sep 26, 2024 ⋅ 7 min read
Implementing Claude's Artifacts Feature For UI Visualization

Implementing Claude’s Artifacts feature for UI visualization

Use the Claude Artifacts feature to generate prototypes of user interfaces, saving you development time and giving you a way to easily visualize your plan.

Boemo Mmopelwa
Sep 25, 2024 ⋅ 4 min read
View all posts

Leave a Reply