Skip to content
View paulthadev's full-sized avatar
👨‍💻
Building Products
👨‍💻
Building Products

Organizations

@sweftpay @Velocit8 @gotipmi

Block or report paulthadev

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
paulthadev/README.md

paulthadev

paulthadev

Pinned Loading

  1. bankpay bankpay Public

    A Fictional & Minimalist Bank which allows users to Log-in an account, Transfer To Other Accounts, Request Loan , Delete Account, Log-out Timer, Sort Movements, Internationalize Date & Currency.

    JavaScript 23 6

  2. FundChain FundChain Public

    FundChain is a decentralized, on-chain crowdfunding platform built with smart contracts and powered by Thirdweb. This project leverages blockchain technology to provide a secure, transparent, and e…

    1

  3. QRCode-Smart-Attendance-System QRCode-Smart-Attendance-System Public

    Smart Student Attendance Management System

    JavaScript 2

  4. Understanding Typescript Understanding Typescript
    1
    This project stands as an in-depth guide to TypeScript, meticulously covering its fundamental basics and progressing to its more advanced concepts. It starts with basic setup instructions for creating a TypeScript project using Vite and progresses through a series of tutorials covering various TypeScript features and best practices.Key topics include type annotations, type inference, practical applications of type annotation, union types, handling of "any", "unknown", and "never" types, arrays, and objects fundamentals, challenges to reinforce learning, and functions with their complexities.
    2
    
                  
    3
    The project also delves into advanced TypeScript features such as generics, fetching data with TypeScript, working with the Zod library for data validation, understanding TypeScript declaration files, and class-based programming with TypeScript. Each tutorial is designed to provide hands-on experience with TypeScript, helping learners understand how to apply TypeScript features in real-world scenarios effectively.
    4
    
                  
    5
    Overall, the project is an in-depth TypeScript learning resource, ideal for developers who wish to gain a thorough understanding of TypeScript, from basic to advanced levels, through practical examples and challenges.