◐ Shell
reader mode source ↗
Skip to content
View dexit's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or report user

Block or report dexit

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Block user
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 search:

[https://jobs.pathwayskillszone.ac.uk/]

CV-Library feed scraper :

[https://job.pathwaygroup.co.uk/]

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

    72 15

  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. 1
    LangPacks for Windows 10 build 10.0.14393.0 (rs1_release.160715-1616)
    2
     
    3
    =======================================================================================================================================
    4
    x86
    5
    =======================================================================================================================================
  5. 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 () {