This tutorial walkthrough how to use VSCode IDE configure the workspace setting for nextjs / react project.
Read MoreReact Hook – Prev State
In state component we can use the following idiom In react hooks, we do similar like below.
Read MoreJava Array, ArrayList Conversion
Convert List to Array List<String> list = new ArrayList<>();list.add(“man”);list.add(“women”);String[] arr = list.toArray(new String[list.size()]);System.out.println(Arrays.toString(arr)); Convert Array to List String[] arr = […]
Read MoreHow to check PT E-Filling Availability
To do e-filling on PT, follow the below instruction to check the form availability. Check Availability Go to http://www.hasil.gov.my/ Select […]
Read MoreJava – Hexadecimal
Hexadecimal system is 16 based, digit can be used is from range 0 – 9 A – F. Prefix – 0x […]
Read MoreJava – Octal
Octal system is 8 based, digit can be used is from range 0 – 7, no digit can more than 7. […]
Read MoreFlask Session, AWS-Redis
This article is talking about the flask micro service framework. Same like others web framework, flask do provide the session […]
Read MoreRedux Unit Test
In this tutorial, I’ll show you how to write the redux unit test for remote server called.
Read MoreWordPress not able login due to Inode is full
Strange problem when Inode has been fully utilise cause wordpress cannot login.
Read MoreSpring boot
spring-boot-starter-parent A special starter that provides useful maven defaults. It also provides a dependency-management section so that you can […]
Read More