Skip to content
View sejator's full-sized avatar
🇮🇩
🇮🇩
  • Bandung

Block or report sejator

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

🌐 Socials:

email

💻 Tech Stack:

Dart PHP JavaScript TypeScript Python Cloudflare AdonisJS Bootstrap Code-Igniter Express.js Flutter jQuery JWT Laravel Livewire NPM NestJS Next JS NodeJS RabbitMQ Socket.io TailwindCSS WordPress Nginx Apache Prisma Postgres MySQL MongoDB MariaDB

📊 GitHub Stats:




Pinned Loading

  1. posci4 posci4 Public

    Aplikasi kasir berbasis web menggunakan framework codeigniter 4 dan template AdminLte 3.

    JavaScript 18 5

  2. wabot-api wabot-api Public

    Wabot API adalah layanan WhatsApp Notification Gateway berbasis NestJS yang mendukung beberapa engine WhatsApp—Baileys, WPPConnect, dan whatsapp-web.js—sehingga memungkinkan pengiriman pesan, manaj…

    TypeScript 3 1

  3. verifikasi_webhook.php verifikasi_webhook.php
    1
    <?php
    2
    // Hanya izinkan metode POST
    3
    if ($_SERVER['REQUEST_METHOD'] !== 'POST') {
    4
        http_response_code(405);
    5
        exit(json_encode([
  4. chatbot.php chatbot.php
    1
    <?php
    2
    // Hanya izinkan metode POST
    3
    if ($_SERVER['REQUEST_METHOD'] !== 'POST') {
    4
        http_response_code(405);
    5
        exit(json_encode([