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

Block or report johnkingzy

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

Hi there πŸ‘‹

Je m'appelle Kingsley Solomon.

πŸ‘‹ Exploring Solutions | Collaborating on SAAS | Embracing Growth

πŸ”­ Building inclusive, user-focused products while continuously seeking innovative problem-solving approaches.

🌱 Embarking on a journey of self-discovery.

πŸ‘― Eager to partner on SAAS ventures.

πŸ’¬ Feel free to ask me anything; I'll provide honest answers, even if it's "I don't know."

πŸ“« Connect with me: 🌎 https://johnkingzy.dev | πŸ“¨ [email protected] | ✍🏻 https://medium.com/johnkingzy 🀝

🌟 Passions:

Design patterns

Complex algorithms

Microservice architecture

Data structures

Web accessibility (UI/UX)

Data visualization

πŸ€– Also intrigued by the realm of AI.

Pinned Loading

  1. Code to add to wp-config.php to enha... Code to add to wp-config.php to enhance information available for debugging.
    1
    <?php
    2
    /**
    3
     * == About this Gist ==
    4
     * 
    5
     * Code to add to wp-config.php to enhance information available for debugging.
  2. .htaccess for a Laravel project that... .htaccess for a Laravel project that needs to be deployed to a Shared Hosting platform
    1
    <IfModule mod_rewrite.c>
    2
        RewriteEngine On
    3
    
                  
    4
        ##
    5
        ## You may need to uncomment (remove #) the following line for some hosting environments,
  3. Google Autocomplete Example with Ant... Google Autocomplete Example with Ant Design
    1
    import { Card, Col, Divider, Form, Input, Row } from "antd";
    2
    import { LocationSearchInput } from "./location-search";
    3
    import { geocodeByAddress, getLatLng } from "react-places-autocomplete";
    4
    import { FormComponentProps } from "antd/lib/form/Form";
    5
    
                  
  4. nextjs-antd-styled-component-starter-kit nextjs-antd-styled-component-starter-kit Public

    NextJS πŸ”— Ant Design πŸ”— Styled Component Starter Kit ⚑️

    TypeScript 4

  5. upload-2-search-wordpress-plugin upload-2-search-wordpress-plugin Public

    This plugin adds the functionality to be able to upload excel sheet with a specific format (see Example.xls in the public folder)

    PHP

  6. sbatson5/firestore-jest-mock sbatson5/firestore-jest-mock Public

    Jest Helper library for mocking Cloud Firestore

    JavaScript 177 56