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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
  • πŸ’Ό Senior Software Engineer specializing in SaaS, microservices, and cloud-native architectures
  • πŸ€– Enthusiast in Generative AI, with practical experience integrating AI into real-world applications
  • πŸ› οΈ Skilled in design patterns, complex algorithms, data structures, and web accessibility (UI/UX)
  • 🌍 Advocate for inclusive, user-focused product development
  • 🀝 Open to collaboration and knowledge sharing

Interests

  • Software architecture & engineering best practices

  • Generative AI and emerging technologies

  • Data visualization & microservice systems

  • Continuous learning and mentorship

  • 🌐 kingsleysolomon.co

Feel free to reach out for collaboration, questions, or to discuss all things tech!

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 181 59