Skip to content
View nahtandev's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report nahtandev

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.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, 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
nahtandev/README.md

Hello World 👋, I'm Nathan Gnankadja

A passionate Software Developer from Benin

  • 🔭 I’m currently working on some projects to improve my skills and learn news things.

  • 🌱 I’m currently learning how to be a better developer who uses code to solve real-world problems.

  • 📫 How to reach me gnankadjanathan@gmail.com


Languages and Tools :

HTML CSS JS Node.js

Pinned Loading

  1. Fast PDF Generator with PDFMake - Pl... Fast PDF Generator with PDFMake - Playground
    1
    const fs = require('fs');
    2
    const { join } = require('path');
    3
    const PdfPrinter = require('pdfmake');
    4
    
                  
    5
    // Define fonts - using standard fonts that come with pdfmake
  2. Bulk upload with MinIO Bulk upload with MinIO
    1
    import * as Minio from 'minio';
    2
    import * as tar from 'tar-stream';
    3
    import * as zlib from 'zlib';
    4
    
                  
    5
    // Simulates JSON reports for X users
  3. gitclean gitclean Public

    A Bash utility to easily clean up your inactive Git local branches.

    Shell

  4. electron-playground electron-playground Public

    A modern and feature-rich boilerplate for building cross-platform desktop applications with Electron, React, and Express.

    TypeScript