Skip to content
View manutheblacker's full-sized avatar
:octocat:
Geeking
:octocat:
Geeking

Organizations

@homescriptone

Block or report manutheblacker

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
manutheblacker/README.md

Howdy Dev Shawties! πŸ‘‹

I'm Emmanuel ADEKPLOVI also called Manu The Blvcker 😎

πŸ§‘πŸΎβ€πŸ’» About Me

I'm from Benin Republic πŸ‡§πŸ‡―.

I've been doing WordPress plugin development for 7 years now. You can find my contributions on the WordPress repository here.

I've also learned web app development using the Python framework Django. I use it to build personal projects and platforms for a few companies locally. One day, I may release a useful package to the community that helps do something special there.

I learned to build UI using JavaScript languages and frameworks like React, React Native, Svelte (4 & 5), NextJS, SvelteKit, and Tailwind CSS. I'm not a frontend developer at 100%, but I can make sure to provide something pixel-perfect if the project requires it.

βš™οΈ DevOps & Infrastructure

I also enjoy deploying and managing web servers (Linux preferably; I've been using AlmaLinux, Ubuntu, and Debian in production VPS environments recently). I also know how to configure pipelines to deploy your app to your preferred remote platform using GitLab CI/CD, GitHub Actions, and others.

πŸš€ Work & Projects

I'm open to remote jobs that may leverage the different skill sets mentioned here. In my free time, I work on my side projects that will blow one day under the names Homescript / UltiWP / Tiyalo.

Like it's said in the Radiohead song There There:


We are accidents waiting to happen

I hope you'll come here by accident and discuss your next project.

I would have just said I'm a full-stack developer, but it would not make sense. Some projects have not been shared because a few things inside are private.

I'm waiting for you to get in touch below.

Get in touch:

  • πŸ“« How to reach me: Send me an email here or here
  • πŸ˜„ Pronouns: He / Mr
  • ⚑ Fun fact: In an alternate universe, I will be part of the Straw Hats crewβ€”not writing code, but avoiding the World Government in order to find the One Piece. Since we are in the real world, I am a hero fighting bugs πŸ‘¨πŸΎβ€πŸ’»

Pinned Loading

  1. fullstackopen-2019.github.io fullstackopen-2019.github.io Public

    Forked from fullstackopen-2019/fullstackopen-2019.github.io

    JavaScript

  2. Translate any webpage using Google T... Translate any webpage using Google Translate
    1
    <div id="google_translate_element"></div>
    2
    <script type="text/javascript">
    3
    function googleTranslateElementInit() {
    4
      new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
    5
    }
  3. homescriptone/svelte-advanced-multistep-form homescriptone/svelte-advanced-multistep-form Public

    Forked from edenriquez/svelte-multistep-form

    Create multistep form in few clicks for your Svelte/Routify/Sapper application.

    Svelte 3

  4. Fix wordpress file permissions Fix wordpress file permissions
    1
    #!/bin/bash
    2
    #
    3
    # This script configures WordPress file permissions based on recommendations
    4
    # from http://codex.wordpress.org/Hardening_WordPress#File_permissions
    5
    #
  5. Filters WooCommerce Orders by Paymen... Filters WooCommerce Orders by Payment Gateway Used
    1
    <?php
    2
    /**
    3
     * Plugin Name: Filter WooCommerce Orders by Payment Method
    4
     * Plugin URI: http://skyverge.com/
    5
     * Description: Filters WooCommerce orders by the payment method used :)
  6. A skeleton loader for Vue JS. You wi... A skeleton loader for Vue JS. You will need to implement the setLoadingState. This one is just an example that hides the element after 5 seconds.
    1
    <template>
    2
        <div class="container">
    3
            <div class="row" v-show="loading">
    4
                <div class="col-xl-4 pt-5">
    5
                    <div class="placeholder wave">