PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Richard Oey

@richardoey

2186 Points 5 Followers

4 Posts

0 Answers

Hi there! my name is Richard, an Indonesian and currently living in Taiwan. I like to create web application and using Angular, Vue, .Net, PostgreSQL, or SQL Server as the techstack recently.

Promise Me JavaScript, Promise Me..

## Introduction In web development, asynchronous (aka, async) operation, such as API calling is inevitable for developer to not work with, and the basic foundation knowledge we need to know...

JavaScript modules - How to use export & import

## Introduction The amount of code increases as the complexity and business logics grows. Developer needs to think how to maintain and organize the files so it will be clear and easy to rea...

How to declare function in JavaScript Object ?

Function is an essential building block in JavaScript. The purpose of using function is the same as defining procedure - a set of statements that performs a task or calculates a value. Moreo...