Skip to content
View daniel-wang-design's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report daniel-wang-design

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
daniel-wang-design/README.md

Hey, I'm Daniel waving hand

Check out some of my favorite projects!

LinkeIn Email

My Languages

C++ Python JavaScript TypeScript C# Java C

My Machine Learning Stack

PyTorch scikit-learn NumPy Neo4J

My Backend Stack

.Net SQLite Azure AWS Postgres Django FastAPI NodeJS Express.js MicrosoftSQLServer MongoDB Firebase

My Frontend Stack

React Angular Next JS Redux RxJS Threejs TailwindCSS CSS3 HTML5

My Mobile Stack

Dart Flutter

Favorite IDEs

Visual Studio NetBeans IDE Visual Studio Code PyCharm Android Studio

Things I'm learning right now...

TensorFlow Keras

More About Me!

package io.github.daniel-wang-design;

public class Daniel {
   
   public Daniel() {
   	List<Internship> internships = new ArrayList<>();
   	internships.add(new Internship("Huawei", "Sep, Dec", 2024))
   	internships.add(new Internship("Avanti Software Inc.", "Jan - Apr", 2024))
   	internships.add(new Internship("JANA Software", "May - Aug", 2023))
   }

   private University getEducation() {
   	return new University(
   		"University of Waterloo", 
   		"Honours Computer Science Co-op", 
   		new GradYear(2027)
   	);
   }
   
   private String getCountry() {
   	return "Canada";
   }
}
   

Other Stuff

My Website | Support my cause!

Pinned Loading

  1. user-portal user-portal Public

    JavaScript

  2. improvall improvall Public

    Dart

  3. PollApp PollApp Public

    Java

  4. daniel-wang-design.github.io daniel-wang-design.github.io Public

    JavaScript