security
Madior Niang

Technical Proficiency

code

Backend

Core engine development with focus on concurrency and performance.

JAVA SPRING BOOT HIBERNATE
database

Database

Relational and NoSQL databases.

POSTGRESQL MySQL MONGODB FIREBASE
shield

Security

Implementing IAM, encryption, and vulnerability assessments.

JWT OWASP
terminal

DevOps

Automated deployment pipelines and container orchestration.

DOCKER CI/CD

Experience and Projects

Some of my projects.

school-admin-service.java
@RestController
@RequestMapping("/api/v1/students")
public class StudentController {
  @PreAuthorize("hasRole('ADMIN')")
  @PostMapping
  public ResponseEntity<Student> createStudent(...) {
    // Secure audit logging
    logger.info("Admin creation triggered");
    return studentService.save(request);
  }
}
Case Study Live System

Data Collection Application - Freelance Mission

This application allows users to manage savings groups (tontines, mutual societies, associations), track meetings, contributions, loans, withdrawals, and other financial indicators. It also offers data export to Excel and the use of local notifications.

#Flutter #Firebase #Excel
group-service.dart
// Create
Future<void> insertGroup(Map<String, dynamic> group) async {
  await FirebaseFirestore.instance.collection('groups').add(group);
}
// Get
Future<List<DocumentSnapshot<Object?>?> getAllGroups() async {
  QuerySnapshot<Object?> snapshot =
    await FirebaseFirestore.instance.collection("groups").get();
  return snapshot.docs; // Return the list of documents
}

Education & Certifications

Education

school

Computer Science Degree

Bachelor's in Computer Science

Catholic University of West Africa (UCAO/ISAE)

2022 – 2025

Programming, System Administration, Databases

Professional Certifications

integration_instructions
IBM PROFESSIONAL

Java Developer Specialization

Advanced mastery of Java core, reactive programming, spring boot, docker, Agile methodologies and CI/CD.

verified_user
IBM PROFESSIONAL

Cybersecurity Analyst

Focused on network security, incident response, log analysis and monitoring.

Languages & Interests

translate

Languages

English

Technical (documentation, written)

Spanish

B1 Level (Intermediate)

French

Bilingual

favorite

Interests

Cybersecurity DevOps Open-source projects Agriculture