Mar 7, 2021Bagaimana Cara Mengaktifkan Webcam Laptop / Komputer Dengan JQUERYBeberapa hari yang lalu, ada sebuah projek dimana aku diminta untuk membuat sebuah aplikasi yang membutuhkan webcam untuk proses absensi misalnya. Core dari aplikasi ini adalah webcam dimana user yang mau absen mereka harus selfie untuk memvalidasi apakah user tersebut benar. Well, aku sudah coba search beberapa artikel dan mencoba — coba. Namun beberapa kali mencoba lumayan ribet. Diartikel ini aku ingin membuatnya menjadi super sederhana. Hanya dengan 3 Step doang, here we go.PHP2 min readPHP2 min read
Feb 23, 2021How to Create QR Code using PHP With Very Simple WayThis article creates after I got some requests about how to create a QR Code using PHP, I search on google and I got many articles to explain that. Some articles I think too hard to understand and on the other hand, I don’t know how to use them Until I got code from GitHub t0k4rt who creates plugin phpqrcode. This plugin save our life with only three step : First Download plugin in this linkQrcodegenerator2 min readQrcodegenerator2 min read
Dec 29, 2020Error Upload File on Centos Server | ModSecurity: Access denied “MULTIPART_UNMATCHED_BOUNDARY” requiredI have error when trying to upload file on my web application using centos server. Then i do something like this : I check my code for handling upload file and there’s nothing wrong, cause when i try in local server it’s work. I check php.ini configuration for max upload…Centos2 min readCentos2 min read
Aug 22, 2020[Error Reporting] NPM ERR ! CODE EINTEGRITY ADONISI wanna install Adonis, I do step by step on website adonis like below : I check system requirement and make sure my laptop can handle it I have installed node js on my laptop Open command prompt then i type npm i -g @adonisjs/cli and i get error message like belowAdonis2 min readAdonis2 min read
Jul 9, 2020#3 Global API ConceptHave you practice article about Route and Controller before ? Of course now you know how to create simple API but without connected with your local server or database. Day 3, We will practice to get data from database and how to implement Global Api Concept. A. Flow Global API ConceptCodeigniter Development3 min readCodeigniter Development3 min read
Jul 6, 2020#2 Route And ControllerDay two, I will tell you about developer flow using Code Igniter 4. This framework implement MVC seems like lumen / laravel. So you will found route, model, controller, and view. If you never using MVC framework. …Codeigniter3 min readCodeigniter3 min read
Jul 6, 2020#1 Getting Started Code Igniter 4Hi I’m Chalid, I will write anything that i learn in code ignitor 4. Honestly i ever use code igniter just for update some feature in project but never use it for development application from strech, After someone ask me about code ingnitor 4 that similar with lumen. I really…Programmer3 min readProgrammer3 min read
Apr 16, 2020Simple But Work | How to Send Email Using PHP in Your Local / ServerI’ve find out how to create simple sending email using PHP in many articles, I try it and i failed, untill i found an article that explain with very clear. Definately, i’m still got problem and i got the solution to solve this. I start with requirement that you should…Php Developers4 min readPhp Developers4 min read
Mar 24, 20201 | Golang InstallationThis is the first time i study and write articles about Go Language, I will share all of my journey using this language. Let’s start with a very simple task. Install Golang on your computer. A. Golang Installation on Windows if you’re using windows. It easy to install golang. Download an installer first in this…Golang2 min readGolang2 min read
Mar 23, 2020Daily Code | How to Create Simple Image ModalThis very simple sharing, i just wanna create simple image modal with boostrap and native javascript. Let’s check this out. As you see on above, I create simple modal using Boostrap that i linked on image. When image click, it will show modal that contain image and caption that i get from image alt. Normal Condition : When it Click :Boostrap1 min readBoostrap1 min read