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.

Richard Oey · 1 year ago

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 is...
4

Richard Oey · 1 year ago

Deep Dive Into "CSS Specificity"

Introduction CSS Specificity is one of the fundamentals concept in CSS. The first thing programmer usually learns in CSS is class and inline-style, but do you already understand how if we ha...

Richard Oey · 1 year ago

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 read. O...
3

Richard Oey · 2 years ago

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...
3

Loading More Content