Skip to content
View Bryan-b's full-sized avatar
🦾
I am Techfaithful
🦾
I am Techfaithful

Block or report Bryan-b

Report abuse

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

Report abuse
Bryan-b/README.md

About Me

A hybrid professional who combines software engineering expertise with a deep understanding of product development and user needs. I work closely with cross-functional teams, including designers, product managers, and stakeholders, to translate ideas into functional, scalable, and user-centered solutions.

Open Source Projects:

jsmimi-php
jsmimic-php
A JS library that allows you to mimic PHP functions in JavaScript, making the transition from PHP to JavaScript smoother.
Read More

My Arsenal 🦾⚔️🛡️

Programming Languages

PHP JavaScript TypeScript Python Java C# Go

Backend

NodeJS NestJS Laravel Flask Django .NET Gin Fiber RESTful GraphQL

Frontend

React Next.js Vue Alpine.js jQuery

Mobile

React Native Java Flutter

Database

MySQL PostgreSQL MongoDB Firebase Redis Elasticsearch SQLite

Realtime/Message Brokers

WebSocket PubNub Pusher RabbitMQ Kafka

DevOps

GitHub Actions Docker Kubernetes Bash Ansible Chef Puppeteer Terraform Jenkins CircleCI

Cloud

DigitalOcean AWS Azure Linode NGINX Apache

Comms/Task Tools

Jira Trello Asana ClickUp Slack Discord

Let's Connect

  • 💬 Ask me about software development best practices, system design, project planning, building SaaS and building teams.
  • 📫 How to reach me: Email LinkedIn

Pinned Loading

  1. jsmimic-php jsmimic-php Public

    🚀 Make the transition from PHP to JavaScript smoother with jsmimic-php!

    TypeScript 3

  2. autoback autoback Public

    A shell script that automatically backs up sql database

    Shell

  3. chatbot_api chatbot_api Public

    A python chatbot api

    Python 1

  4. Common Regex Common Regex
    1
    Perl and PHP Regular Expressions
    2
    
                  
    3
    PHP regexes are based on the PCRE (Perl-Compatible Regular Expressions), so any regexp that works for one should be compatible with the other or any other language that makes use of the PCRE format. Here are some commonly needed regular expressions for both PHP and Perl. Each regex will be in string format and will include delimiters.
    4
    All Major Credit Cards
    5
    
                  
  5. Mime type from base64 image Mime type from base64 image
    1
    {
    2
        "/9j/": "image/jpeg",
    3
        "iVBORw0KGg": "image/png",
    4
        "R0lGODdh": "image/gif",
    5
        "UklGR": "image/webp",