portfolio.exe

> dotnet run portfolio.sln

> Loading modules...

> Compiling assets...

> Build succeeded.

> Now listening on: https://dev0737.com

Abdelali Labibi (dev0737) — .NET Developer based in Casablanca, Morocco

~/dev0737

// Welcome to my portfolio

public class Developer

{

public string Name => "|";

public string Title => ".NET Developer | Software Analyst";

public string Location => "Casablanca, Morocco";

public int Experience => 6; // years

}

scroll

01. // About Me

AboutMe.cs
1namespace Portfolio
2{
3 public class AboutMe
4 {
5 public string Summary =>
6 ".NET Developer with over 6 years" +
7 "of experience in developing enterprise" +
8 "web applications, maintaining and" +
9 "evolving legacy systems, and designing" +
10 "modern solutions, particularly in the" +
11 "healthcare and construction sectors.";
12
13 public string[] Expertise => new[]
14 {
15 "C#", ".NET Core", "VB.NET",
16 "SQL Server", "REST APIs",
17 "React (TypeScript)"
18 };
19 }
20}
6+ Years Experience
5+ Companies
4+ Sectors
12+ Certifications

02. // Skills & Technologies

class Backend

C#
.NET Core
VB.NET
REST APIs
HL7 ADT

class Frontend

React
TypeScript
HTML / CSS
Ionic

class Database

SQL Server
Azure SQL
MySQL

class Tools

Git / TFS
xUnit
n8n
AI API Integration
LDAP
WordPress

class Methodology

Agile / Scrum

03. // Projects

~/projects

$ ls ./projects

// Organizing project files...

 

Status: "Compiling project showcase"

Progress: ▓▓▓▓▓▓░░░░░░░░░░ 40%

 

// Projects from SVB DEV, MediaZain, Allowin,

// freelance work and personal builds are being

// documented with screenshots & details.

 

$ "Stay tuned — launching soon!"|

04. // Experience

Tech Lead | Analyst Developer .NET

@ Smart Virtual Building DEV
March 2024 — Present · Casablanca, Morocco
  • > Maintenance and enhancement of the S-GED and S-Project solutions
  • > Maintenance and enhancement of the Actium ADT solution
  • > Maintenance and enhancement of the Actium iAudit solution
  • > Designed and developed an HL7 ADT listener, interfaced with Mirth and Zinq, enabling automatic bed status updates in Actium ADT
  • > Technical assistance and support to clients for troubleshooting
.NET Core VB.NET HL7 ADT LDAP SQL Server IIS

Analyst Developer .NET

@ Virtual Building Solution
April 2022 — January 2024 · 1 yr 10 mos Casablanca, Morocco
  • > Maintenance and enhancement of the E-Plan and E-Project solutions
  • > Developed an NT service in Visual Basic to manage bulk emails
  • > Developed an NT service in C# to convert AutoCAD DWG files into PDF format
  • > Created a license key generator for E-Plan and E-Project solutions
  • > Technical assistance and client support for troubleshooting
C# VB.NET Windows Services SQL Server IIS

Webmaster

@ Allowin
May 2021 — September 2021 · 5 mos Casablanca, Morocco
  • > Created showcase websites using WordPress and DIVI builder
  • > Performed SEO optimization to improve website ranking
WordPress DIVI SEO

Web Developer

@ MediaZain
February 2020 — April 2021 · 1 yr 3 mos Casablanca, Morocco
  • > Developed REST web services for ONPMobile using .NET Core
  • > Maintained and deployed ONPMobile on Ionic for Android and iOS
  • > Migrated LMS Moodle platform for e-Takouine (Customs Administration)
  • > Set up BigBlueButton video conferencing server on intranet for the Customs Administration
  • > Maintenance and creation of showcase websites using WordPress
  • > Technical assistance and client support for troubleshooting
  • > On-site missions at client locations for deployment, support, and troubleshooting
.NET Core Ionic REST APIs LDAP Bootstrap SQL Server IIS Moodle BigBlueButton

Full Stack Developer

@ Intellectus Consulting & Services
July 2019 — January 2020 · 7 mos Casablanca, Morocco
  • > Corrective and evolutionary maintenance of the Kallio solution
PHP MVC MySQL

05. // Education

MSc in Software Engineering

GOMYCODE Computer Science December 2025 — March 2027

Specialized Technician

ISTA CFMOTI NTIC1 Programming / Software Development 2017 — 2019

Technician

ISTA Al Massira El Jadida Network & Systems Administration 2015 — 2017

06. // Certifications

namespace Microsoft

Software Development Fundamentals (C#) Jul 2019
Introduction to Programming using Java Jul 2019
Introduction to Programming using JavaScript Jun 2019
HTML5 Application Development Fundamentals May 2019
Database Administration Fundamentals May 2019
Networking Fundamentals May 2019

namespace Cisco

Introduction to Cybersecurity Jul 2017
CCNA R&S: Routing & Switching Essentials Jun 2017
CCNA R&S: Introduction to Networks Feb 2017
IT Essentials: PC Hardware and Software Mar 2017

namespace OpenClassrooms

Understanding the Web Nov 2019
Create Your First Website with WordPress Aug 2019

07. // Contact

contact.sh

$ cat contact_info.json

{

"phone": "+212 676 578 404",

"email": "abdelali.labibi@gmail.com",

"linkedin": "linkedin.com/in/abdelali-labibi",

"location": "Casablanca, Morocco"

}