NANaufal Akbarinnuflakbrr.hashnode.dev·Feb 1, 2022 · 2 min readPHP LayoutingIntroduction This time I will share how I create a PHP Native Layouting as shown below. Turn on Local Server The first thing we will do is, turn on the local server on our computer using the XAMPP application. Then open File Explorer and go to your...00
NANaufal Akbarinnuflakbrr.hashnode.dev·Dec 24, 2021 · 2 min readReact Hooks useClipboardIntroduction This time I will share how I create a copy to clipboard function using React Hooks useClipboard from Chakra UI as shown below. Imports The first thing we have to do is import what we will need. import { useClipboard } from '@chakra-ui/r...00
NANaufal Akbarinnuflakbrr.hashnode.dev·Dec 22, 2021 · 2 min readHow To Improve Your Web Development SkillsThis is my way How To Improve my Web Development Skills. Check this out! Want to Try In this point, you must dare to try in order to know your abilities. In addition to knowing our abilities, it can also find out whether we are suitable for our field...00
NANaufal Akbarinnuflakbrr.hashnode.dev·Dec 20, 2021 · 4 min readHamburger Menu (Chakra UI version).This is my way to create Hamburger Menu using Next.js and Chakra UI CSS framework. Check this out! Setup Create a Next.js project setup with the following syntax. $ npx create-next-app --example with-chakra-ui my-app # or $ yarn creat...01T
NANaufal Akbarinnuflakbrr.hashnode.dev·Dec 19, 2021 · 3 min read5 Project Website Developer for BeginnerThese are 5 recommended projects for beginner Website Developers that are can to be added in your portfolio. Check this out! In this blog I summarize from the video Web Programming UNPAS (WPU) Personal Portfolio Website First project, you can start ...00