Skip to content
View josiasbudaydeveloper's full-sized avatar
💭
Open to businesses
💭
Open to businesses

Block or report josiasbudaydeveloper

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

I am a Software Engineer and Systems Analyst specializing in Back-End development with Node.js and cross-platform development with React Native. My expertise allows me to build high-performance, native applications for Android, iOS, and Web using a single codebase.

Currently, I am co-developing a philosophy-focused educational app with a partner. Our vision is to build a company around this platform. The project is powered by Supabase (a robust SQL-based alternative to Firebase) and Expo, which streamlines React Native development and deployment across all platforms.

Pinned Loading

  1. universal-react-native-app universal-react-native-app Public

    Building an universal app built with Expo and capable of running on Web, Android and iOS

    TypeScript

  2. multi-tenant-dashboard-nextjs-sass multi-tenant-dashboard-nextjs-sass Public

    A Multi-Tenant SAAS Dashboard where users can create an account and manage their customers and invoices. It is based on the Next Learn Course, the official Next.js Course created by Vercel and whic…

    TypeScript 21 8

  3. ai-powered-chatbot ai-powered-chatbot Public

    This is a ChatBot AI-Powered project I made to explain about the CloudWalk's Self Driven Bank project, based on OpenAI's GPT technology using the OpenAI API.

    HTML

  4. diplomas-certificates-certifications diplomas-certificates-certifications Public

    These are my diplomas and certificates

    HTML

  5. WebView for PDF viewing in React Nat... WebView for PDF viewing in React Native Expo apps
    1
    import * as React from 'react';
    2
    import { WebView } from 'react-native-webview';
    3
    import { StyleSheet } from 'react-native';
    4
    import Constants from 'expo-constants';
    5
    
                  
  6. callAlert.tsx callAlert.tsx
    1
    import { Alert, Platform } from "react-native";
    2
    
                  
    3
    type button = {
    4
      text: string;
    5
      onPress: () => void;