From Our Experts

A developer's place to uncover new knowledge, cultivated by the tech team at FABA Technology

A JavaScript Array Method Cheat Sheet

Tutorials

|

15

minutes read

In programming, an array is a collection of elements, items, objects, etc.

Phan Nguyen

September 19, 2022

feature image

A better way to debug your PHP code

Tutorials

|

7

minutes read

Debugging is an important aspect of coding; without it, you can not tell what went wrong with your code. Here is a better way to debug your PHP code.

Khoa Pham

November 16, 2022

feature image

Discover JWT with React Native

Tutorials

|

10

minutes read

A JSON Web Token (JWT) is a secure way to exchange information between two or more parties using JSON format.

Phan Nguyen

September 19, 2022

feature image

Discover iOS Dark Mode Programming

Tutorials

|

10

minutes read

Let’s find out how Apple has provided tools for developers to develop dark mode easily.

thomas.le

November 1, 2022

feature image

Getting Started with GitLab CI/CD

Tutorials

|

20

minutes read

CI/CD stands for continuous integration and continuous delivery/continuous deployment.

Ty Huynh

September 19, 2022

feature image

How to Backup and Restore MySQL Database

Tutorials

|

15

minutes read

A quick tutorial on how to backup and recover MySQL Database using Mysqldump/MySQL command.

Tom

September 19, 2022

feature image

Making CRUD APIs easier with Hasura

Tutorials

|

10

minutes read

it is time you get rid of all the hard labor when dealing with CRUD APIs.

Hien Nguyen

September 19, 2022

feature image

Mermaid - Let diagrams explain your codes

Tutorials

|

10

minutes read

Mermaid diagrams are a useful addition to GitHub/GitLab by default in its Markdown format.

Xíu

September 19, 2022

feature image

Role-Based Access Control with Auth0

Tutorials

|

10

minutes read

Role-Based Access Control (RBAC) is an authorization strategy to restrict access to protected resources.

Xíu

September 19, 2022

feature image

SQL Optimization Series - Part 1 - Get to know SQL Indexes

Tutorials

|

10

minutes read

Follow us on this advanced SQL series to pocket yourself some handy query tips.

hungnguyen028

September 19, 2022

feature image