tidy up software page

This commit is contained in:
gws 2024-11-14 08:56:27 +01:00
parent 66dcee4bf8
commit 982603f9d5
2 changed files with 20 additions and 53 deletions

View file

@ -4,61 +4,27 @@ description = "Software Development Consulting"
weight = 1 weight = 1
+++ +++
# Native Apps
I make apps for my clients on the fallowing plattforms: We help clients build software for all the major OS platforms, the web and for embedded systems. Using rust (a modern system programing language) we produce high performance and reliable cross-platform software.
## platforms
- Andriod
- Linux
- macOS
- windows
## Embedded software/firmware
I can help you make your tiny devices go beep boop...
- IoT
- RasberryPi
- stm32
- nrf58
- bluetooth
## Backend Development
- Restfull API
- Database integration
- Python
- Rust
## Web Frontend # Mobile
- [x] iPhone
- [x] Andriod
I have a solid grasp on Javascript, html and css. # Embedded
My speciality is wasm, a techonligy that is perfect for frontends that need preform heavy computation. - [x] IoT
Wasm is also very usefull for crossplatfrom projects where browsers is one of the targets. - [x] RasberryPi
- [x] stm32
- [x] nrf58
- [x] bluetooth
I can help you with: # Web Development
- landing pages - [x] Frontend
- E-commerce - [x] Backend
- 3D animations - [x] Database integration
- WASM - [x] JavaScript
- [x] css
- [x] Wasm
## 3D Models and Graphics - [x] Python
- [x] Rust
Lorem Ipsum...
- bevy
- glsl
- wgls
- sdf
- trimesh
- csg
- 3d scanned data processing
```rust
fn main() {
println!("Hello, World!");
}
```

View file

@ -42,6 +42,7 @@
zola zola
translate-shell translate-shell
typos typos
ispell
]; ];
}; };
}); });