Skip to content
View szymekjanaczek's full-sized avatar
💭
looking for an interesting project to contribute 👌
💭
looking for an interesting project to contribute 👌

Highlights

  • Pro
Block or Report

Block or report szymekjanaczek

Report abuse

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

Report abuse
szymekjanaczek/README.md

Hello there 👋

Software developer by day, problem solver by night, and a 24/7 lover of photography - that's who I am. In love with turning complex challenges into elegant solutions. Parting with my laptop? Sure - only when I swap it for a camera. Experienced in developing web apps: PHP, Laravel, Redis, MySQL TypeScript, Vue.js, React, Python

🔭 I’m currently working on...

text analyzer and corrector - but better than existing ;)

👯 I’m looking to collaborate on...

sth interesting, built with web technologies. Maybe related to e-commerce automatisations - or LLMs

📫 How to reach me?

simplest: DM on linkedin
for more sophisticated way (👌): contact[at]sim-studio.eu

Connect with me:

szymon-janaczek

Languages and Tools:

docker javascript linux mysql php postgresql python reactnative typescript vuejs vuetify

Pinned Loading

  1. MySQL function to get value from ser... MySQL function to get value from serialized array by key name.
    1
    # Thanks @polevaultweb https://gist.github.com/polevaultweb/a3e8b73caa9d1c1c700fb4c3a25f4dd5#file-mysql_extract_serialized_array_data_in_select-sql
    2
    
                  
    3
    DELIMITER //
    4
    CREATE FUNCTION getFromSerialized(source TEXT, keyName TEXT)
    5
    RETURNS TEXT
  2. ebay-sdk-php ebay-sdk-php Public

    Forked from BenMorel/ebay-sdk-php

    An eBay SDK for PHP.

    PHP 1

  3. json-api-query json-api-query Public

    A simple and elegant way to build urls for your REST API

    TypeScript

  4. Webklex/php-imap Webklex/php-imap Public

    PHP-IMAP is a wrapper for common IMAP communication without the need to have the php-imap module installed / enabled. The protocol is completely integrated and therefore supports IMAP IDLE operatio…

    PHP 291 138