An open source contributor ☀️ passionate about innovation and automation 🤖. Loves designing software architectures, building pipelines and improving efficiency and performance of any workflow 🎯. Exploring his research interests in the fields of 🚀 Internet of Things, 🧠 Deep Learning and 🐳 DevOps.
- NUST, Islamabad, Pakistan
- https://www.linkedin.com/in/maaz-bin-tahir-saeed-752950197/
Pinned Loading
-
flutter-clock-challenge
flutter-clock-challenge PublicMesmerizing futuristic digital clock submission for Flutter Clock Challenge.
Dart 3
-
JuliaPlots/Plots.jl
JuliaPlots/Plots.jl PublicPowerful convenience for Julia visualizations and data analysis
-
django-api-template
django-api-template Public templateTemplate for creating robust APIs with django rest framework!
Python
-
-
CodeVidLive
CodeVidLive PublicForked from MLH-Fellowship/CodeVidLive
Live prediction for Corona Virus
Dart
8 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
April 2025
Created an issue in dart-lang/language that received 3 comments
Inconsistent generic type inference when calling a function inline vs. assigning to a variable
class Event {} class EventSubscription<T extends Event> {} typedef EventHandler<T extends Event> = void Function(T); EventSubscription<T>? on<T ext…
3
comments