Muhammad Hassan

Muhammad Hassan

@Mhassanbughio

Data Scientist πŸ‘‹πŸ» Hey, I am Gold & Regional Leader EMEA at Microsoft LearnπŸ… > Hack Club Lead> Microsoft Certified Trainer >AWS User Group Leader> YouTuber

OCLITS Hyderbad
83
Followers
15
Following
220
Public Repos
0
Private Repos

Language Breakdown

Lines of code distribution across 87 owned repositories

4.6M Total LOC
Jupyter Notebook
3,824,212 lines
83.9%
N/A
Dart
299,525 lines
6.6%
N/A
HTML
129,565 lines
2.8%
N/A
CSS
127,419 lines
2.8%
N/A
C++
62,950 lines
1.4%
N/A
Other
114,637 lines
2.5%
N/A
I

I-Shaped Developer

I-shaped

Specialist β€” deep expertise in Jupyter Notebook

Jupyter Notebook
Dart
HTML
CSS
C++

Collaboration Network

Global Impact visualization

LIVE
Muhammad Hassan
0 active collaborators

Repos

2212

PRs

0

Growth

+18%

Top Collaborators

No collaborator data yet.

Coding Streak

Contribution activity over the past year

2 days
15
Contributions
14
Commits
0
Pull Requests
Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun
Mo
We
Fr
Based on GitHub activity
Less
More

Top Repositories

Dart-Email-Validator

A simple (but correct) Dart class for validating email addresses without using RegEx. Can also be used to validate emails within Flutter apps (see Flutter email validation). Installation Dart requires the latest version of Dart. You can download the latest and greatest here. 1. Depend on it Add this to your package's pubspec.yaml file: dependencies: email_validator: '^1.0.6' 2. Install it You can install packages from the command line: $ pub get .. Alternatively, your editor might support pub. Check the docs for your editor to learn more. 3. Import it Now in your Dart code, you can use: import 'package:email_validator/email_validator.dart'; Usage Read the unit tests under test, or see code example below: void main() { var email = "fredrik@gmail.com"; assert(EmailValidator.validate(email)); } Tips You can also use this repo as a template for creating Dart packages, just clone the repo and start hacking :)

17 11
Dart
-GitLab-Certified-Associate-Bundle-Self-Study-Exams-SKIP-TO-LESSON

GitLab Overview

11 1
HTML
Mhassanbughio
9 0
GitLab-s-CI-CD-Functions

Continuous Integration is the practice of merging all the code that is being produced by developers. The merging usually takes place several times a day in a shared repository. From within the repository, or production environment, building and automated testing are carried out that ensure no integration issues and the early identification of any problems. Continuous Delivery adds that the software can be released to production at any time, often by automatically pushing changes to a staging system. Continuous Deployment goes further and pushes changes to production automatically.

8 0
Flutter-Counterapp-

Counter Application in Flutter using Stateful Widget and counter Widget

7 0
Cloud-Profiler-Qwik-Start

Overview Cloud Profiler is a statistical, low-overhead profiler that continuously gathers CPU usage and memory-allocation information from your production applications. It attributes that information to the application's source code, helping you identify the parts of the application consuming the most resources, and otherwise illuminating the performance characteristics of the code. In this lab you will learn how to set up and use Stackdriver Profiler. First you'll download a sample Go program and run it with profiling enabled. Then you'll use the Cloud Profiler interface to explore the captured data.

7 0
Insights-from-Data-with-BigQuery-Challenge-Lab
7 5
Perform-Foundational-Data-ML-and-AI-Tasks-in-Google-Cloud-Challenge-Lab
7 4
GSP330-Implement-DevOps-in-Google-Cloud
7 4
Java-Small-Projects
7 5

Open Source Impact

Contributions to external projects

16 merged PRs

No external contributions found.