Chay AukerContribute to open source in the Hacktoberfest event as a participantI recently joined Hacktoberfest 2021. I would say it’s a really good event for new developers to join. The purpose of Hacktoberfest event…Oct 15, 2021Oct 15, 2021
Chay AukerCI/CD pipelineAn overview for CI/CD pipeline, meaning developer keeps building code after passing the test that code/features will be in Ops pipeline…Oct 1, 2021Oct 1, 2021
Chay AukerReact useFormI recently learned React useForm and wanted to provide you with some information about how it works.Sep 24, 2021Sep 24, 2021
Chay AukerCSS GridWhen it’s time to design websites, CSS Grid is useful for designing web pages. The difference between CSS Grid Layout and CSS Flexbox…Sep 17, 2021Sep 17, 2021
Chay AukerConst, Let and Var in JavaScriptThe features of ES2015 (ES6) that I want to talk about are const and let. We can use const and let to declare a new variable. I want to…Sep 10, 2021Sep 10, 2021
Chay AukerSimple way to fetch data with React Hook (useEffect)“useEffect” is similar to a lifecycle method in React class. I would assume you already understand the basics of useEffect and useState…Sep 3, 2021Sep 3, 2021
Chay AukerControlled and Uncontrolled components in ReactControlled componentsAug 27, 2021Aug 27, 2021
Chay AukerAJAX in JavaScriptI am sure a lot of you have heard about AJAX. When I first learned about AJAX, I didn’t understand what it was. Then I did some research…Aug 20, 2021Aug 20, 2021