Navigation Menu

Skip to content
View nicolkill's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report nicolkill

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

Who am I?

Hello, i'm Nicol Acosta, a Software Engineer that loves to work using Elixir but it's not my unique skill, i love to build stuff, on open source or private if its something good i can create a space to work in

  • 💼 An interested project to join or create from scratch?, reach me: Email, Twitter/X, Linkedin, dev.to
  • 💬 Fell free to ask, im here to help if im able

Languages and Libraries

Open source

dbb to create an CRUD Admin with API and Web access using a .json file to create your schemas, created in Elixir/Phoenix/LiveView
map_schema_validator to validate map/json data in Elixir creating schemas to validate
fl_ex to create simple web servers in Elixir with just a few files, pre-configured and ready to work
ex_crawlzy helps to create web-crawlers in Elixir, pre-configured but with a lot of options to personalize
stapi helps to export a database snapshot of some ecto schemas defined on a module, with a simple mix task

I have more ideas to improve the libraries and also more new stuff to develop

Pinned

  1. dbb dbb Public

    An API Prototype Platform

    Elixir 1

  2. map_schema_validator map_schema_validator Public

    JSON Schema verifier in Elixir

    Elixir 1

  3. ex_crawlzy ex_crawlzy Public

    Crawling library inspired from Tesla

    HTML 1

  4. fl_ex fl_ex Public

    Elixir http micro framework inspired in Flask

    Elixir 1

  5. cache.ex cache.ex
    1
    defmodule Nicolkill.Cache do
    2
      @moduledoc """
    3
      Cache wrapper for store key: value in ETS
    4
      """
    5
    
                  
  6. stapi stapi Public

    Database snapshot as static api datasource

    Elixir