Skip to content
View dtn1999's full-sized avatar
💻
learning
💻
learning

Highlights

  • Pro

Block or report dtn1999

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
dtn1999/README.md

Hello 🙂, I'm Danyls

Developer and Computer Science Student at RWTH Aachen University

iuLinkedin: anmol GitHub followers website codechef

const danyls  = {
  pronouns: "He" | "Him",
  code: ["Java", "Javascript", "Typescript"],
  askMeAbout: ["web dev", "tech", "Backend Development With Spring boot", "Microservice Architecture", "Basketball🏀"],
  technologies: {
    backEnd: {
      js: ["Node", "Express", "Prisma"],
      java: [
        "Springboot", "Hibernate", "MontiGem: Generator for enterprise app",
      ],
    },
    frontend: {
      js: ["ReactJS", "React Native", "NextJS", "Angular (Beginner)"],
    },
    devOps: ["Docker🐳", "Docker Swarm"],
    databases: ["mongo", "PostgresSQL", "sqlite"],
  },
  currentFocus: "Using Model Driven Software Development to ease the development of microservice application using spring boot and Domain Driven Development",
  hobbies: ["Competitive Programming", "I am in love with 🏀"],
};

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! 😊



Github stats:


Last Updated on 12/10/2021

NOTE:

Top languages does not indicate my skill level or anything like that. It is just a metric of which languages have been hosted by me on GitHub based on the usage across repositories. There are others which I haven't put up on GitHub. Some of my projects are in Gitlab. It is also were i contribute code for work and university coding lectures.

Pinned Loading

  1. hackathon-2021 hackathon-2021 Public

    This project is a simple project to learn how to build and deploy a full-stack app.

    Java 2 1

  2. dtn1999 dtn1999 Public

  3. hackernews-node hackernews-node Public

    JavaScript

  4. online-compiler online-compiler Public

    This repository shows the implementation of an example of an online compiler. The backend code is able to run code coming from the frontend. The backend accepts run cpp and python.

    TypeScript 1 1

  5. pomodoro pomodoro Public

    Simple Pomodoro app with next js and chakraUI.

    TypeScript