Skip to content
View dnegi-dev's full-sized avatar
💻
Working
💻
Working

Highlights

  • Pro

Organizations

@astaupb

Block or report dnegi-dev

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
dnegi-dev/README.md

👋 Welcome to Daniel's GitHub Profile

💻 About Me

Hi there! I'm a 29-year-old software developer with 3 years of experience. My passion for technology shines through in my work, especially when it comes to Linux and Kubernetes.

When I'm not coding, you can find me whipping up some delicious vegan gluten-free meals or going for a cycling ride. Music is also a big part of my life - I love creating electronic beats in my free time. And let's not forget, I absolutely adore my cat!

I believe that technology has the power to make the world a better place, and I'm always looking for new and exciting projects to work on. I hope to use my skills and expertise to make a positive impact in the tech community.

🔥 Skills

With 6 years of experience as an administrator and 3 years as a developer, I bring a well-rounded set of skills to the table. My journey as a programmer started with Python and later expanded to Dart, and now I'm excited to be learning Rust.

As a backend developer, I specialize in creating REST-API's and have a strong understanding of server administration, including Nginx server configuration, Linux server configuration, GitLab CI, and Git.

Here's a list of my key skills:

  • Backend Development
  • REST-API Development
  • Python Programming
  • Dart Programming
  • Rust Programming
  • Nginx Server Configuration
  • Linux Server Configuration
  • GitLab CI
  • Git

I take pride in my ability to tackle complex technical problems and find creative solutions that are not only effective, but also robust and reusable. Whether it's a challenging backend development project or a tricky server configuration issue, I'm always up for a good challenge.

💼 Work Experience

Institute of Nutrition, Consumption and Health, University of Paderborn (3 years)

  • Student Administrator

As a student administrator at the Institute of Nutrition, Consumption and Health, I gained valuable experience working in a fast-paced academic setting. I was responsible for a wide range of tasks, including managing student data, scheduling appointments, and providing support to faculty and students.

General Students Committee of Paderborn University (3 years)

  • Administrator and Developer

Currently, I work as an administrator and developer at the General Students Committee of Paderborn University. I have taken on several key responsibilities, including the development of the AStA Copyclient and AStA Erstitüte apps, which allow students to print, scan, and copy with their smartphones and receive coupons and discounts, respectively. Both apps are available on the App Store and Google Play Store.

In addition to app development, I'm also responsible for creating new services to make life easier for fellow students on campus.

🚀 Projects I've worked on

Here is a project I've been proud to be a part of:

Asta Erstitüte Backend

I was responsible for developing the backend for the Asta Erstitüte, a mobile app that provides coupons and discounts to students at Paderborn University. The backend was written in Dart using the Aqueduct framework and is designed to allow students to easily access and redeem discounts from local shops. You can find the source code for this project on this GitHub.

💬 Connect with me

I'd love to connect with you and discuss how we can work together to bring your ideas to life. Here's how you can reach me:

  • Linkedin Badge - Connect with me on LinkedIn for professional updates and networking.

  • Mail Badge - You can reach me at contact@dnegi.dev for any questions or business inquiries. I'll respond as soon as I can.

💻 What I've been up to this month

Here's a quick look at my coding activity this month, powered by Wakatime.

From: 05 September 2024 - To: 05 October 2024

No activity tracked

Pinned Loading

  1. astaupb/coupons_backend astaupb/coupons_backend Public

    REST-Backend for an coupon / voucher app with openapi description based on aqueduct written in dart

    Dart 1

  2. Create a HA Kubernetes Cluster on Ub... Create a HA Kubernetes Cluster on Ubuntu 22.04
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # This script is used to install k8s on ubuntu 22.04 amd64 server with CRI-O as container runtime and kubeadm as k8s installer.
    4
    # To run this script, use the following command:
    5
    # curl -sSL https://gist.githubusercontent.com/dnegi-dev/27a65a4417601d9900d32b092613d8ec/raw/48d4e41789ac43eec5064f4a0651ab8392d5d5de/create_k8s_ha_ubuntu.sh -o create_k8s_ha_ubuntu.sh && sudo bash create_k8s_ha_ubuntu.sh