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

Block or report dexit

Report abuse

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

Report abuse
dexit/README.md

Hi 👋, I'm dexit

A passionate frontend developer from Latvia / UK

Adzuna & Reed.Co.Uk Jobs:

[https://jobs.pathwayskillszone.ac.uk/] [https://pgjobs.vercel.app/]

CV-Library feed scraper :

[https://v0-cvlibrary.vercel.app/]

F5 Foster Care Survey:

https://f5fostercheck.vercel.app/

F5 Foster Care allowance Calculator:

https://f5fostercheck.vercel.app/

## F5 Foster Care allowance Calculator No.2: https://v0-new-calculator-peach.vercel.app/

CareerXplorer ( Apprenticeships , Career Explorer SOC, Job finding REED / ADZUNA )

https://v0-careerometer-tool.vercel.app/

Color Palette Generator

https://v0-pallete.vercel.app/

JSON MATE clone my way

https://json-transformation-studio.lovable.app/

WP Code Generator - Plugin/Admin

https://v0-gen.vercel.app/

Dev Dificulty assesment tool:

https://tech-helper-56.lovable.app/

Bill generator

https://b-171469-47.lovable.app/

WP Code Generator as Flow Builder

https://v0-anothercode.vercel.app/

Basic ETL data object mapping

https://v0-etl-mapping-template-5x.vercel.app/

## Basic ETL data object mapping - More Advanced UI https://v0-fieldmap.vercel.app/

dexit

dexit

dexit

 dexit

dexit

Pinned Loading

  1. policy-gen policy-gen Public

    A primitive Policy page and content generator with a Options page for content that can be used elsewhere

    PHP 2

  2. fping-windows fping-windows Public

    Fping windows binary mirror

    69 14

  3. Building a Simple Web API with Vanil... Building a Simple Web API with Vanilla PHP
    1
    # Building a Simple Web API with Vanilla PHP
    2
    
                  
    3
    This article is inspired by Brad Cypert's blog post: http://www.bradcypert.com/building-a-simple-api-in-php-using-lumen/.
    4
    
                  
    5
    Why should we build a API with Vanilla PHP? Because you can, and it makes fun.
  4. Windows 10 language pack download list Windows 10 language pack download list
    1
    LangPacks for Windows 10 build 10.0.14393.0 (rs1_release.160715-1616)
    2
     
    3
    =======================================================================================================================================
    4
    x86
    5
    =======================================================================================================================================
  5. Disable WordPress REST API endpoints Disable WordPress REST API endpoints
    1
    // Remove init rest routes
    2
    remove_action( 'rest_api_init', 'create_initial_rest_routes', 0 );
    3
    
                  
    4
    // Remove oembed rest routes
    5
    function remove_json_api () {