Skip to content
View loopiezlol's full-sized avatar

Organizations

@enkidevs
Block or Report

Block or report loopiezlol

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

Pinned

  1. enkidevs/curriculum enkidevs/curriculum Public

    👩‍🏫 👨‍🏫 The open-source curriculum of Enki!

    771 1.1k

  2. enkidevs/commit enkidevs/commit Public archive

    📈 Level up your dev skills every day.

    1.9k 37

  3. enkidevs/axios-sisyphus enkidevs/axios-sisyphus Public

    lightweight JS wrapper over axios.request that enables a retrial mechanism for failed requests

    TypeScript 3

  4. enkidevs/react-search-input enkidevs/react-search-input Public

    🔍 Simple react.js component for a search input, providing a filter function.

    JavaScript 302 73

  5. alpine-gis-ml-jupyter-image alpine-gis-ml-jupyter-image Public

    Docker image featuring: Alpine Linux, Python 3.6, Jupyter, GDAL, rasterio and python libraries commonly used in Machine Learning projects

    Dockerfile 3

  6. flow showing off how to clone, updat... flow showing off how to clone, update and push to a git repo from an AWS lambda function
    1
    const fs = require('fs')
    2
    const path = require('path')
    3
    const process = require('process')
    4
    const { spawnSync } = require('child_process')
    5