Skip to content
View fischer-david's full-sized avatar
🎮
Hey there ✌️
🎮
Hey there ✌️

Organizations

@venotix

Block or report fischer-david

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fischer-david/README.md

👋 Hello, I'm David 🐟

Typing SVG

🚀 About Me

  • 🔭 Currently working on innovative web applications
  • 🌱 Always learning and adapting to new technologies
  • 💡 Interested in DevOps, Cloud Architecture, and Modern Web Development

💻 Tech Stack

🎯 Programming Languages, Frameworks & Libraries

.NET PowerShell

Angular Next.js TypeScript TailwindCSS

🔧 Tools & Technologies

JetBrains Visual Studio

Docker Azure DevOps GitHub Copilot

💻 Operating Systems

Windows Linux

☁️ Cloud Platforms

Microsoft Azure


🤝 Let's Connect!

💬 I'm always open to discussing new projects, creative ideas, or opportunities to be part of your visions.

Email LinkedIn


⭐️ From David Fischer

Pinned Loading

  1. sentinel sentinel Public

    WORK IN PROGRESS: A nextjs and rust based minecraft moderation system

    TypeScript

  2. argeswh-rust-wrapper argeswh-rust-wrapper Public

    Ein Wrapper zum einfacheren Abrufen der Speisen von Internaten der niederösterreichischen Landesberufsschulen.

    Rust

  3. receive current date from java in rust receive current date from java in rust
    1
    use std::error::Error;
    2
    use j4rs::{InvocationArg, JvmBuilder};
    3
    
                  
    4
    //new SimpleDateFormat("dd/MM/yyyy HH:mm:ss").format(new java.util.Date());
    5
    fn main() -> Result<(), Box<dyn Error>>{