Skip to content
View ChemaCLi's full-sized avatar
πŸ‘¨β€πŸ’»
πŸ‘¨β€πŸ’»

Block or report ChemaCLi

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 100 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
ChemaCLi/README.md

Hi there πŸ‘‹

Dev.to | Twitter | LinkedIn | Instagram

My name I'm ChemaCLi. I'm a web developer. I do some backend. I'm trying to do my best to create virtual things to make the real things easier πŸ™‚.

  • πŸ”­ I’m working on Mobile and Web apps with React and GraphQL
  • 🌱 I’m learning Hexagonal Architecture, TypeScript and NextJS
  • πŸ˜„ I want to develop an e-commerce, a Free Education Platform and my own portfolio...
  • πŸ˜… I've some WIP posts on dev.to

Pinned Loading

  1. SGAC SGAC Public

    PHP 2 2

  2. react-native-audio-streaming-app react-native-audio-streaming-app Public

    POC of a Streaming App

    Java

  3. Generate PDF with ChartJS and PDFKit Generate PDF with ChartJS and PDFKit
    1
    const fs = require('fs')
    2
    const tmp = require("tmp");
    3
    const PDFDocument = require('pdfkit');
    4
    const MemoryStream = require('memorystream');
    5
    const { ChartJSNodeCanvas } = require('chartjs-node-canvas');
  4. genyfiles genyfiles Public

    This project allows to upload DOCX template files to generate PDF files and inject data via Rest API

    Astro

  5. easy-logger easy-logger Public

    This is a helper to log relevant info to standard output and a remote collector service

    JavaScript